Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatalists.model.impl
Class DDLRecordVersionModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<DDLRecordVersion>
      extended by com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordVersionModelImpl
All Implemented Interfaces:
BaseModel<DDLRecordVersion>, ClassedModel, WorkflowedModel, DDLRecordVersionModel, Serializable, Cloneable, Comparable<DDLRecordVersion>
Direct Known Subclasses:
DDLRecordVersionBaseImpl

public class DDLRecordVersionModelImpl
extends BaseModelImpl<DDLRecordVersion>
implements DDLRecordVersionModel

The base model implementation for the DDLRecordVersion service. Represents a row in the "DDLRecordVersion" database table, with each column mapped to a property of this class.

This implementation and its corresponding interface DDLRecordVersionModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DDLRecordVersionImpl.

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

Field Summary
static boolean COLUMN_BITMASK_ENABLED
           
static String DATA_SOURCE
           
static boolean ENTITY_CACHE_ENABLED
           
static boolean FINDER_CACHE_ENABLED
           
static long LOCK_EXPIRATION_TIME
           
static long RECORDID_COLUMN_BITMASK
           
static String SESSION_FACTORY
           
static long STATUS_COLUMN_BITMASK
           
static Object[][] TABLE_COLUMNS
           
static String TABLE_NAME
           
static String TABLE_SQL_CREATE
           
static String TABLE_SQL_DROP
           
static String TX_MANAGER
           
static long VERSION_COLUMN_BITMASK
           
 
Constructor Summary
DDLRecordVersionModelImpl()
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(DDLRecordVersion ddlRecordVersion)
           
 boolean equals(Object obj)
           
 boolean getApproved()
          Deprecated. isApproved()
 long getColumnBitmask()
           
 long getCompanyId()
          Returns the company ID of this d d l record version.
 Date getCreateDate()
          Returns the create date of this d d l record version.
 long getDDMStorageId()
          Returns the d d m storage ID of this d d l record version.
 int getDisplayIndex()
          Returns the display index of this d d l record version.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 long getGroupId()
          Returns the group ID of this d d l record version.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 long getOriginalRecordId()
           
 int getOriginalStatus()
           
 String getOriginalVersion()
           
 long getPrimaryKey()
          Returns the primary key of this d d l record version.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 long getRecordId()
          Returns the record ID of this d d l record version.
 long getRecordSetId()
          Returns the record set ID of this d d l record version.
 long getRecordVersionId()
          Returns the record version ID of this d d l record version.
 int getStatus()
          Returns the status of this d d l record version.
 long getStatusByUserId()
          Returns the status by user ID of this d d l record version.
 String getStatusByUserName()
          Returns the status by user name of this d d l record version.
 String getStatusByUserUuid()
          Returns the status by user uuid of this d d l record version.
 Date getStatusDate()
          Returns the status date of this d d l record version.
 long getUserId()
          Returns the user ID of this d d l record version.
 String getUserName()
          Returns the user name of this d d l record version.
 String getUserUuid()
          Returns the user uuid of this d d l record version.
 String getVersion()
          Returns the version of this d d l record version.
 int hashCode()
           
 boolean isApproved()
          Returns true if this d d l record version is approved.
 boolean isDenied()
          Returns true if this d d l record version is denied.
 boolean isDraft()
          Returns true if this d d l record version is a draft.
 boolean isExpired()
          Returns true if this d d l record version is expired.
 boolean isInactive()
          Returns true if this d d l record version is inactive.
 boolean isIncomplete()
          Returns true if this d d l record version is incomplete.
 boolean isPending()
          Returns true if this d d l record version is pending.
 boolean isScheduled()
          Returns true if this d d l record version is scheduled.
 void resetOriginalValues()
          Reset all original fields to current values.
 void setCompanyId(long companyId)
          Sets the company ID of this d d l record version.
 void setCreateDate(Date createDate)
          Sets the create date of this d d l record version.
 void setDDMStorageId(long DDMStorageId)
          Sets the d d m storage ID of this d d l record version.
 void setDisplayIndex(int displayIndex)
          Sets the display index of this d d l record version.
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setGroupId(long groupId)
          Sets the group ID of this d d l record version.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this d d l record version.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setRecordId(long recordId)
          Sets the record ID of this d d l record version.
 void setRecordSetId(long recordSetId)
          Sets the record set ID of this d d l record version.
 void setRecordVersionId(long recordVersionId)
          Sets the record version ID of this d d l record version.
 void setStatus(int status)
          Sets the status of this d d l record version.
 void setStatusByUserId(long statusByUserId)
          Sets the status by user ID of this d d l record version.
 void setStatusByUserName(String statusByUserName)
          Sets the status by user name of this d d l record version.
 void setStatusByUserUuid(String statusByUserUuid)
          Sets the status by user uuid of this d d l record version.
 void setStatusDate(Date statusDate)
          Sets the status date of this d d l record version.
 void setUserId(long userId)
          Sets the user ID of this d d l record version.
 void setUserName(String userName)
          Sets the user name of this d d l record version.
 void setUserUuid(String userUuid)
          Sets the user uuid of this d d l record version.
 void setVersion(String version)
          Sets the version of this d d l record version.
 CacheModel<DDLRecordVersion> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 DDLRecordVersion toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 DDLRecordVersion toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 

Field Detail

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static final String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final String TABLE_SQL_DROP
See Also:
Constant Field Values

DATA_SOURCE

public static final String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final String TX_MANAGER
See Also:
Constant Field Values

ENTITY_CACHE_ENABLED

public static final boolean ENTITY_CACHE_ENABLED

FINDER_CACHE_ENABLED

public static final boolean FINDER_CACHE_ENABLED

COLUMN_BITMASK_ENABLED

public static final boolean COLUMN_BITMASK_ENABLED

RECORDID_COLUMN_BITMASK

public static long RECORDID_COLUMN_BITMASK

STATUS_COLUMN_BITMASK

public static long STATUS_COLUMN_BITMASK

VERSION_COLUMN_BITMASK

public static long VERSION_COLUMN_BITMASK

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

DDLRecordVersionModelImpl

public DDLRecordVersionModelImpl()
Method Detail

getPrimaryKey

public long getPrimaryKey()
Description copied from interface: DDLRecordVersionModel
Returns the primary key of this d d l record version.

Specified by:
getPrimaryKey in interface DDLRecordVersionModel
Returns:
the primary key of this d d l record version

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Description copied from interface: DDLRecordVersionModel
Sets the primary key of this d d l record version.

Specified by:
setPrimaryKey in interface DDLRecordVersionModel
Parameters:
primaryKey - the primary key of this d d l record version

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<DDLRecordVersion>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface DDLRecordVersionModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<DDLRecordVersion>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface DDLRecordVersionModel
Parameters:
primaryKeyObj - the primary key of this model instance

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<DDLRecordVersion>
Overrides:
getModelAttributes in class BaseModelImpl<DDLRecordVersion>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<DDLRecordVersion>
Overrides:
setModelAttributes in class BaseModelImpl<DDLRecordVersion>

getRecordVersionId

public long getRecordVersionId()
Description copied from interface: DDLRecordVersionModel
Returns the record version ID of this d d l record version.

Specified by:
getRecordVersionId in interface DDLRecordVersionModel
Returns:
the record version ID of this d d l record version

setRecordVersionId

public void setRecordVersionId(long recordVersionId)
Description copied from interface: DDLRecordVersionModel
Sets the record version ID of this d d l record version.

Specified by:
setRecordVersionId in interface DDLRecordVersionModel
Parameters:
recordVersionId - the record version ID of this d d l record version

getGroupId

public long getGroupId()
Description copied from interface: DDLRecordVersionModel
Returns the group ID of this d d l record version.

Specified by:
getGroupId in interface DDLRecordVersionModel
Returns:
the group ID of this d d l record version

setGroupId

public void setGroupId(long groupId)
Description copied from interface: DDLRecordVersionModel
Sets the group ID of this d d l record version.

Specified by:
setGroupId in interface DDLRecordVersionModel
Parameters:
groupId - the group ID of this d d l record version

getCompanyId

public long getCompanyId()
Description copied from interface: DDLRecordVersionModel
Returns the company ID of this d d l record version.

Specified by:
getCompanyId in interface DDLRecordVersionModel
Returns:
the company ID of this d d l record version

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: DDLRecordVersionModel
Sets the company ID of this d d l record version.

Specified by:
setCompanyId in interface DDLRecordVersionModel
Parameters:
companyId - the company ID of this d d l record version

getUserId

public long getUserId()
Description copied from interface: DDLRecordVersionModel
Returns the user ID of this d d l record version.

Specified by:
getUserId in interface DDLRecordVersionModel
Returns:
the user ID of this d d l record version

setUserId

public void setUserId(long userId)
Description copied from interface: DDLRecordVersionModel
Sets the user ID of this d d l record version.

Specified by:
setUserId in interface DDLRecordVersionModel
Parameters:
userId - the user ID of this d d l record version

getUserUuid

public String getUserUuid()
                   throws SystemException
Description copied from interface: DDLRecordVersionModel
Returns the user uuid of this d d l record version.

Specified by:
getUserUuid in interface DDLRecordVersionModel
Returns:
the user uuid of this d d l record version
Throws:
SystemException - if a system exception occurred

setUserUuid

public void setUserUuid(String userUuid)
Description copied from interface: DDLRecordVersionModel
Sets the user uuid of this d d l record version.

Specified by:
setUserUuid in interface DDLRecordVersionModel
Parameters:
userUuid - the user uuid of this d d l record version

getUserName

public String getUserName()
Description copied from interface: DDLRecordVersionModel
Returns the user name of this d d l record version.

Specified by:
getUserName in interface DDLRecordVersionModel
Returns:
the user name of this d d l record version

setUserName

public void setUserName(String userName)
Description copied from interface: DDLRecordVersionModel
Sets the user name of this d d l record version.

Specified by:
setUserName in interface DDLRecordVersionModel
Parameters:
userName - the user name of this d d l record version

getCreateDate

public Date getCreateDate()
Description copied from interface: DDLRecordVersionModel
Returns the create date of this d d l record version.

Specified by:
getCreateDate in interface DDLRecordVersionModel
Returns:
the create date of this d d l record version

setCreateDate

public void setCreateDate(Date createDate)
Description copied from interface: DDLRecordVersionModel
Sets the create date of this d d l record version.

Specified by:
setCreateDate in interface DDLRecordVersionModel
Parameters:
createDate - the create date of this d d l record version

getDDMStorageId

public long getDDMStorageId()
Description copied from interface: DDLRecordVersionModel
Returns the d d m storage ID of this d d l record version.

Specified by:
getDDMStorageId in interface DDLRecordVersionModel
Returns:
the d d m storage ID of this d d l record version

setDDMStorageId

public void setDDMStorageId(long DDMStorageId)
Description copied from interface: DDLRecordVersionModel
Sets the d d m storage ID of this d d l record version.

Specified by:
setDDMStorageId in interface DDLRecordVersionModel
Parameters:
DDMStorageId - the d d m storage ID of this d d l record version

getRecordSetId

public long getRecordSetId()
Description copied from interface: DDLRecordVersionModel
Returns the record set ID of this d d l record version.

Specified by:
getRecordSetId in interface DDLRecordVersionModel
Returns:
the record set ID of this d d l record version

setRecordSetId

public void setRecordSetId(long recordSetId)
Description copied from interface: DDLRecordVersionModel
Sets the record set ID of this d d l record version.

Specified by:
setRecordSetId in interface DDLRecordVersionModel
Parameters:
recordSetId - the record set ID of this d d l record version

getRecordId

public long getRecordId()
Description copied from interface: DDLRecordVersionModel
Returns the record ID of this d d l record version.

Specified by:
getRecordId in interface DDLRecordVersionModel
Returns:
the record ID of this d d l record version

setRecordId

public void setRecordId(long recordId)
Description copied from interface: DDLRecordVersionModel
Sets the record ID of this d d l record version.

Specified by:
setRecordId in interface DDLRecordVersionModel
Parameters:
recordId - the record ID of this d d l record version

getOriginalRecordId

public long getOriginalRecordId()

getVersion

public String getVersion()
Description copied from interface: DDLRecordVersionModel
Returns the version of this d d l record version.

Specified by:
getVersion in interface DDLRecordVersionModel
Returns:
the version of this d d l record version

setVersion

public void setVersion(String version)
Description copied from interface: DDLRecordVersionModel
Sets the version of this d d l record version.

Specified by:
setVersion in interface DDLRecordVersionModel
Parameters:
version - the version of this d d l record version

getOriginalVersion

public String getOriginalVersion()

getDisplayIndex

public int getDisplayIndex()
Description copied from interface: DDLRecordVersionModel
Returns the display index of this d d l record version.

Specified by:
getDisplayIndex in interface DDLRecordVersionModel
Returns:
the display index of this d d l record version

setDisplayIndex

public void setDisplayIndex(int displayIndex)
Description copied from interface: DDLRecordVersionModel
Sets the display index of this d d l record version.

Specified by:
setDisplayIndex in interface DDLRecordVersionModel
Parameters:
displayIndex - the display index of this d d l record version

getStatus

public int getStatus()
Description copied from interface: DDLRecordVersionModel
Returns the status of this d d l record version.

Specified by:
getStatus in interface WorkflowedModel
Specified by:
getStatus in interface DDLRecordVersionModel
Returns:
the status of this d d l record version

setStatus

public void setStatus(int status)
Description copied from interface: DDLRecordVersionModel
Sets the status of this d d l record version.

Specified by:
setStatus in interface WorkflowedModel
Specified by:
setStatus in interface DDLRecordVersionModel
Parameters:
status - the status of this d d l record version

getOriginalStatus

public int getOriginalStatus()

getStatusByUserId

public long getStatusByUserId()
Description copied from interface: DDLRecordVersionModel
Returns the status by user ID of this d d l record version.

Specified by:
getStatusByUserId in interface WorkflowedModel
Specified by:
getStatusByUserId in interface DDLRecordVersionModel
Returns:
the status by user ID of this d d l record version

setStatusByUserId

public void setStatusByUserId(long statusByUserId)
Description copied from interface: DDLRecordVersionModel
Sets the status by user ID of this d d l record version.

Specified by:
setStatusByUserId in interface WorkflowedModel
Specified by:
setStatusByUserId in interface DDLRecordVersionModel
Parameters:
statusByUserId - the status by user ID of this d d l record version

getStatusByUserUuid

public String getStatusByUserUuid()
                           throws SystemException
Description copied from interface: DDLRecordVersionModel
Returns the status by user uuid of this d d l record version.

Specified by:
getStatusByUserUuid in interface DDLRecordVersionModel
Returns:
the status by user uuid of this d d l record version
Throws:
SystemException - if a system exception occurred

setStatusByUserUuid

public void setStatusByUserUuid(String statusByUserUuid)
Description copied from interface: DDLRecordVersionModel
Sets the status by user uuid of this d d l record version.

Specified by:
setStatusByUserUuid in interface DDLRecordVersionModel
Parameters:
statusByUserUuid - the status by user uuid of this d d l record version

getStatusByUserName

public String getStatusByUserName()
Description copied from interface: DDLRecordVersionModel
Returns the status by user name of this d d l record version.

Specified by:
getStatusByUserName in interface WorkflowedModel
Specified by:
getStatusByUserName in interface DDLRecordVersionModel
Returns:
the status by user name of this d d l record version

setStatusByUserName

public void setStatusByUserName(String statusByUserName)
Description copied from interface: DDLRecordVersionModel
Sets the status by user name of this d d l record version.

Specified by:
setStatusByUserName in interface WorkflowedModel
Specified by:
setStatusByUserName in interface DDLRecordVersionModel
Parameters:
statusByUserName - the status by user name of this d d l record version

getStatusDate

public Date getStatusDate()
Description copied from interface: DDLRecordVersionModel
Returns the status date of this d d l record version.

Specified by:
getStatusDate in interface WorkflowedModel
Specified by:
getStatusDate in interface DDLRecordVersionModel
Returns:
the status date of this d d l record version

setStatusDate

public void setStatusDate(Date statusDate)
Description copied from interface: DDLRecordVersionModel
Sets the status date of this d d l record version.

Specified by:
setStatusDate in interface WorkflowedModel
Specified by:
setStatusDate in interface DDLRecordVersionModel
Parameters:
statusDate - the status date of this d d l record version

getApproved

public boolean getApproved()
Deprecated. isApproved()

Specified by:
getApproved in interface DDLRecordVersionModel

isApproved

public boolean isApproved()
Description copied from interface: DDLRecordVersionModel
Returns true if this d d l record version is approved.

Specified by:
isApproved in interface WorkflowedModel
Specified by:
isApproved in interface DDLRecordVersionModel
Returns:
true if this d d l record version is approved; false otherwise

isDenied

public boolean isDenied()
Description copied from interface: DDLRecordVersionModel
Returns true if this d d l record version is denied.

Specified by:
isDenied in interface DDLRecordVersionModel
Returns:
true if this d d l record version is denied; false otherwise

isDraft

public boolean isDraft()
Description copied from interface: DDLRecordVersionModel
Returns true if this d d l record version is a draft.

Specified by:
isDraft in interface WorkflowedModel
Specified by:
isDraft in interface DDLRecordVersionModel
Returns:
true if this d d l record version is a draft; false otherwise

isExpired

public boolean isExpired()
Description copied from interface: DDLRecordVersionModel
Returns true if this d d l record version is expired.

Specified by:
isExpired in interface WorkflowedModel
Specified by:
isExpired in interface DDLRecordVersionModel
Returns:
true if this d d l record version is expired; false otherwise

isInactive

public boolean isInactive()
Description copied from interface: DDLRecordVersionModel
Returns true if this d d l record version is inactive.

Specified by:
isInactive in interface DDLRecordVersionModel
Returns:
true if this d d l record version is inactive; false otherwise

isIncomplete

public boolean isIncomplete()
Description copied from interface: DDLRecordVersionModel
Returns true if this d d l record version is incomplete.

Specified by:
isIncomplete in interface DDLRecordVersionModel
Returns:
true if this d d l record version is incomplete; false otherwise

isPending

public boolean isPending()
Description copied from interface: DDLRecordVersionModel
Returns true if this d d l record version is pending.

Specified by:
isPending in interface WorkflowedModel
Specified by:
isPending in interface DDLRecordVersionModel
Returns:
true if this d d l record version is pending; false otherwise

isScheduled

public boolean isScheduled()
Description copied from interface: DDLRecordVersionModel
Returns true if this d d l record version is scheduled.

Specified by:
isScheduled in interface DDLRecordVersionModel
Returns:
true if this d d l record version is scheduled; false otherwise

getColumnBitmask

public long getColumnBitmask()

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<DDLRecordVersion>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface DDLRecordVersionModel
Overrides:
getExpandoBridge in class BaseModelImpl<DDLRecordVersion>
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<DDLRecordVersion>
Specified by:
setExpandoBridgeAttributes in interface DDLRecordVersionModel
Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<DDLRecordVersion>
Parameters:
serviceContext - the service context
See Also:
ServiceContext.getExpandoBridgeAttributes( )

toEscapedModel

public DDLRecordVersion toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<DDLRecordVersion>
Specified by:
toEscapedModel in interface DDLRecordVersionModel
Overrides:
toEscapedModel in class BaseModelImpl<DDLRecordVersion>
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public DDLRecordVersion toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<DDLRecordVersion>
Specified by:
toUnescapedModel in interface DDLRecordVersionModel
Overrides:
toUnescapedModel in class BaseModelImpl<DDLRecordVersion>

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<DDLRecordVersion>
Specified by:
clone in interface DDLRecordVersionModel
Specified by:
clone in class BaseModelImpl<DDLRecordVersion>
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(DDLRecordVersion ddlRecordVersion)
Specified by:
compareTo in interface DDLRecordVersionModel
Specified by:
compareTo in interface Comparable<DDLRecordVersion>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface DDLRecordVersionModel
Overrides:
hashCode in class Object

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<DDLRecordVersion>
Overrides:
resetOriginalValues in class BaseModelImpl<DDLRecordVersion>

toCacheModel

public CacheModel<DDLRecordVersion> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<DDLRecordVersion>
Specified by:
toCacheModel in interface DDLRecordVersionModel
Overrides:
toCacheModel in class BaseModelImpl<DDLRecordVersion>
Returns:
the cache model object

toString

public String toString()
Specified by:
toString in interface DDLRecordVersionModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<DDLRecordVersion>
Specified by:
toXmlString in interface DDLRecordVersionModel
Returns:
the XML representation of this model instance

Liferay 6.1.2-ce-ga3