Interface CTAutoResolutionInfoModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<CTAutoResolutionInfo>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<CTAutoResolutionInfo>
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
CTAutoResolutionInfo
- All Known Implementing Classes:
CTAutoResolutionInfoWrapper
@ProviderType
public interface CTAutoResolutionInfoModel
extends com.liferay.portal.kernel.model.BaseModel<CTAutoResolutionInfo>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the CTAutoResolutionInfo service. Represents a row in the "CTAutoResolutionInfo" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.change.tracking.model.impl.CTAutoResolutionInfoModelImpl
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.CTAutoResolutionInfoImpl
.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this ct auto resolution info.Returns the conflict identifier of this ct auto resolution info.Returns the create date of this ct auto resolution info.long
Returns the ct auto resolution info ID of this ct auto resolution info.long
Returns the ct collection ID of this ct auto resolution info.long
Returns the model class name ID of this ct auto resolution info.long
Returns the mvcc version of this ct auto resolution info.long
Returns the primary key of this ct auto resolution info.long
Returns the source model class pk of this ct auto resolution info.long
Returns the target model class pk of this ct auto resolution info.void
setCompanyId
(long companyId) Sets the company ID of this ct auto resolution info.void
setConflictIdentifier
(String conflictIdentifier) Sets the conflict identifier of this ct auto resolution info.void
setCreateDate
(Date createDate) Sets the create date of this ct auto resolution info.void
setCtAutoResolutionInfoId
(long ctAutoResolutionInfoId) Sets the ct auto resolution info ID of this ct auto resolution info.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this ct auto resolution info.void
setModelClassNameId
(long modelClassNameId) Sets the model class name ID of this ct auto resolution info.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this ct auto resolution info.void
setPrimaryKey
(long primaryKey) Sets the primary key of this ct auto resolution info.void
setSourceModelClassPK
(long sourceModelClassPK) Sets the source model class pk of this ct auto resolution info.void
setTargetModelClassPK
(long targetModelClassPK) Sets the target model class pk of this ct auto resolution info.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 auto resolution info.- Returns:
- the primary key of this ct auto resolution info
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this ct auto resolution info.- Parameters:
primaryKey
- the primary key of this ct auto resolution info
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this ct auto resolution info.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this ct auto resolution info
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this ct auto resolution info.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this ct auto resolution info
-
getCtAutoResolutionInfoId
long getCtAutoResolutionInfoId()Returns the ct auto resolution info ID of this ct auto resolution info.- Returns:
- the ct auto resolution info ID of this ct auto resolution info
-
setCtAutoResolutionInfoId
void setCtAutoResolutionInfoId(long ctAutoResolutionInfoId) Sets the ct auto resolution info ID of this ct auto resolution info.- Parameters:
ctAutoResolutionInfoId
- the ct auto resolution info ID of this ct auto resolution info
-
getCompanyId
long getCompanyId()Returns the company ID of this ct auto resolution info.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this ct auto resolution info
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this ct auto resolution info.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this ct auto resolution info
-
getCreateDate
Date getCreateDate()Returns the create date of this ct auto resolution info.- Returns:
- the create date of this ct auto resolution info
-
setCreateDate
Sets the create date of this ct auto resolution info.- Parameters:
createDate
- the create date of this ct auto resolution info
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this ct auto resolution info.- Returns:
- the ct collection ID of this ct auto resolution info
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ct auto resolution info.- Parameters:
ctCollectionId
- the ct collection ID of this ct auto resolution info
-
getModelClassNameId
long getModelClassNameId()Returns the model class name ID of this ct auto resolution info.- Returns:
- the model class name ID of this ct auto resolution info
-
setModelClassNameId
void setModelClassNameId(long modelClassNameId) Sets the model class name ID of this ct auto resolution info.- Parameters:
modelClassNameId
- the model class name ID of this ct auto resolution info
-
getSourceModelClassPK
long getSourceModelClassPK()Returns the source model class pk of this ct auto resolution info.- Returns:
- the source model class pk of this ct auto resolution info
-
setSourceModelClassPK
void setSourceModelClassPK(long sourceModelClassPK) Sets the source model class pk of this ct auto resolution info.- Parameters:
sourceModelClassPK
- the source model class pk of this ct auto resolution info
-
getTargetModelClassPK
long getTargetModelClassPK()Returns the target model class pk of this ct auto resolution info.- Returns:
- the target model class pk of this ct auto resolution info
-
setTargetModelClassPK
void setTargetModelClassPK(long targetModelClassPK) Sets the target model class pk of this ct auto resolution info.- Parameters:
targetModelClassPK
- the target model class pk of this ct auto resolution info
-
getConflictIdentifier
Returns the conflict identifier of this ct auto resolution info.- Returns:
- the conflict identifier of this ct auto resolution info
-
setConflictIdentifier
Sets the conflict identifier of this ct auto resolution info.- Parameters:
conflictIdentifier
- the conflict identifier of this ct auto resolution info
-
cloneWithOriginalValues
CTAutoResolutionInfo cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CTAutoResolutionInfo>
-
toXmlString
-