com.liferay.portal.model.impl
Class CompanyCacheModel
java.lang.Object
com.liferay.portal.model.impl.CompanyCacheModel
- All Implemented Interfaces:
- CacheModel<Company>, Serializable
public class CompanyCacheModel
- extends Object
- implements CacheModel<Company>, Serializable
The cache model class for representing Company in entity cache.
- See Also:
Company
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
companyId
public long companyId
accountId
public long accountId
webId
public String webId
key
public String key
mx
public String mx
homeURL
public String homeURL
logoId
public long logoId
system
public boolean system
maxUsers
public int maxUsers
active
public boolean active
_keyObj
public Key _keyObj
CompanyCacheModel
public CompanyCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public Company toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<Company>