Interface DDMFieldAttributeModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<DDMFieldAttribute>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<DDMFieldAttribute>,com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFieldAttribute>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
DDMFieldAttribute
- All Known Implementing Classes:
DDMFieldAttributeWrapper
@ProviderType
public interface DDMFieldAttributeModel
extends com.liferay.portal.kernel.model.BaseModel<DDMFieldAttribute>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFieldAttribute>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the DDMFieldAttribute service. Represents a row in the "DDMFieldAttribute" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.dynamic.data.mapping.model.impl.DDMFieldAttributeModelImpl 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.dynamic.data.mapping.model.impl.DDMFieldAttributeImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the attribute name of this ddm field attribute.longReturns the company ID of this ddm field attribute.longReturns the ct collection ID of this ddm field attribute.longReturns the field attribute ID of this ddm field attribute.longReturns the field ID of this ddm field attribute.Returns the language ID of this ddm field attribute.Returns the large attribute value of this ddm field attribute.longReturns the mvcc version of this ddm field attribute.longReturns the primary key of this ddm field attribute.Returns the small attribute value of this ddm field attribute.longReturns the storage ID of this ddm field attribute.voidsetAttributeName(String attributeName) Sets the attribute name of this ddm field attribute.voidsetCompanyId(long companyId) Sets the company ID of this ddm field attribute.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddm field attribute.voidsetFieldAttributeId(long fieldAttributeId) Sets the field attribute ID of this ddm field attribute.voidsetFieldId(long fieldId) Sets the field ID of this ddm field attribute.voidsetLanguageId(String languageId) Sets the language ID of this ddm field attribute.voidsetLargeAttributeValue(String largeAttributeValue) Sets the large attribute value of this ddm field attribute.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this ddm field attribute.voidsetPrimaryKey(long primaryKey) Sets the primary key of this ddm field attribute.voidsetSmallAttributeValue(String smallAttributeValue) Sets the small attribute value of this ddm field attribute.voidsetStorageId(long storageId) Sets the storage ID of this ddm field attribute.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 ddm field attribute.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFieldAttribute>- Returns:
- the primary key of this ddm field attribute
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this ddm field attribute.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFieldAttribute>- Parameters:
primaryKey- the primary key of this ddm field attribute
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this ddm field attribute.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this ddm field attribute
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this ddm field attribute.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this ddm field attribute
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this ddm field attribute.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFieldAttribute>- Returns:
- the ct collection ID of this ddm field attribute
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddm field attribute.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFieldAttribute>- Parameters:
ctCollectionId- the ct collection ID of this ddm field attribute
-
getFieldAttributeId
long getFieldAttributeId()Returns the field attribute ID of this ddm field attribute.- Returns:
- the field attribute ID of this ddm field attribute
-
setFieldAttributeId
void setFieldAttributeId(long fieldAttributeId) Sets the field attribute ID of this ddm field attribute.- Parameters:
fieldAttributeId- the field attribute ID of this ddm field attribute
-
getCompanyId
long getCompanyId()Returns the company ID of this ddm field attribute.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this ddm field attribute
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this ddm field attribute.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this ddm field attribute
-
getFieldId
long getFieldId()Returns the field ID of this ddm field attribute.- Returns:
- the field ID of this ddm field attribute
-
setFieldId
void setFieldId(long fieldId) Sets the field ID of this ddm field attribute.- Parameters:
fieldId- the field ID of this ddm field attribute
-
getStorageId
long getStorageId()Returns the storage ID of this ddm field attribute.- Returns:
- the storage ID of this ddm field attribute
-
setStorageId
void setStorageId(long storageId) Sets the storage ID of this ddm field attribute.- Parameters:
storageId- the storage ID of this ddm field attribute
-
getAttributeName
Returns the attribute name of this ddm field attribute.- Returns:
- the attribute name of this ddm field attribute
-
setAttributeName
Sets the attribute name of this ddm field attribute.- Parameters:
attributeName- the attribute name of this ddm field attribute
-
getLanguageId
Returns the language ID of this ddm field attribute.- Returns:
- the language ID of this ddm field attribute
-
setLanguageId
Sets the language ID of this ddm field attribute.- Parameters:
languageId- the language ID of this ddm field attribute
-
getLargeAttributeValue
Returns the large attribute value of this ddm field attribute.- Returns:
- the large attribute value of this ddm field attribute
-
setLargeAttributeValue
Sets the large attribute value of this ddm field attribute.- Parameters:
largeAttributeValue- the large attribute value of this ddm field attribute
-
getSmallAttributeValue
Returns the small attribute value of this ddm field attribute.- Returns:
- the small attribute value of this ddm field attribute
-
setSmallAttributeValue
Sets the small attribute value of this ddm field attribute.- Parameters:
smallAttributeValue- the small attribute value of this ddm field attribute
-
cloneWithOriginalValues
DDMFieldAttribute cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DDMFieldAttribute>
-
toXmlString
-