@ProviderType public class ChangesetEntryWrapper extends java.lang.Object 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 |
---|---|
java.lang.Object |
clone() |
int |
compareTo(ChangesetEntry changesetEntry) |
boolean |
equals(java.lang.Object obj) |
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.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this changeset entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this changeset entry.
|
long |
getPrimaryKey()
Returns the primary key of this changeset entry.
|
java.io.Serializable |
getPrimaryKeyObj() |
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.
|
ChangesetEntry |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
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 |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
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 |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this changeset entry.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
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.
|
com.liferay.portal.kernel.model.CacheModel<ChangesetEntry> |
toCacheModel() |
ChangesetEntry |
toEscapedModel() |
java.lang.String |
toString() |
ChangesetEntry |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public ChangesetEntryWrapper(ChangesetEntry changesetEntry)
public java.lang.Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
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 java.lang.Object clone()
clone
in interface ChangesetEntryModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
clone
in class java.lang.Object
public int compareTo(ChangesetEntry changesetEntry)
compareTo
in interface ChangesetEntryModel
compareTo
in interface java.lang.Comparable<ChangesetEntry>
public long getChangesetCollectionId()
getChangesetCollectionId
in interface ChangesetEntryModel
public long getChangesetEntryId()
getChangesetEntryId
in interface ChangesetEntryModel
public java.lang.String getClassName()
getClassName
in interface ChangesetEntryModel
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
public long getClassNameId()
getClassNameId
in interface ChangesetEntryModel
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
public long getClassPK()
getClassPK
in interface ChangesetEntryModel
getClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
public long getCompanyId()
getCompanyId
in interface ChangesetEntryModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public java.util.Date getCreateDate()
getCreateDate
in interface ChangesetEntryModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface ChangesetEntryModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
public long getGroupId()
getGroupId
in interface ChangesetEntryModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface ChangesetEntryModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
public long getPrimaryKey()
getPrimaryKey
in interface ChangesetEntryModel
public java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface ChangesetEntryModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public long getUserId()
getUserId
in interface ChangesetEntryModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserName()
getUserName
in interface ChangesetEntryModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface ChangesetEntryModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public int hashCode()
hashCode
in interface ChangesetEntryModel
hashCode
in class java.lang.Object
public boolean isCachedModel()
isCachedModel
in interface ChangesetEntryModel
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
public boolean isEscapedModel()
isEscapedModel
in interface ChangesetEntryModel
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
public boolean isNew()
isNew
in interface ChangesetEntryModel
isNew
in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCachedModel(boolean cachedModel)
setCachedModel
in interface ChangesetEntryModel
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
public void setChangesetCollectionId(long changesetCollectionId)
setChangesetCollectionId
in interface ChangesetEntryModel
changesetCollectionId
- the changeset collection ID of this changeset entrypublic void setChangesetEntryId(long changesetEntryId)
setChangesetEntryId
in interface ChangesetEntryModel
changesetEntryId
- the changeset entry ID of this changeset entrypublic void setClassName(java.lang.String className)
setClassName
in interface ChangesetEntryModel
public void setClassNameId(long classNameId)
setClassNameId
in interface ChangesetEntryModel
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
classNameId
- the class name ID of this changeset entrypublic void setClassPK(long classPK)
setClassPK
in interface ChangesetEntryModel
setClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
classPK
- the class pk of this changeset entrypublic void setCompanyId(long companyId)
setCompanyId
in interface ChangesetEntryModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this changeset entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface ChangesetEntryModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
createDate
- the create date of this changeset entrypublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface ChangesetEntryModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
public void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface ChangesetEntryModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface ChangesetEntryModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
public void setGroupId(long groupId)
setGroupId
in interface ChangesetEntryModel
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
groupId
- the group ID of this changeset entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface ChangesetEntryModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
modifiedDate
- the modified date of this changeset entrypublic void setNew(boolean n)
setNew
in interface ChangesetEntryModel
setNew
in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface ChangesetEntryModel
primaryKey
- the primary key of this changeset entrypublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface ChangesetEntryModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setUserId(long userId)
setUserId
in interface ChangesetEntryModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this changeset entrypublic void setUserName(java.lang.String userName)
setUserName
in interface ChangesetEntryModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this changeset entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface ChangesetEntryModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this changeset entrypublic com.liferay.portal.kernel.model.CacheModel<ChangesetEntry> toCacheModel()
toCacheModel
in interface ChangesetEntryModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
public ChangesetEntry toEscapedModel()
toEscapedModel
in interface ChangesetEntryModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
public java.lang.String toString()
toString
in interface ChangesetEntryModel
toString
in class java.lang.Object
public ChangesetEntry toUnescapedModel()
toUnescapedModel
in interface ChangesetEntryModel
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
public java.lang.String toXmlString()
toXmlString
in interface ChangesetEntryModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public ChangesetEntry getWrappedModel()
getWrappedModel
in interface com.liferay.portal.kernel.model.ModelWrapper<ChangesetEntry>
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>