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.long
Returns the company ID of this ddm field attribute.long
Returns the ct collection ID of this ddm field attribute.long
Returns the field attribute ID of this ddm field attribute.long
Returns 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.long
Returns the mvcc version of this ddm field attribute.long
Returns the primary key of this ddm field attribute.Returns the small attribute value of this ddm field attribute.long
Returns the storage ID of this ddm field attribute.void
setAttributeName
(String attributeName) Sets the attribute name of this ddm field attribute.void
setCompanyId
(long companyId) Sets the company ID of this ddm field attribute.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this ddm field attribute.void
setFieldAttributeId
(long fieldAttributeId) Sets the field attribute ID of this ddm field attribute.void
setFieldId
(long fieldId) Sets the field ID of this ddm field attribute.void
setLanguageId
(String languageId) Sets the language ID of this ddm field attribute.void
setLargeAttributeValue
(String largeAttributeValue) Sets the large attribute value of this ddm field attribute.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this ddm field attribute.void
setPrimaryKey
(long primaryKey) Sets the primary key of this ddm field attribute.void
setSmallAttributeValue
(String smallAttributeValue) Sets the small attribute value of this ddm field attribute.void
setStorageId
(long storageId) Sets the storage ID of this ddm field attribute.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 ddm field attribute.- Specified by:
getPrimaryKey
in 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:
setPrimaryKey
in 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:
getMvccVersion
in 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:
setMvccVersion
in 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:
getCtCollectionId
in 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:
setCtCollectionId
in 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:
getCompanyId
in 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:
setCompanyId
in 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:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMFieldAttribute>
-
toXmlString
-