Liferay 7.0-ce-m6

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

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

@ProviderType
public class DDMStructureLayoutCacheModel
extends Object
implements CacheModel<DDMStructureLayout>, Externalizable

The cache model class for representing DDMStructureLayout in entity cache.

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

Field Summary
 DDMFormLayout _ddmFormLayout
           
 long companyId
           
 long createDate
           
 String definition
           
 long groupId
           
 long modifiedDate
           
 long structureLayoutId
           
 long structureVersionId
           
 long userId
           
 String userName
           
 String uuid
           
 
Constructor Summary
DDMStructureLayoutCacheModel()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 void readExternal(ObjectInput objectInput)
           
 DDMStructureLayout 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

structureLayoutId

public long structureLayoutId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

userName

public String userName

createDate

public long createDate

modifiedDate

public long modifiedDate

structureVersionId

public long structureVersionId

definition

public String definition

_ddmFormLayout

public DDMFormLayout _ddmFormLayout
Constructor Detail

DDMStructureLayoutCacheModel

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

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