Interface CTPreferencesModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<CTPreferences>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<CTPreferences>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
CTPreferences
- All Known Implementing Classes:
CTPreferencesWrapper
@ProviderType
public interface CTPreferencesModel
extends com.liferay.portal.kernel.model.BaseModel<CTPreferences>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the CTPreferences service. Represents a row in the "CTPreferences" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.change.tracking.model.impl.CTPreferencesModelImpl 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.change.tracking.model.impl.CTPreferencesImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this ct preferences.booleanReturns the confirmation enabled of this ct preferences.longReturns the ct collection ID of this ct preferences.longReturns the ct preferences ID of this ct preferences.longReturns the mvcc version of this ct preferences.longReturns the previous ct collection ID of this ct preferences.longReturns the primary key of this ct preferences.longReturns the user ID of this ct preferences.Returns the user uuid of this ct preferences.booleanReturnstrueif this ct preferences is confirmation enabled.voidsetCompanyId(long companyId) Sets the company ID of this ct preferences.voidsetConfirmationEnabled(boolean confirmationEnabled) Sets whether this ct preferences is confirmation enabled.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ct preferences.voidsetCtPreferencesId(long ctPreferencesId) Sets the ct preferences ID of this ct preferences.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this ct preferences.voidsetPreviousCtCollectionId(long previousCtCollectionId) Sets the previous ct collection ID of this ct preferences.voidsetPrimaryKey(long primaryKey) Sets the primary key of this ct preferences.voidsetUserId(long userId) Sets the user ID of this ct preferences.voidsetUserUuid(String userUuid) Sets the user uuid of this ct preferences.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 ct preferences.- Returns:
- the primary key of this ct preferences
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this ct preferences.- Parameters:
primaryKey- the primary key of this ct preferences
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this ct preferences.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this ct preferences
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this ct preferences.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this ct preferences
-
getCtPreferencesId
long getCtPreferencesId()Returns the ct preferences ID of this ct preferences.- Returns:
- the ct preferences ID of this ct preferences
-
setCtPreferencesId
void setCtPreferencesId(long ctPreferencesId) Sets the ct preferences ID of this ct preferences.- Parameters:
ctPreferencesId- the ct preferences ID of this ct preferences
-
getCompanyId
long getCompanyId()Returns the company ID of this ct preferences.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this ct preferences
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this ct preferences.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this ct preferences
-
getUserId
long getUserId()Returns the user ID of this ct preferences.- Returns:
- the user ID of this ct preferences
-
setUserId
void setUserId(long userId) Sets the user ID of this ct preferences.- Parameters:
userId- the user ID of this ct preferences
-
getUserUuid
String getUserUuid()Returns the user uuid of this ct preferences.- Returns:
- the user uuid of this ct preferences
-
setUserUuid
Sets the user uuid of this ct preferences.- Parameters:
userUuid- the user uuid of this ct preferences
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this ct preferences.- Returns:
- the ct collection ID of this ct preferences
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ct preferences.- Parameters:
ctCollectionId- the ct collection ID of this ct preferences
-
getPreviousCtCollectionId
long getPreviousCtCollectionId()Returns the previous ct collection ID of this ct preferences.- Returns:
- the previous ct collection ID of this ct preferences
-
setPreviousCtCollectionId
void setPreviousCtCollectionId(long previousCtCollectionId) Sets the previous ct collection ID of this ct preferences.- Parameters:
previousCtCollectionId- the previous ct collection ID of this ct preferences
-
getConfirmationEnabled
boolean getConfirmationEnabled()Returns the confirmation enabled of this ct preferences.- Returns:
- the confirmation enabled of this ct preferences
-
isConfirmationEnabled
boolean isConfirmationEnabled()Returnstrueif this ct preferences is confirmation enabled.- Returns:
trueif this ct preferences is confirmation enabled;falseotherwise
-
setConfirmationEnabled
void setConfirmationEnabled(boolean confirmationEnabled) Sets whether this ct preferences is confirmation enabled.- Parameters:
confirmationEnabled- the confirmation enabled of this ct preferences
-
cloneWithOriginalValues
CTPreferences cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CTPreferences>
-
toXmlString
-