com.liferay.portlet.dynamicdatamapping.model.impl
Class DDMStructureLinkCacheModel
java.lang.Object
com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureLinkCacheModel
- All Implemented Interfaces:
- CacheModel<DDMStructureLink>, Serializable
public class DDMStructureLinkCacheModel
- extends Object
- implements CacheModel<DDMStructureLink>, Serializable
The cache model class for representing DDMStructureLink in entity cache.
- See Also:
DDMStructureLink
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
structureLinkId
public long structureLinkId
classNameId
public long classNameId
classPK
public long classPK
structureId
public long structureId
DDMStructureLinkCacheModel
public DDMStructureLinkCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public DDMStructureLink toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<DDMStructureLink>