Package com.liferay.portal.model.impl
Class VirtualHostCacheModel
Object
com.liferay.portal.model.impl.VirtualHostCacheModel
- All Implemented Interfaces:
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.VirtualHost>
,com.liferay.portal.kernel.model.MVCCModel
,Externalizable
,Serializable
public class VirtualHostCacheModel
extends Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.VirtualHost>, Externalizable, com.liferay.portal.kernel.model.MVCCModel
The cache model class for representing VirtualHost in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
long
boolean
long
long
long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
int
hashCode()
void
readExternal
(ObjectInput objectInput) void
setMvccVersion
(long mvccVersion) com.liferay.portal.kernel.model.VirtualHost
toString()
void
writeExternal
(ObjectOutput objectOutput)
-
Field Details
-
mvccVersion
public long mvccVersion -
ctCollectionId
public long ctCollectionId -
virtualHostId
public long virtualHostId -
companyId
public long companyId -
layoutSetId
public long layoutSetId -
hostname
-
defaultVirtualHost
public boolean defaultVirtualHost -
languageId
-
-
Constructor Details
-
VirtualHostCacheModel
public VirtualHostCacheModel()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getMvccVersion
public long getMvccVersion()- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) - Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
-
toString
-
toEntityModel
public com.liferay.portal.kernel.model.VirtualHost toEntityModel()- Specified by:
toEntityModel
in interfacecom.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.VirtualHost>
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-