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 TypeMethodDescriptionlong
Returns the company ID of this ct preferences.boolean
Returns the confirmation enabled of this ct preferences.long
Returns the ct collection ID of this ct preferences.long
Returns the ct preferences ID of this ct preferences.long
Returns the mvcc version of this ct preferences.long
Returns the previous ct collection ID of this ct preferences.long
Returns the primary key of this ct preferences.long
Returns the user ID of this ct preferences.Returns the user uuid of this ct preferences.boolean
Returnstrue
if this ct preferences is confirmation enabled.void
setCompanyId
(long companyId) Sets the company ID of this ct preferences.void
setConfirmationEnabled
(boolean confirmationEnabled) Sets whether this ct preferences is confirmation enabled.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this ct preferences.void
setCtPreferencesId
(long ctPreferencesId) Sets the ct preferences ID of this ct preferences.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this ct preferences.void
setPreviousCtCollectionId
(long previousCtCollectionId) Sets the previous ct collection ID of this ct preferences.void
setPrimaryKey
(long primaryKey) Sets the primary key of this ct preferences.void
setUserId
(long userId) Sets the user ID of this ct preferences.void
setUserUuid
(String userUuid) Sets the user uuid of this ct preferences.default String
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods 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:
getMvccVersion
in 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:
setMvccVersion
in 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:
getCompanyId
in 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:
setCompanyId
in 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()Returnstrue
if this ct preferences is confirmation enabled.- Returns:
true
if this ct preferences is confirmation enabled;false
otherwise
-
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:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CTPreferences>
-
toXmlString
-