Class CTScoreWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTScore>
com.liferay.change.tracking.model.CTScoreWrapper
- All Implemented Interfaces:
CTScore,CTScoreModel,com.liferay.portal.kernel.model.BaseModel<CTScore>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<CTScore>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<CTScore>
public class CTScoreWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTScore>
implements CTScore, com.liferay.portal.kernel.model.ModelWrapper<CTScore>
This class is a wrapper for CTScore.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.change.tracking.model.CTScore
CT_SCORE_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this ct score.longReturns the ct collection ID of this ct score.longReturns the ct score ID of this ct score.longReturns the mvcc version of this ct score.longReturns the primary key of this ct score.intgetScore()Returns the score of this ct score.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this ct score.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ct score.voidsetCtScoreId(long ctScoreId) Sets the ct score ID of this ct score.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this ct score.voidsetPrimaryKey(long primaryKey) Sets the primary key of this ct score.voidsetScore(int score) Sets the score of this ct score.protected CTScoreWrapperMethods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
CTScoreWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CTScore>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CTScore>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CTScore>- Specified by:
cloneWithOriginalValuesin interfaceCTScoreModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this ct score.- Specified by:
getCompanyIdin interfaceCTScoreModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this ct score
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this ct score.- Specified by:
getCtCollectionIdin interfaceCTScoreModel- Returns:
- the ct collection ID of this ct score
-
getCtScoreId
public long getCtScoreId()Returns the ct score ID of this ct score.- Specified by:
getCtScoreIdin interfaceCTScoreModel- Returns:
- the ct score ID of this ct score
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ct score.- Specified by:
getMvccVersionin interfaceCTScoreModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this ct score
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this ct score.- Specified by:
getPrimaryKeyin interfaceCTScoreModel- Returns:
- the primary key of this ct score
-
getScore
public int getScore()Returns the score of this ct score.- Specified by:
getScorein interfaceCTScoreModel- Returns:
- the score of this ct score
-
getSizeClassification
- Specified by:
getSizeClassificationin interfaceCTScore
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this ct score.- Specified by:
setCompanyIdin interfaceCTScoreModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this ct score
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ct score.- Specified by:
setCtCollectionIdin interfaceCTScoreModel- Parameters:
ctCollectionId- the ct collection ID of this ct score
-
setCtScoreId
public void setCtScoreId(long ctScoreId) Sets the ct score ID of this ct score.- Specified by:
setCtScoreIdin interfaceCTScoreModel- Parameters:
ctScoreId- the ct score ID of this ct score
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this ct score.- Specified by:
setMvccVersionin interfaceCTScoreModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this ct score
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this ct score.- Specified by:
setPrimaryKeyin interfaceCTScoreModel- Parameters:
primaryKey- the primary key of this ct score
-
setScore
public void setScore(int score) Sets the score of this ct score.- Specified by:
setScorein interfaceCTScoreModel- Parameters:
score- the score of this ct score
-
toXmlString
- Specified by:
toXmlStringin interfaceCTScoreModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTScore>
-