Liferay 7.0-ce-m6

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

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

Field Summary
 long classNameId
           
 long classPK
           
 long templateId
           
 long templateLinkId
           
 
Constructor Summary
DDMTemplateLinkCacheModel()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 void readExternal(ObjectInput objectInput)
           
 DDMTemplateLink toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

templateLinkId

public long templateLinkId

classNameId

public long classNameId

classPK

public long classPK

templateId

public long templateId
Constructor Detail

DDMTemplateLinkCacheModel

public DDMTemplateLinkCacheModel()
Method Detail

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

Liferay 7.0-ce-m6