@ProviderType public interface PLOEntryModel extends com.liferay.portal.kernel.model.BaseModel<PLOEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.portal.language.override.model.impl.PLOEntryModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.language.override.model.impl.PLOEntryImpl
.
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.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 |
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 |
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.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this plo entrylong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this plo entrylong getPloEntryId()
void setPloEntryId(long ploEntryId)
ploEntryId
- the plo entry ID of this plo entrylong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this plo entrylong getUserId()
void setUserId(long userId)
userId
- the user ID of this plo entryjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid
- the user uuid of this plo entryjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate
- the create date of this plo entryjava.util.Date getModifiedDate()
void setModifiedDate(java.util.Date modifiedDate)
modifiedDate
- the modified date of this plo entry@AutoEscape java.lang.String getKey()
void setKey(java.lang.String key)
key
- the key of this plo entry@AutoEscape java.lang.String getLanguageId()
void setLanguageId(java.lang.String languageId)
languageId
- the language ID of this plo entry@AutoEscape java.lang.String getValue()
void setValue(java.lang.String value)
value
- the value of this plo entryPLOEntry cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<PLOEntry>
default java.lang.String toXmlString()