Class PLOEntryWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<PLOEntry>
com.liferay.portal.language.override.model.PLOEntryWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<PLOEntry>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<PLOEntry>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,PLOEntry,PLOEntryModel,Serializable,Cloneable,Comparable<PLOEntry>
public class PLOEntryWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<PLOEntry>
implements com.liferay.portal.kernel.model.ModelWrapper<PLOEntry>, PLOEntry
This class is a wrapper for PLOEntry.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.portal.language.override.model.PLOEntry
PLO_ENTRY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this plo entry.Returns the create date of this plo entry.getKey()Returns the key of this plo entry.Returns the language ID of this plo entry.Returns the modified date of this plo entry.longReturns the mvcc version of this plo entry.longReturns the plo entry ID of this plo entry.longReturns the primary key of this plo entry.longReturns the user ID of this plo entry.Returns the user uuid of this plo entry.getValue()Returns the value of this plo entry.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this plo entry.voidsetCreateDate(Date createDate) Sets the create date of this plo entry.voidSets the key of this plo entry.voidsetLanguageId(String languageId) Sets the language ID of this plo entry.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this plo entry.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this plo entry.voidsetPloEntryId(long ploEntryId) Sets the plo entry ID of this plo entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this plo entry.voidsetUserId(long userId) Sets the user ID of this plo entry.voidsetUserUuid(String userUuid) Sets the user uuid of this plo entry.voidSets the value of this plo entry.protected PLOEntryWrapperMethods 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
-
PLOEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<PLOEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<PLOEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<PLOEntry>- Specified by:
cloneWithOriginalValuesin interfacePLOEntryModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this plo entry.- Specified by:
getCompanyIdin interfacePLOEntryModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this plo entry
-
getCreateDate
Returns the create date of this plo entry.- Specified by:
getCreateDatein interfacePLOEntryModel- Returns:
- the create date of this plo entry
-
getKey
Returns the key of this plo entry.- Specified by:
getKeyin interfacePLOEntryModel- Returns:
- the key of this plo entry
-
getLanguageId
Returns the language ID of this plo entry.- Specified by:
getLanguageIdin interfacePLOEntryModel- Returns:
- the language ID of this plo entry
-
getModifiedDate
Returns the modified date of this plo entry.- Specified by:
getModifiedDatein interfacePLOEntryModel- Returns:
- the modified date of this plo entry
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this plo entry.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin interfacePLOEntryModel- Returns:
- the mvcc version of this plo entry
-
getPloEntryId
public long getPloEntryId()Returns the plo entry ID of this plo entry.- Specified by:
getPloEntryIdin interfacePLOEntryModel- Returns:
- the plo entry ID of this plo entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this plo entry.- Specified by:
getPrimaryKeyin interfacePLOEntryModel- Returns:
- the primary key of this plo entry
-
getUserId
public long getUserId()Returns the user ID of this plo entry.- Specified by:
getUserIdin interfacePLOEntryModel- Returns:
- the user ID of this plo entry
-
getUserUuid
Returns the user uuid of this plo entry.- Specified by:
getUserUuidin interfacePLOEntryModel- Returns:
- the user uuid of this plo entry
-
getValue
Returns the value of this plo entry.- Specified by:
getValuein interfacePLOEntryModel- Returns:
- the value of this plo entry
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this plo entry.- Specified by:
setCompanyIdin interfacePLOEntryModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this plo entry
-
setCreateDate
Sets the create date of this plo entry.- Specified by:
setCreateDatein interfacePLOEntryModel- Parameters:
createDate- the create date of this plo entry
-
setKey
Sets the key of this plo entry.- Specified by:
setKeyin interfacePLOEntryModel- Parameters:
key- the key of this plo entry
-
setLanguageId
Sets the language ID of this plo entry.- Specified by:
setLanguageIdin interfacePLOEntryModel- Parameters:
languageId- the language ID of this plo entry
-
setModifiedDate
Sets the modified date of this plo entry.- Specified by:
setModifiedDatein interfacePLOEntryModel- Parameters:
modifiedDate- the modified date of this plo entry
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this plo entry.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin interfacePLOEntryModel- Parameters:
mvccVersion- the mvcc version of this plo entry
-
setPloEntryId
public void setPloEntryId(long ploEntryId) Sets the plo entry ID of this plo entry.- Specified by:
setPloEntryIdin interfacePLOEntryModel- Parameters:
ploEntryId- the plo entry ID of this plo entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this plo entry.- Specified by:
setPrimaryKeyin interfacePLOEntryModel- Parameters:
primaryKey- the primary key of this plo entry
-
setUserId
public void setUserId(long userId) Sets the user ID of this plo entry.- Specified by:
setUserIdin interfacePLOEntryModel- Parameters:
userId- the user ID of this plo entry
-
setUserUuid
Sets the user uuid of this plo entry.- Specified by:
setUserUuidin interfacePLOEntryModel- Parameters:
userUuid- the user uuid of this plo entry
-
setValue
Sets the value of this plo entry.- Specified by:
setValuein interfacePLOEntryModel- Parameters:
value- the value of this plo entry
-
toXmlString
- Specified by:
toXmlStringin interfacePLOEntryModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<PLOEntry>
-