com.liferay.portal.model.impl
Class CompanyCacheModel
java.lang.Object
com.liferay.portal.model.impl.CompanyCacheModel
- All Implemented Interfaces:
- com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Company>, com.liferay.portal.kernel.model.MVCCModel, Externalizable, Serializable
@ProviderType
public class CompanyCacheModel
- extends Object
- implements com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Company>, Externalizable, com.liferay.portal.kernel.model.MVCCModel
The cache model class for representing Company in entity cache.
- See Also:
Company,
Serialized Form- {$generated.description}
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
_companySecurityBag
public CompanyImpl.CompanySecurityBag _companySecurityBag
_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 com.liferay.portal.kernel.model.MVCCModel
setMvccVersion
public void setMvccVersion(long mvccVersion)
- Specified by:
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
toString
public String toString()
- Overrides:
toString in class Object
toEntityModel
public com.liferay.portal.kernel.model.Company toEntityModel()
- Specified by:
toEntityModel in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.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