public class ChangesetCollectionWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ChangesetCollection> implements ChangesetCollection, com.liferay.portal.kernel.model.ModelWrapper<ChangesetCollection>
This class is a wrapper for ChangesetCollection.
ChangesetCollection,
Serialized FormCHANGESET_COLLECTION_ID_ACCESSOR| Constructor and Description |
|---|
ChangesetCollectionWrapper(ChangesetCollection changesetCollection) |
| Modifier and Type | Method and Description |
|---|---|
ChangesetCollection |
cloneWithOriginalValues() |
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() |
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, toXmlStringpublic ChangesetCollectionWrapper(ChangesetCollection changesetCollection)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<ChangesetCollection>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<ChangesetCollection>public ChangesetCollection cloneWithOriginalValues()
cloneWithOriginalValues in interface ChangesetCollectionModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<ChangesetCollection>public long getChangesetCollectionId()
getChangesetCollectionId in interface ChangesetCollectionModelpublic long getCompanyId()
getCompanyId in interface ChangesetCollectionModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface ChangesetCollectionModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getDescription()
getDescription in interface ChangesetCollectionModelpublic long getGroupId()
getGroupId in interface ChangesetCollectionModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface ChangesetCollectionModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getName()
getName in interface ChangesetCollectionModelpublic long getPrimaryKey()
getPrimaryKey in interface ChangesetCollectionModelpublic long getUserId()
getUserId in interface ChangesetCollectionModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface ChangesetCollectionModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface ChangesetCollectionModelgetUserUuid 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 ChangesetCollectionModelchangesetCollectionId - the changeset collection ID of this changeset collectionpublic void setCompanyId(long companyId)
setCompanyId in interface ChangesetCollectionModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this changeset collectionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface ChangesetCollectionModelsetCreateDate in interface com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this changeset collectionpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface ChangesetCollectionModelsetModifiedDate in interface com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this changeset collectionpublic void setUserName(java.lang.String userName)
setUserName in interface ChangesetCollectionModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this changeset collectionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface ChangesetCollectionModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this changeset collectionprotected ChangesetCollectionWrapper wrap(ChangesetCollection changesetCollection)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ChangesetCollection>