public class ChangesetCollectionWrapper extends BaseModelWrapper<ChangesetCollection> implements ChangesetCollection, ModelWrapper<ChangesetCollection>
This class is a wrapper for ChangesetCollection.
ChangesetCollection,
Serialized FormmodelCHANGESET_COLLECTION_ID_ACCESSOR| Constructor and Description |
|---|
ChangesetCollectionWrapper(ChangesetCollection changesetCollection) |
| Modifier and Type | Method and Description |
|---|---|
long |
getChangesetCollectionId()
Returns the changeset collection ID of this changeset collection.
|
long |
getCompanyId()
Returns the company ID of this changeset collection.
|
java.util.Date |
getCreateDate()
Returns the create date of this changeset collection.
|
java.lang.String |
getDescription()
Returns the description of this changeset collection.
|
long |
getGroupId()
Returns the group ID of this changeset collection.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this changeset collection.
|
java.lang.String |
getName()
Returns the name of this changeset collection.
|
long |
getPrimaryKey()
Returns the primary key of this changeset collection.
|
long |
getUserId()
Returns the user ID of this changeset collection.
|
java.lang.String |
getUserName()
Returns the user name of this changeset collection.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this changeset collection.
|
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 collection.
|
void |
setCompanyId(long companyId)
Sets the company ID of this changeset collection.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this changeset collection.
|
void |
setDescription(java.lang.String description)
Sets the description of this changeset collection.
|
void |
setGroupId(long groupId)
Sets the group ID of this changeset collection.
|
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 collection.
|
void |
setName(java.lang.String name)
Sets the name of this changeset collection.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this changeset collection.
|
void |
setUserId(long userId)
Sets the user ID of this changeset collection.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this changeset collection.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this changeset collection.
|
protected ChangesetCollectionWrapper |
wrap(ChangesetCollection changesetCollection) |
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 ChangesetCollectionWrapper(ChangesetCollection changesetCollection)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<ChangesetCollection>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<ChangesetCollection>public long getChangesetCollectionId()
getChangesetCollectionId in interface ChangesetCollectionModelpublic long getCompanyId()
getCompanyId in interface ChangesetCollectionModelgetCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface ChangesetCollectionModelgetCreateDate in interface AuditedModelpublic java.lang.String getDescription()
getDescription in interface ChangesetCollectionModelpublic long getGroupId()
getGroupId in interface ChangesetCollectionModelgetGroupId in interface GroupedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface ChangesetCollectionModelgetModifiedDate in interface AuditedModelpublic java.lang.String getName()
getName in interface ChangesetCollectionModelpublic long getPrimaryKey()
getPrimaryKey in interface ChangesetCollectionModelpublic long getUserId()
getUserId in interface ChangesetCollectionModelgetUserId in interface AuditedModelpublic java.lang.String getUserName()
getUserName in interface ChangesetCollectionModelgetUserName in interface AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface ChangesetCollectionModelgetUserUuid in interface AuditedModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setChangesetCollectionId(long changesetCollectionId)
setChangesetCollectionId in interface ChangesetCollectionModelchangesetCollectionId - the changeset collection ID of this changeset collectionpublic void setCompanyId(long companyId)
setCompanyId in interface ChangesetCollectionModelsetCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this changeset collectionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface ChangesetCollectionModelsetCreateDate in interface AuditedModelcreateDate - the create date of this changeset collectionpublic void setDescription(java.lang.String description)
setDescription in interface ChangesetCollectionModeldescription - the description of this changeset collectionpublic void setGroupId(long groupId)
setGroupId in interface ChangesetCollectionModelsetGroupId in interface GroupedModelgroupId - the group ID of this changeset collectionpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface ChangesetCollectionModelsetModifiedDate in interface AuditedModelmodifiedDate - the modified date of this changeset collectionpublic void setName(java.lang.String name)
setName in interface ChangesetCollectionModelname - the name of this changeset collectionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface ChangesetCollectionModelprimaryKey - the primary key of this changeset collectionpublic void setUserId(long userId)
setUserId in interface ChangesetCollectionModelsetUserId in interface AuditedModeluserId - the user ID of this changeset collectionpublic void setUserName(java.lang.String userName)
setUserName in interface ChangesetCollectionModelsetUserName in interface AuditedModeluserName - the user name of this changeset collectionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface ChangesetCollectionModelsetUserUuid in interface AuditedModeluserUuid - the user uuid of this changeset collectionprotected ChangesetCollectionWrapper wrap(ChangesetCollection changesetCollection)
wrap in class BaseModelWrapper<ChangesetCollection>