com.liferay.portlet.dynamicdatamapping.model.impl
Class DDMStorageLinkCacheModel
java.lang.Object
com.liferay.portlet.dynamicdatamapping.model.impl.DDMStorageLinkCacheModel
- All Implemented Interfaces:
- CacheModel<DDMStorageLink>, Serializable
public class DDMStorageLinkCacheModel
- extends Object
- implements CacheModel<DDMStorageLink>, Serializable
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.
uuid
public String uuid
storageLinkId
public long storageLinkId
classNameId
public long classNameId
classPK
public long classPK
structureId
public long structureId
DDMStorageLinkCacheModel
public DDMStorageLinkCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public DDMStorageLink toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<DDMStorageLink>