Liferay 7.0-ce-m3

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

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

@ProviderType
public class DDMStructureVersionCacheModel
extends Object
implements CacheModel<DDMStructureVersion>, Externalizable

The cache model class for representing DDMStructureVersion in entity cache.

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

Field Summary
 long companyId
           
 long createDate
           
 String definition
           
 String description
           
 long groupId
           
 String name
           
 String storageType
           
 long structureId
           
 long structureVersionId
           
 int type
           
 long userId
           
 String userName
           
 String version
           
 
Constructor Summary
DDMStructureVersionCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 DDMStructureVersion 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

structureVersionId

public long structureVersionId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

userName

public String userName

createDate

public long createDate

structureId

public long structureId

version

public String version

name

public String name

description

public String description

definition

public String definition

storageType

public String storageType

type

public int type
Constructor Detail

DDMStructureVersionCacheModel

public DDMStructureVersionCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

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 7.0-ce-m3