public class ChangesetEntryWrapper extends BaseModelWrapper<ChangesetEntry> implements ChangesetEntry, ModelWrapper<ChangesetEntry>
This class is a wrapper for ChangesetEntry.
ChangesetEntry,
Serialized FormmodelCHANGESET_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
ChangesetEntryWrapper(ChangesetEntry changesetEntry) |
| Modifier and Type | Method and Description |
|---|---|
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()
Updates this model instance in the database or adds it if it does not yet
exist.
|
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.
|
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, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic ChangesetEntryWrapper(ChangesetEntry changesetEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<ChangesetEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface 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 TypedModelpublic long getClassNameId()
getClassNameId in interface ChangesetEntryModelgetClassNameId in interface TypedModelpublic long getClassPK()
getClassPK in interface ChangesetEntryModelgetClassPK in interface AttachedModelpublic long getCompanyId()
getCompanyId in interface ChangesetEntryModelgetCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface ChangesetEntryModelgetCreateDate in interface AuditedModelpublic long getGroupId()
getGroupId in interface ChangesetEntryModelgetGroupId in interface GroupedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface ChangesetEntryModelgetModifiedDate in interface AuditedModelpublic long getPrimaryKey()
getPrimaryKey in interface ChangesetEntryModelpublic long getUserId()
getUserId in interface ChangesetEntryModelgetUserId in interface AuditedModelpublic java.lang.String getUserName()
getUserName in interface ChangesetEntryModelgetUserName in interface AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface ChangesetEntryModelgetUserUuid in interface AuditedModelpublic void persist()
PersistedModelpersist in interface 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 TypedModelclassNameId - the class name ID of this changeset entrypublic void setClassPK(long classPK)
setClassPK in interface ChangesetEntryModelsetClassPK in interface AttachedModelclassPK - the class pk of this changeset entrypublic void setCompanyId(long companyId)
setCompanyId in interface ChangesetEntryModelsetCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this changeset entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface ChangesetEntryModelsetCreateDate in interface AuditedModelcreateDate - the create date of this changeset entrypublic void setGroupId(long groupId)
setGroupId in interface ChangesetEntryModelsetGroupId in interface GroupedModelgroupId - the group ID of this changeset entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface ChangesetEntryModelsetModifiedDate in interface 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 AuditedModeluserId - the user ID of this changeset entrypublic void setUserName(java.lang.String userName)
setUserName in interface ChangesetEntryModelsetUserName in interface AuditedModeluserName - the user name of this changeset entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface ChangesetEntryModelsetUserUuid in interface AuditedModeluserUuid - the user uuid of this changeset entryprotected ChangesetEntryWrapper wrap(ChangesetEntry changesetEntry)
wrap in class BaseModelWrapper<ChangesetEntry>