Interface PLOEntryModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<PLOEntry>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<PLOEntry>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
PLOEntry
- All Known Implementing Classes:
PLOEntryWrapper
@ProviderType
public interface PLOEntryModel
extends com.liferay.portal.kernel.model.BaseModel<PLOEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the PLOEntry service. Represents a row in the "PLOEntry" database table, with each column mapped to a property of this class.
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.
- See Also:
- Generated:
-
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.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.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.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this plo entry.- Returns:
- the primary key of this plo entry
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this plo entry.- Parameters:
primaryKey- the primary key of this plo entry
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this plo entry.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this plo entry
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this plo entry.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this plo entry
-
getPloEntryId
long getPloEntryId()Returns the plo entry ID of this plo entry.- Returns:
- the plo entry ID of this plo entry
-
setPloEntryId
void setPloEntryId(long ploEntryId) Sets the plo entry ID of this plo entry.- Parameters:
ploEntryId- the plo entry ID of this plo entry
-
getCompanyId
long getCompanyId()Returns the company ID of this plo entry.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this plo entry
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this plo entry.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this plo entry
-
getUserId
long getUserId()Returns the user ID of this plo entry.- Returns:
- the user ID of this plo entry
-
setUserId
void setUserId(long userId) Sets the user ID of this plo entry.- Parameters:
userId- the user ID of this plo entry
-
getUserUuid
String getUserUuid()Returns the user uuid of this plo entry.- Returns:
- the user uuid of this plo entry
-
setUserUuid
Sets the user uuid of this plo entry.- Parameters:
userUuid- the user uuid of this plo entry
-
getCreateDate
Date getCreateDate()Returns the create date of this plo entry.- Returns:
- the create date of this plo entry
-
setCreateDate
Sets the create date of this plo entry.- Parameters:
createDate- the create date of this plo entry
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this plo entry.- Returns:
- the modified date of this plo entry
-
setModifiedDate
Sets the modified date of this plo entry.- Parameters:
modifiedDate- the modified date of this plo entry
-
getKey
Returns the key of this plo entry.- Returns:
- the key of this plo entry
-
setKey
Sets the key of this plo entry.- Parameters:
key- the key of this plo entry
-
getLanguageId
Returns the language ID of this plo entry.- Returns:
- the language ID of this plo entry
-
setLanguageId
Sets the language ID of this plo entry.- Parameters:
languageId- the language ID of this plo entry
-
getValue
Returns the value of this plo entry.- Returns:
- the value of this plo entry
-
setValue
Sets the value of this plo entry.- Parameters:
value- the value of this plo entry
-
cloneWithOriginalValues
PLOEntry cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<PLOEntry>
-
toXmlString
-