equip.city
Class UserHoldingImpl

java.lang.Object
  |
  +--equip.runtime.Object
        |
        +--equip.runtime.ValueBase
              |
              +--equip.data.ItemData
                    |
                    +--equip.city.UserHolding
                          |
                          +--equip.city.UserHoldingImpl

public class UserHoldingImpl
extends UserHolding


Fields inherited from class equip.city.UserHolding
deviceId, userId
 
Fields inherited from class equip.data.ItemData
id, name
 
Constructor Summary
UserHoldingImpl()
           
 
Methods inherited from class equip.city.UserHolding
_equals_helper, _matches_helper, equals, getModuleName, matches, readObject, writeObject
 
Methods inherited from class equip.data.ItemData
_equals_helper, _matches_helper
 
Methods inherited from class equip.runtime.ValueBase
_equals_helper, _matches_helper
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserHoldingImpl

public UserHoldingImpl()