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.
PLOEntry,
Serialized FormPLO_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
PLOEntryWrapper(PLOEntry ploEntry) |
| Modifier and Type | Method and Description |
|---|---|
PLOEntry |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this plo entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this plo entry.
|
java.lang.String |
getKey()
Returns the key of this plo entry.
|
java.lang.String |
getLanguageId()
Returns the language ID of this plo entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this plo entry.
|
long |
getMvccVersion()
Returns the mvcc version of this plo entry.
|
long |
getPloEntryId()
Returns the plo entry ID of this plo entry.
|
long |
getPrimaryKey()
Returns the primary key of this plo entry.
|
long |
getUserId()
Returns the user ID of this plo entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this plo entry.
|
java.lang.String |
getValue()
Returns the value of this plo entry.
|
void |
persist() |
void |
setCompanyId(long companyId)
Sets the company ID of this plo entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this plo entry.
|
void |
setKey(java.lang.String key)
Sets the key of this plo entry.
|
void |
setLanguageId(java.lang.String languageId)
Sets the language ID of this plo entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this plo entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this plo entry.
|
void |
setPloEntryId(long ploEntryId)
Sets the plo entry ID of this plo entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this plo entry.
|
void |
setUserId(long userId)
Sets the user ID of this plo entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this plo entry.
|
void |
setValue(java.lang.String value)
Sets the value of this plo entry.
|
protected PLOEntryWrapper |
wrap(PLOEntry ploEntry) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic PLOEntryWrapper(PLOEntry ploEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<PLOEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<PLOEntry>public PLOEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<PLOEntry>cloneWithOriginalValues in interface PLOEntryModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface PLOEntryModelpublic java.util.Date getCreateDate()
getCreateDate in interface PLOEntryModelpublic java.lang.String getKey()
getKey in interface PLOEntryModelpublic java.lang.String getLanguageId()
getLanguageId in interface PLOEntryModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface PLOEntryModelpublic long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelgetMvccVersion in interface PLOEntryModelpublic long getPloEntryId()
getPloEntryId in interface PLOEntryModelpublic long getPrimaryKey()
getPrimaryKey in interface PLOEntryModelpublic long getUserId()
getUserId in interface PLOEntryModelpublic java.lang.String getUserUuid()
getUserUuid in interface PLOEntryModelpublic java.lang.String getValue()
getValue in interface PLOEntryModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface PLOEntryModelcompanyId - the company ID of this plo entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface PLOEntryModelcreateDate - the create date of this plo entrypublic void setKey(java.lang.String key)
setKey in interface PLOEntryModelkey - the key of this plo entrypublic void setLanguageId(java.lang.String languageId)
setLanguageId in interface PLOEntryModellanguageId - the language ID of this plo entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface PLOEntryModelmodifiedDate - the modified date of this plo entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelsetMvccVersion in interface PLOEntryModelmvccVersion - the mvcc version of this plo entrypublic void setPloEntryId(long ploEntryId)
setPloEntryId in interface PLOEntryModelploEntryId - the plo entry ID of this plo entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface PLOEntryModelprimaryKey - the primary key of this plo entrypublic void setUserId(long userId)
setUserId in interface PLOEntryModeluserId - the user ID of this plo entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface PLOEntryModeluserUuid - the user uuid of this plo entrypublic void setValue(java.lang.String value)
setValue in interface PLOEntryModelvalue - the value of this plo entryprotected PLOEntryWrapper wrap(PLOEntry ploEntry)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<PLOEntry>