com.liferay.portal.model.impl
Class CompanyCacheModel
java.lang.Object
com.liferay.portal.model.impl.CompanyCacheModel
- All Implemented Interfaces:
- CacheModel<Company>, MVCCModel, Externalizable, Serializable
@ProviderType
public class CompanyCacheModel
- extends Object
- implements CacheModel<Company>, Externalizable, MVCCModel
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.
mvccVersion
public long mvccVersion
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
_virtualHostname
public String _virtualHostname
CompanyCacheModel
public CompanyCacheModel()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
getMvccVersion
public long getMvccVersion()
- Specified by:
getMvccVersion in interface MVCCModel
setMvccVersion
public void setMvccVersion(long mvccVersion)
- Specified by:
setMvccVersion in interface MVCCModel
toString
public String toString()
- Overrides:
toString in class Object
toEntityModel
public Company toEntityModel()
- Specified by:
toEntityModel in interface CacheModel<Company>
readExternal
public void readExternal(ObjectInput objectInput)
throws ClassNotFoundException,
IOException
- Specified by:
readExternal in interface Externalizable
- Throws:
ClassNotFoundException
IOException
writeExternal
public void writeExternal(ObjectOutput objectOutput)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException