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
modelFields inherited from interface com.liferay.changeset.model.ChangesetEntry
CHANGESET_ENTRY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the changeset collection ID of this changeset entry.longReturns the changeset entry ID of this changeset entry.Returns the fully qualified class name of this changeset entry.longReturns the class name ID of this changeset entry.longReturns the class pk of this changeset entry.longReturns the company ID of this changeset entry.Returns the create date of this changeset entry.longReturns the group ID of this changeset entry.Returns the modified date of this changeset entry.longReturns the primary key of this changeset entry.longReturns the user ID of this changeset entry.Returns the user name of this changeset entry.Returns the user uuid of this changeset entry.voidpersist()voidsetChangesetCollectionId(long changesetCollectionId) Sets the changeset collection ID of this changeset entry.voidsetChangesetEntryId(long changesetEntryId) Sets the changeset entry ID of this changeset entry.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this changeset entry.voidsetClassPK(long classPK) Sets the class pk of this changeset entry.voidsetCompanyId(long companyId) Sets the company ID of this changeset entry.voidsetCreateDate(Date createDate) Sets the create date of this changeset entry.voidsetGroupId(long groupId) Sets the group ID of this changeset entry.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this changeset entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this changeset entry.voidsetUserId(long userId) Sets the user ID of this changeset entry.voidsetUserName(String userName) Sets the user name of this changeset entry.voidsetUserUuid(String userUuid) Sets the user uuid of this changeset entry.protected ChangesetEntryWrapperwrap(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, 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
-
ChangesetEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<ChangesetEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<ChangesetEntry>- Specified by:
cloneWithOriginalValuesin interfaceChangesetEntryModel
-
getChangesetCollectionId
public long getChangesetCollectionId()Returns the changeset collection ID of this changeset entry.- Specified by:
getChangesetCollectionIdin 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:
getChangesetEntryIdin interfaceChangesetEntryModel- Returns:
- the changeset entry ID of this changeset entry
-
getClassName
Returns the fully qualified class name of this changeset entry.- Specified by:
getClassNamein interfaceChangesetEntryModel- Specified by:
getClassNamein 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:
getClassNameIdin interfaceChangesetEntryModel- Specified by:
getClassNameIdin 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:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
getClassPKin interfaceChangesetEntryModel- Returns:
- the class pk of this changeset entry
-
getCompanyId
public long getCompanyId()Returns the company ID of this changeset entry.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceChangesetEntryModel- Specified by:
getCompanyIdin 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:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceChangesetEntryModel- Returns:
- the create date of this changeset entry
-
getGroupId
public long getGroupId()Returns the group ID of this changeset entry.- Specified by:
getGroupIdin interfaceChangesetEntryModel- Specified by:
getGroupIdin 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:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceChangesetEntryModel- Returns:
- the modified date of this changeset entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this changeset entry.- Specified by:
getPrimaryKeyin interfaceChangesetEntryModel- Returns:
- the primary key of this changeset entry
-
getUserId
public long getUserId()Returns the user ID of this changeset entry.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceChangesetEntryModel- Returns:
- the user ID of this changeset entry
-
getUserName
Returns the user name of this changeset entry.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceChangesetEntryModel- Returns:
- the user name of this changeset entry
-
getUserUuid
Returns the user uuid of this changeset entry.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceChangesetEntryModel- Returns:
- the user uuid of this changeset entry
-
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 entry.- Specified by:
setChangesetCollectionIdin 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:
setChangesetEntryIdin interfaceChangesetEntryModel- Parameters:
changesetEntryId- the changeset entry ID of this changeset entry
-
setClassName
- Specified by:
setClassNamein interfaceChangesetEntryModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this changeset entry.- Specified by:
setClassNameIdin interfaceChangesetEntryModel- Specified by:
setClassNameIdin 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:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
setClassPKin 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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceChangesetEntryModel- Specified by:
setCompanyIdin 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:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein 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:
setGroupIdin interfaceChangesetEntryModel- Specified by:
setGroupIdin 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:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein 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:
setPrimaryKeyin 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceChangesetEntryModel- Parameters:
userId- the user ID of this changeset entry
-
setUserName
Sets the user name of this changeset entry.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceChangesetEntryModel- Parameters:
userName- the user name of this changeset entry
-
setUserUuid
Sets the user uuid of this changeset entry.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceChangesetEntryModel- Parameters:
userUuid- the user uuid of this changeset entry
-
toXmlString
- Specified by:
toXmlStringin interfaceChangesetEntryModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ChangesetEntry>
-