@ProviderType public interface CTAutoResolutionInfoModel extends com.liferay.portal.kernel.model.BaseModel<CTAutoResolutionInfo>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
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.
CTAutoResolutionInfo| Modifier and Type | Method and Description |
|---|---|
CTAutoResolutionInfo |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this ct auto resolution info.
|
java.lang.String |
getConflictIdentifier()
Returns the conflict identifier of this ct auto resolution info.
|
java.util.Date |
getCreateDate()
Returns the create date of this ct auto resolution info.
|
long |
getCtAutoResolutionInfoId()
Returns the ct auto resolution info ID of this ct auto resolution info.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ct auto resolution info.
|
long |
getModelClassNameId()
Returns the model class name ID of this ct auto resolution info.
|
long |
getMvccVersion()
Returns the mvcc version of this ct auto resolution info.
|
long |
getPrimaryKey()
Returns the primary key of this ct auto resolution info.
|
long |
getSourceModelClassPK()
Returns the source model class pk of this ct auto resolution info.
|
long |
getTargetModelClassPK()
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(java.lang.String conflictIdentifier)
Sets the conflict identifier of this ct auto resolution info.
|
void |
setCreateDate(java.util.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.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringlong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this ct auto resolution infolong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this ct auto resolution infolong getCtAutoResolutionInfoId()
void setCtAutoResolutionInfoId(long ctAutoResolutionInfoId)
ctAutoResolutionInfoId - the ct auto resolution info ID of this ct auto resolution infolong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this ct auto resolution infojava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate - the create date of this ct auto resolution infolong getCtCollectionId()
void setCtCollectionId(long ctCollectionId)
ctCollectionId - the ct collection ID of this ct auto resolution infolong getModelClassNameId()
void setModelClassNameId(long modelClassNameId)
modelClassNameId - the model class name ID of this ct auto resolution infolong getSourceModelClassPK()
void setSourceModelClassPK(long sourceModelClassPK)
sourceModelClassPK - the source model class pk of this ct auto resolution infolong getTargetModelClassPK()
void setTargetModelClassPK(long targetModelClassPK)
targetModelClassPK - the target model class pk of this ct auto resolution info@AutoEscape java.lang.String getConflictIdentifier()
void setConflictIdentifier(java.lang.String conflictIdentifier)
conflictIdentifier - the conflict identifier of this ct auto resolution infoCTAutoResolutionInfo cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CTAutoResolutionInfo>