Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class CompanyCacheModel

java.lang.Object
  extended by 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.

Field Summary
 Key _keyObj
           
 long accountId
           
 boolean active
           
 long companyId
           
 String homeURL
           
 String key
           
 long logoId
           
 int maxUsers
           
 String mx
           
 boolean system
           
 String webId
           
 
Constructor Summary
CompanyCacheModel()
           
 
Method Summary
 Company toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

CompanyCacheModel

public CompanyCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public Company toEntityModel()
Specified by:
toEntityModel in interface CacheModel<Company>

Liferay 6.1.2-ce-ga3