com.liferay.portlet.dynamicdatamapping.model.impl
Class DDMTemplateLinkCacheModel
java.lang.Object
com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateLinkCacheModel
- All Implemented Interfaces:
- CacheModel<DDMTemplateLink>, Externalizable, Serializable
@ProviderType
public class DDMTemplateLinkCacheModel
- extends Object
- implements CacheModel<DDMTemplateLink>, Externalizable
The cache model class for representing DDMTemplateLink in entity cache.
- See Also:
DDMTemplateLink,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
templateLinkId
public long templateLinkId
classNameId
public long classNameId
classPK
public long classPK
templateId
public long templateId
DDMTemplateLinkCacheModel
public DDMTemplateLinkCacheModel()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
toEntityModel
public DDMTemplateLink toEntityModel()
- Specified by:
toEntityModel in interface CacheModel<DDMTemplateLink>
readExternal
public void readExternal(ObjectInput objectInput)
throws IOException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
writeExternal
public void writeExternal(ObjectOutput objectOutput)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException