Package com.liferay.changeset.model
Class ChangesetEntryWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ChangesetEntry>
com.liferay.changeset.model.ChangesetEntryWrapper
- All Implemented Interfaces:
ChangesetEntry
,ChangesetEntryModel
,com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<ChangesetEntry>
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.TypedModel
,Serializable
,Cloneable
,Comparable<ChangesetEntry>
public class ChangesetEntryWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ChangesetEntry>
implements ChangesetEntry, com.liferay.portal.kernel.model.ModelWrapper<ChangesetEntry>
This class is a wrapper for ChangesetEntry
.
- 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.ChangesetEntry
CHANGESET_ENTRY_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the changeset collection ID of this changeset entry.long
Returns the changeset entry ID of this changeset entry.Returns the fully qualified class name of this changeset entry.long
Returns the class name ID of this changeset entry.long
Returns the class pk of this changeset entry.long
Returns the company ID of this changeset entry.Returns the create date of this changeset entry.long
Returns the group ID of this changeset entry.Returns the modified date of this changeset entry.long
Returns the primary key of this changeset entry.long
Returns the user ID of this changeset entry.Returns the user name of this changeset entry.Returns the user uuid of this changeset entry.void
persist()
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
(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
(Date createDate) Sets the create date of this changeset entry.void
setGroupId
(long groupId) Sets the group ID of this changeset entry.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(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
(String userName) Sets the user name of this changeset entry.void
setUserUuid
(String userUuid) Sets the user uuid of this changeset entry.protected ChangesetEntryWrapper
wrap
(ChangesetEntry changesetEntry) 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
-
ChangesetEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
- Specified by:
cloneWithOriginalValues
in interfaceChangesetEntryModel
-
getChangesetCollectionId
public long getChangesetCollectionId()Returns the changeset collection ID of this changeset entry.- Specified by:
getChangesetCollectionId
in interfaceChangesetEntryModel
- Returns:
- the changeset collection ID of this changeset entry
-
getChangesetEntryId
public long getChangesetEntryId()Returns the changeset entry ID of this changeset entry.- Specified by:
getChangesetEntryId
in interfaceChangesetEntryModel
- Returns:
- the changeset entry ID of this changeset entry
-
getClassName
Returns the fully qualified class name of this changeset entry.- Specified by:
getClassName
in interfaceChangesetEntryModel
- Specified by:
getClassName
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the fully qualified class name of this changeset entry
-
getClassNameId
public long getClassNameId()Returns the class name ID of this changeset entry.- Specified by:
getClassNameId
in interfaceChangesetEntryModel
- Specified by:
getClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the class name ID of this changeset entry
-
getClassPK
public long getClassPK()Returns the class pk of this changeset entry.- Specified by:
getClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
getClassPK
in interfaceChangesetEntryModel
- Returns:
- the class pk of this changeset entry
-
getCompanyId
public long getCompanyId()Returns the company ID of this changeset entry.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceChangesetEntryModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this changeset entry
-
getCreateDate
Returns the create date of this changeset entry.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceChangesetEntryModel
- Returns:
- the create date of this changeset entry
-
getGroupId
public long getGroupId()Returns the group ID of this changeset entry.- Specified by:
getGroupId
in interfaceChangesetEntryModel
- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this changeset entry
-
getModifiedDate
Returns the modified date of this changeset entry.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceChangesetEntryModel
- Returns:
- the modified date of this changeset entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this changeset entry.- Specified by:
getPrimaryKey
in interfaceChangesetEntryModel
- Returns:
- the primary key of this changeset entry
-
getUserId
public long getUserId()Returns the user ID of this changeset entry.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceChangesetEntryModel
- Returns:
- the user ID of this changeset entry
-
getUserName
Returns the user name of this changeset entry.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceChangesetEntryModel
- Returns:
- the user name of this changeset entry
-
getUserUuid
Returns the user uuid of this changeset entry.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceChangesetEntryModel
- Returns:
- the user uuid of this changeset entry
-
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 entry.- Specified by:
setChangesetCollectionId
in interfaceChangesetEntryModel
- Parameters:
changesetCollectionId
- the changeset collection ID of this changeset entry
-
setChangesetEntryId
public void setChangesetEntryId(long changesetEntryId) Sets the changeset entry ID of this changeset entry.- Specified by:
setChangesetEntryId
in interfaceChangesetEntryModel
- Parameters:
changesetEntryId
- the changeset entry ID of this changeset entry
-
setClassName
- Specified by:
setClassName
in interfaceChangesetEntryModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this changeset entry.- Specified by:
setClassNameId
in interfaceChangesetEntryModel
- Specified by:
setClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Parameters:
classNameId
- the class name ID of this changeset entry
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this changeset entry.- Specified by:
setClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
setClassPK
in interfaceChangesetEntryModel
- Parameters:
classPK
- the class pk of this changeset entry
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this changeset entry.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceChangesetEntryModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this changeset entry
-
setCreateDate
Sets the create date of this changeset entry.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceChangesetEntryModel
- Parameters:
createDate
- the create date of this changeset entry
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this changeset entry.- Specified by:
setGroupId
in interfaceChangesetEntryModel
- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this changeset entry
-
setModifiedDate
Sets the modified date of this changeset entry.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceChangesetEntryModel
- Parameters:
modifiedDate
- the modified date of this changeset entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this changeset entry.- Specified by:
setPrimaryKey
in interfaceChangesetEntryModel
- Parameters:
primaryKey
- the primary key of this changeset entry
-
setUserId
public void setUserId(long userId) Sets the user ID of this changeset entry.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceChangesetEntryModel
- Parameters:
userId
- the user ID of this changeset entry
-
setUserName
Sets the user name of this changeset entry.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceChangesetEntryModel
- Parameters:
userName
- the user name of this changeset entry
-
setUserUuid
Sets the user uuid of this changeset entry.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceChangesetEntryModel
- Parameters:
userUuid
- the user uuid of this changeset entry
-
toXmlString
- Specified by:
toXmlString
in interfaceChangesetEntryModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ChangesetEntry>
-