Liferay 6.1.2-ce-ga3

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

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

public class DDMStructureCacheModel
extends Object
implements CacheModel<DDMStructure>, Serializable

The cache model class for representing DDMStructure in entity cache.

See Also:
DDMStructure, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 Document _document
           
 Map<String,Map<String,Map<String,String>>> _localizedFieldsMap
           
 Map<String,Map<String,Map<String,String>>> _localizedTransientFieldsMap
           
 long classNameId
           
 long companyId
           
 long createDate
           
 String description
           
 long groupId
           
 long modifiedDate
           
 String name
           
 String storageType
           
 long structureId
           
 String structureKey
           
 int type
           
 long userId
           
 String userName
           
 String uuid
           
 String xsd
           
 
Constructor Summary
DDMStructureCacheModel()
           
 
Method Summary
 DDMStructure toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public String uuid

structureId

public long structureId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

userName

public String userName

createDate

public long createDate

modifiedDate

public long modifiedDate

classNameId

public long classNameId

structureKey

public String structureKey

name

public String name

description

public String description

xsd

public String xsd

storageType

public String storageType

type

public int type

_document

public Document _document

_localizedFieldsMap

public Map<String,Map<String,Map<String,String>>> _localizedFieldsMap

_localizedTransientFieldsMap

public Map<String,Map<String,Map<String,String>>> _localizedTransientFieldsMap
Constructor Detail

DDMStructureCacheModel

public DDMStructureCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3