Liferay 7.0-ce-m6

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>, Externalizable, Serializable

@ProviderType
public class DDMStructureCacheModel
extends Object
implements CacheModel<DDMStructure>, Externalizable

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
 DDMForm _ddmForm
           
 DDMForm _fullHierarchyDDMForm
           
 long classNameId
           
 long companyId
           
 long createDate
           
 String definition
           
 String description
           
 long groupId
           
 long modifiedDate
           
 String name
           
 long parentStructureId
           
 String storageType
           
 long structureId
           
 String structureKey
           
 int type
           
 long userId
           
 String userName
           
 String uuid
           
 String version
           
 long versionUserId
           
 String versionUserName
           
 
Constructor Summary
DDMStructureCacheModel()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 void readExternal(ObjectInput objectInput)
           
 DDMStructure toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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

versionUserId

public long versionUserId

versionUserName

public String versionUserName

createDate

public long createDate

modifiedDate

public long modifiedDate

parentStructureId

public long parentStructureId

classNameId

public long classNameId

structureKey

public String structureKey

version

public String version

name

public String name

description

public String description

definition

public String definition

storageType

public String storageType

type

public int type

_ddmForm

public DDMForm _ddmForm

_fullHierarchyDDMForm

public DDMForm _fullHierarchyDDMForm
Constructor Detail

DDMStructureCacheModel

public DDMStructureCacheModel()
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 DDMStructure toEntityModel()
Specified by:
toEntityModel in interface CacheModel<DDMStructure>

readExternal

public void readExternal(ObjectInput objectInput)
                  throws ClassNotFoundException,
                         IOException
Specified by:
readExternal in interface Externalizable
Throws:
ClassNotFoundException
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Liferay 7.0-ce-m6