Liferay 7.0-ce-m6

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

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

@ProviderType
public class DDMTemplateVersionCacheModel
extends Object
implements CacheModel<DDMTemplateVersion>, Externalizable

The cache model class for representing DDMTemplateVersion in entity cache.

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

Field Summary
 long classNameId
           
 long classPK
           
 long companyId
           
 long createDate
           
 String description
           
 long groupId
           
 String language
           
 String name
           
 String script
           
 int status
           
 long statusByUserId
           
 String statusByUserName
           
 long statusDate
           
 long templateId
           
 long templateVersionId
           
 long userId
           
 String userName
           
 String version
           
 
Constructor Summary
DDMTemplateVersionCacheModel()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 void readExternal(ObjectInput objectInput)
           
 DDMTemplateVersion toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

templateVersionId

public long templateVersionId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

userName

public String userName

createDate

public long createDate

classNameId

public long classNameId

classPK

public long classPK

templateId

public long templateId

version

public String version

name

public String name

description

public String description

language

public String language

script

public String script

status

public int status

statusByUserId

public long statusByUserId

statusByUserName

public String statusByUserName

statusDate

public long statusDate
Constructor Detail

DDMTemplateVersionCacheModel

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

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-m6