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 TypeMethodDescriptionlongReturns 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.longReturns the ct auto resolution info ID of this ct auto resolution info.longReturns the ct collection ID of this ct auto resolution info.longReturns the model class name ID of this ct auto resolution info.longReturns the mvcc version of this ct auto resolution info.longReturns the primary key of this ct auto resolution info.longReturns the source model class pk of this ct auto resolution info.longReturns the target model class pk of this ct auto resolution info.voidsetCompanyId(long companyId) Sets the company ID of this ct auto resolution info.voidsetConflictIdentifier(String conflictIdentifier) Sets the conflict identifier of this ct auto resolution info.voidsetCreateDate(Date createDate) Sets the create date of this ct auto resolution info.voidsetCtAutoResolutionInfoId(long ctAutoResolutionInfoId) Sets the ct auto resolution info ID of this ct auto resolution info.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ct auto resolution info.voidsetModelClassNameId(long modelClassNameId) Sets the model class name ID of this ct auto resolution info.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this ct auto resolution info.voidsetPrimaryKey(long primaryKey) Sets the primary key of this ct auto resolution info.voidsetSourceModelClassPK(long sourceModelClassPK) Sets the source model class pk of this ct auto resolution info.voidsetTargetModelClassPK(long targetModelClassPK) Sets the target model class pk of this ct auto resolution info.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 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:
getMvccVersionin 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:
setMvccVersionin 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:
getCompanyIdin 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:
setCompanyIdin 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:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CTAutoResolutionInfo>
-
toXmlString
-