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.
|
java.lang.String |
toXmlString() |
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
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
public 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 PLOEntryModel
public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface PLOEntryModel
public java.util.Date getCreateDate()
getCreateDate
in interface PLOEntryModel
public java.lang.String getKey()
getKey
in interface PLOEntryModel
public java.lang.String getLanguageId()
getLanguageId
in interface PLOEntryModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface PLOEntryModel
public long getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
getMvccVersion
in interface PLOEntryModel
public long getPloEntryId()
getPloEntryId
in interface PLOEntryModel
public long getPrimaryKey()
getPrimaryKey
in interface PLOEntryModel
public long getUserId()
getUserId
in interface PLOEntryModel
public java.lang.String getUserUuid()
getUserUuid
in interface PLOEntryModel
public java.lang.String getValue()
getValue
in interface PLOEntryModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface PLOEntryModel
companyId
- the company ID of this plo entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface PLOEntryModel
createDate
- the create date of this plo entrypublic void setKey(java.lang.String key)
setKey
in interface PLOEntryModel
key
- the key of this plo entrypublic void setLanguageId(java.lang.String languageId)
setLanguageId
in interface PLOEntryModel
languageId
- the language ID of this plo entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface PLOEntryModel
modifiedDate
- the modified date of this plo entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
setMvccVersion
in interface PLOEntryModel
mvccVersion
- the mvcc version of this plo entrypublic void setPloEntryId(long ploEntryId)
setPloEntryId
in interface PLOEntryModel
ploEntryId
- the plo entry ID of this plo entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface PLOEntryModel
primaryKey
- the primary key of this plo entrypublic void setUserId(long userId)
setUserId
in interface PLOEntryModel
userId
- the user ID of this plo entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface PLOEntryModel
userUuid
- the user uuid of this plo entrypublic void setValue(java.lang.String value)
setValue
in interface PLOEntryModel
value
- the value of this plo entrypublic java.lang.String toXmlString()
toXmlString
in interface PLOEntryModel
protected PLOEntryWrapper wrap(PLOEntry ploEntry)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<PLOEntry>