Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatamapping.model.impl
Class DDMStructureLinkCacheModel

java.lang.Object
  extended by 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.

Field Summary
 long classNameId
           
 long classPK
           
 long structureId
           
 long structureLinkId
           
 
Constructor Summary
DDMStructureLinkCacheModel()
           
 
Method Summary
 DDMStructureLink toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

structureLinkId

public long structureLinkId

classNameId

public long classNameId

classPK

public long classPK

structureId

public long structureId
Constructor Detail

DDMStructureLinkCacheModel

public DDMStructureLinkCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public DDMStructureLink toEntityModel()
Specified by:
toEntityModel in interface CacheModel<DDMStructureLink>

Liferay 6.1.2-ce-ga3