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
model
Fields inherited from interface com.liferay.changeset.model.ChangesetCollection
CHANGESET_COLLECTION_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the changeset collection ID of this changeset collection.long
Returns the company ID of this changeset collection.Returns the create date of this changeset collection.Returns the description of this changeset collection.long
Returns the group ID of this changeset collection.Returns the modified date of this changeset collection.getName()
Returns the name of this changeset collection.long
Returns the primary key of this changeset collection.long
Returns the user ID of this changeset collection.Returns the user name of this changeset collection.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
(Date createDate) Sets the create date of this changeset collection.void
setDescription
(String description) Sets the description of this changeset collection.void
setGroupId
(long groupId) Sets the group ID of this changeset collection.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this changeset collection.void
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
(String userName) Sets the user name of this changeset collection.void
setUserUuid
(String userUuid) Sets the user uuid of this changeset collection.protected ChangesetCollectionWrapper
wrap
(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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
ChangesetCollectionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<ChangesetCollection>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<ChangesetCollection>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<ChangesetCollection>
- Specified by:
cloneWithOriginalValues
in interfaceChangesetCollectionModel
-
getChangesetCollectionId
public long getChangesetCollectionId()Returns the changeset collection ID of this changeset collection.- Specified by:
getChangesetCollectionId
in interfaceChangesetCollectionModel
- Returns:
- the changeset collection ID of this changeset collection
-
getCompanyId
public long getCompanyId()Returns the company ID of this changeset collection.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceChangesetCollectionModel
- Specified by:
getCompanyId
in 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:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceChangesetCollectionModel
- Returns:
- the create date of this changeset collection
-
getDescription
Returns the description of this changeset collection.- Specified by:
getDescription
in interfaceChangesetCollectionModel
- Returns:
- the description of this changeset collection
-
getGroupId
public long getGroupId()Returns the group ID of this changeset collection.- Specified by:
getGroupId
in interfaceChangesetCollectionModel
- Specified by:
getGroupId
in 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:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceChangesetCollectionModel
- Returns:
- the modified date of this changeset collection
-
getName
Returns the name of this changeset collection.- Specified by:
getName
in interfaceChangesetCollectionModel
- Returns:
- the name of this changeset collection
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this changeset collection.- Specified by:
getPrimaryKey
in interfaceChangesetCollectionModel
- Returns:
- the primary key of this changeset collection
-
getUserId
public long getUserId()Returns the user ID of this changeset collection.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceChangesetCollectionModel
- Returns:
- the user ID of this changeset collection
-
getUserName
Returns the user name of this changeset collection.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceChangesetCollectionModel
- Returns:
- the user name of this changeset collection
-
getUserUuid
Returns the user uuid of this changeset collection.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceChangesetCollectionModel
- Returns:
- the user uuid of this changeset collection
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setChangesetCollectionId
public void setChangesetCollectionId(long changesetCollectionId) Sets the changeset collection ID of this changeset collection.- Specified by:
setChangesetCollectionId
in 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:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceChangesetCollectionModel
- Specified by:
setCompanyId
in 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:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceChangesetCollectionModel
- Parameters:
createDate
- the create date of this changeset collection
-
setDescription
Sets the description of this changeset collection.- Specified by:
setDescription
in 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:
setGroupId
in interfaceChangesetCollectionModel
- Specified by:
setGroupId
in 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:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceChangesetCollectionModel
- Parameters:
modifiedDate
- the modified date of this changeset collection
-
setName
Sets the name of this changeset collection.- Specified by:
setName
in 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:
setPrimaryKey
in 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:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceChangesetCollectionModel
- Parameters:
userId
- the user ID of this changeset collection
-
setUserName
Sets the user name of this changeset collection.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceChangesetCollectionModel
- Parameters:
userName
- the user name of this changeset collection
-
setUserUuid
Sets the user uuid of this changeset collection.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceChangesetCollectionModel
- Parameters:
userUuid
- the user uuid of this changeset collection
-
toXmlString
- Specified by:
toXmlString
in interfaceChangesetCollectionModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ChangesetCollection>
-