Liferay 6.2-ce-ga5

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

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMStorageLinkCacheModel
All Implemented Interfaces:
CacheModel<DDMStorageLink>, Externalizable, Serializable

public class DDMStorageLinkCacheModel
extends Object
implements CacheModel<DDMStorageLink>, Externalizable

The cache model class for representing DDMStorageLink in entity cache.

See Also:
DDMStorageLink, 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 storageLinkId
           
 long structureId
           
 String uuid
           
 
Constructor Summary
DDMStorageLinkCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 DDMStorageLink toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public String uuid

storageLinkId

public long storageLinkId

classNameId

public long classNameId

classPK

public long classPK

structureId

public long structureId
Constructor Detail

DDMStorageLinkCacheModel

public DDMStorageLinkCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

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 6.2-ce-ga5