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

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureLinkCacheModel
All Implemented Interfaces:
com.liferay.portal.model.CacheModel<com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink>, java.io.Serializable

public class DDMStructureLinkCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink>, java.io.Serializable

The cache model class for representing DDMStructureLink in entity cache.

Author:
Brian Wing Shun Chan
See Also:
DDMStructureLink, Serialized Form
Generated:

Field Summary
 long classNameId
           
 long classPK
           
 long structureId
           
 long structureLinkId
           
 
Constructor Summary
DDMStructureLinkCacheModel()
           
 
Method Summary
 com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink toEntityModel()
           
 java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object

toEntityModel

public com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink>