Package com.liferay.changeset.model
Class ChangesetCollectionWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ChangesetCollection>
com.liferay.changeset.model.ChangesetCollectionWrapper
- All Implemented Interfaces:
ChangesetCollection,ChangesetCollectionModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<ChangesetCollection>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<ChangesetCollection>,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<ChangesetCollection>
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.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.changeset.model.ChangesetCollection
CHANGESET_COLLECTION_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the changeset collection ID of this changeset collection.longReturns the company ID of this changeset collection.Returns the create date of this changeset collection.Returns the description of this changeset collection.longReturns the group ID of this changeset collection.Returns the modified date of this changeset collection.getName()Returns the name of this changeset collection.longReturns the primary key of this changeset collection.longReturns the user ID of this changeset collection.Returns the user name of this changeset collection.Returns the user uuid of this changeset collection.voidpersist()voidsetChangesetCollectionId(long changesetCollectionId) Sets the changeset collection ID of this changeset collection.voidsetCompanyId(long companyId) Sets the company ID of this changeset collection.voidsetCreateDate(Date createDate) Sets the create date of this changeset collection.voidsetDescription(String description) Sets the description of this changeset collection.voidsetGroupId(long groupId) Sets the group ID of this changeset collection.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this changeset collection.voidSets the name of this changeset collection.voidsetPrimaryKey(long primaryKey) Sets the primary key of this changeset collection.voidsetUserId(long userId) Sets the user ID of this changeset collection.voidsetUserName(String userName) Sets the user name of this changeset collection.voidsetUserUuid(String userUuid) Sets the user uuid of this changeset collection.protected ChangesetCollectionWrapperwrap(ChangesetCollection changesetCollection) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
ChangesetCollectionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<ChangesetCollection>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<ChangesetCollection>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<ChangesetCollection>- Specified by:
cloneWithOriginalValuesin interfaceChangesetCollectionModel
-
getChangesetCollectionId
public long getChangesetCollectionId()Returns the changeset collection ID of this changeset collection.- Specified by:
getChangesetCollectionIdin interfaceChangesetCollectionModel- Returns:
- the changeset collection ID of this changeset collection
-
getCompanyId
public long getCompanyId()Returns the company ID of this changeset collection.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceChangesetCollectionModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this changeset collection
-
getCreateDate
Returns the create date of this changeset collection.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceChangesetCollectionModel- Returns:
- the create date of this changeset collection
-
getDescription
Returns the description of this changeset collection.- Specified by:
getDescriptionin interfaceChangesetCollectionModel- Returns:
- the description of this changeset collection
-
getGroupId
public long getGroupId()Returns the group ID of this changeset collection.- Specified by:
getGroupIdin interfaceChangesetCollectionModel- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this changeset collection
-
getModifiedDate
Returns the modified date of this changeset collection.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceChangesetCollectionModel- Returns:
- the modified date of this changeset collection
-
getName
Returns the name of this changeset collection.- Specified by:
getNamein interfaceChangesetCollectionModel- Returns:
- the name of this changeset collection
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this changeset collection.- Specified by:
getPrimaryKeyin interfaceChangesetCollectionModel- Returns:
- the primary key of this changeset collection
-
getUserId
public long getUserId()Returns the user ID of this changeset collection.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceChangesetCollectionModel- Returns:
- the user ID of this changeset collection
-
getUserName
Returns the user name of this changeset collection.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceChangesetCollectionModel- Returns:
- the user name of this changeset collection
-
getUserUuid
Returns the user uuid of this changeset collection.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceChangesetCollectionModel- Returns:
- the user uuid of this changeset collection
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setChangesetCollectionId
public void setChangesetCollectionId(long changesetCollectionId) Sets the changeset collection ID of this changeset collection.- Specified by:
setChangesetCollectionIdin interfaceChangesetCollectionModel- Parameters:
changesetCollectionId- the changeset collection ID of this changeset collection
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this changeset collection.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceChangesetCollectionModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this changeset collection
-
setCreateDate
Sets the create date of this changeset collection.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceChangesetCollectionModel- Parameters:
createDate- the create date of this changeset collection
-
setDescription
Sets the description of this changeset collection.- Specified by:
setDescriptionin interfaceChangesetCollectionModel- Parameters:
description- the description of this changeset collection
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this changeset collection.- Specified by:
setGroupIdin interfaceChangesetCollectionModel- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this changeset collection
-
setModifiedDate
Sets the modified date of this changeset collection.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceChangesetCollectionModel- Parameters:
modifiedDate- the modified date of this changeset collection
-
setName
Sets the name of this changeset collection.- Specified by:
setNamein interfaceChangesetCollectionModel- Parameters:
name- the name of this changeset collection
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this changeset collection.- Specified by:
setPrimaryKeyin interfaceChangesetCollectionModel- Parameters:
primaryKey- the primary key of this changeset collection
-
setUserId
public void setUserId(long userId) Sets the user ID of this changeset collection.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceChangesetCollectionModel- Parameters:
userId- the user ID of this changeset collection
-
setUserName
Sets the user name of this changeset collection.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceChangesetCollectionModel- Parameters:
userName- the user name of this changeset collection
-
setUserUuid
Sets the user uuid of this changeset collection.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceChangesetCollectionModel- Parameters:
userUuid- the user uuid of this changeset collection
-
toXmlString
- Specified by:
toXmlStringin interfaceChangesetCollectionModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ChangesetCollection>
-