public class ChangesetEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ChangesetEntry> implements ChangesetEntry, com.liferay.portal.kernel.model.ModelWrapper<ChangesetEntry>
This class is a wrapper for ChangesetEntry.
ChangesetEntry,
Serialized FormCHANGESET_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
ChangesetEntryWrapper(ChangesetEntry changesetEntry) |
| Modifier and Type | Method and Description |
|---|---|
ChangesetEntry |
cloneWithOriginalValues() |
long |
getChangesetCollectionId()
Returns the changeset collection ID of this changeset entry.
|
long |
getChangesetEntryId()
Returns the changeset entry ID of this changeset entry.
|
java.lang.String |
getClassName()
Returns the fully qualified class name of this changeset entry.
|
long |
getClassNameId()
Returns the class name ID of this changeset entry.
|
long |
getClassPK()
Returns the class pk of this changeset entry.
|
long |
getCompanyId()
Returns the company ID of this changeset entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this changeset entry.
|
long |
getGroupId()
Returns the group ID of this changeset entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this changeset entry.
|
long |
getPrimaryKey()
Returns the primary key of this changeset entry.
|
long |
getUserId()
Returns the user ID of this changeset entry.
|
java.lang.String |
getUserName()
Returns the user name of this changeset entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this changeset entry.
|
void |
persist() |
void |
setChangesetCollectionId(long changesetCollectionId)
Sets the changeset collection ID of this changeset entry.
|
void |
setChangesetEntryId(long changesetEntryId)
Sets the changeset entry ID of this changeset entry.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this changeset entry.
|
void |
setClassPK(long classPK)
Sets the class pk of this changeset entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this changeset entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this changeset entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this changeset entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this changeset entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this changeset entry.
|
void |
setUserId(long userId)
Sets the user ID of this changeset entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this changeset entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this changeset entry.
|
java.lang.String |
toXmlString() |
protected ChangesetEntryWrapper |
wrap(ChangesetEntry changesetEntry) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic ChangesetEntryWrapper(ChangesetEntry changesetEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>public ChangesetEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface ChangesetEntryModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>public long getChangesetCollectionId()
getChangesetCollectionId in interface ChangesetEntryModelpublic long getChangesetEntryId()
getChangesetEntryId in interface ChangesetEntryModelpublic java.lang.String getClassName()
getClassName in interface ChangesetEntryModelgetClassName in interface com.liferay.portal.kernel.model.TypedModelpublic long getClassNameId()
getClassNameId in interface ChangesetEntryModelgetClassNameId in interface com.liferay.portal.kernel.model.TypedModelpublic long getClassPK()
getClassPK in interface ChangesetEntryModelgetClassPK in interface com.liferay.portal.kernel.model.AttachedModelpublic long getCompanyId()
getCompanyId in interface ChangesetEntryModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface ChangesetEntryModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getGroupId()
getGroupId in interface ChangesetEntryModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface ChangesetEntryModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getPrimaryKey()
getPrimaryKey in interface ChangesetEntryModelpublic long getUserId()
getUserId in interface ChangesetEntryModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface ChangesetEntryModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface ChangesetEntryModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setChangesetCollectionId(long changesetCollectionId)
setChangesetCollectionId in interface ChangesetEntryModelchangesetCollectionId - the changeset collection ID of this changeset entrypublic void setChangesetEntryId(long changesetEntryId)
setChangesetEntryId in interface ChangesetEntryModelchangesetEntryId - the changeset entry ID of this changeset entrypublic void setClassName(java.lang.String className)
setClassName in interface ChangesetEntryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface ChangesetEntryModelsetClassNameId in interface com.liferay.portal.kernel.model.TypedModelclassNameId - the class name ID of this changeset entrypublic void setClassPK(long classPK)
setClassPK in interface ChangesetEntryModelsetClassPK in interface com.liferay.portal.kernel.model.AttachedModelclassPK - the class pk of this changeset entrypublic void setCompanyId(long companyId)
setCompanyId in interface ChangesetEntryModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this changeset entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface ChangesetEntryModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this changeset entrypublic void setGroupId(long groupId)
setGroupId in interface ChangesetEntryModelsetGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this changeset entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface ChangesetEntryModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this changeset entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface ChangesetEntryModelprimaryKey - the primary key of this changeset entrypublic void setUserId(long userId)
setUserId in interface ChangesetEntryModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this changeset entrypublic void setUserName(java.lang.String userName)
setUserName in interface ChangesetEntryModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this changeset entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface ChangesetEntryModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this changeset entrypublic java.lang.String toXmlString()
toXmlString in interface ChangesetEntryModelprotected ChangesetEntryWrapper wrap(ChangesetEntry changesetEntry)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ChangesetEntry>