@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
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.
DDMFieldAttribute| Modifier and Type | Method and Description |
|---|---|
DDMFieldAttribute |
cloneWithOriginalValues() |
java.lang.String |
getAttributeName()
Returns the attribute name of this ddm field attribute.
|
long |
getCompanyId()
Returns the company ID of this ddm field attribute.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ddm field attribute.
|
long |
getFieldAttributeId()
Returns the field attribute ID of this ddm field attribute.
|
long |
getFieldId()
Returns the field ID of this ddm field attribute.
|
java.lang.String |
getLanguageId()
Returns the language ID of this ddm field attribute.
|
java.lang.String |
getLargeAttributeValue()
Returns the large attribute value of this ddm field attribute.
|
long |
getMvccVersion()
Returns the mvcc version of this ddm field attribute.
|
long |
getPrimaryKey()
Returns the primary key of this ddm field attribute.
|
java.lang.String |
getSmallAttributeValue()
Returns the small attribute value of this ddm field attribute.
|
long |
getStorageId()
Returns the storage ID of this ddm field attribute.
|
void |
setAttributeName(java.lang.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(java.lang.String languageId)
Sets the language ID of this ddm field attribute.
|
void |
setLargeAttributeValue(java.lang.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(java.lang.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 java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFieldAttribute>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFieldAttribute>primaryKey - the primary key of this ddm field attributelong 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 ddm field attributelong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFieldAttribute>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFieldAttribute>ctCollectionId - the ct collection ID of this ddm field attributelong getFieldAttributeId()
void setFieldAttributeId(long fieldAttributeId)
fieldAttributeId - the field attribute ID of this ddm field attributelong 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 ddm field attributelong getFieldId()
void setFieldId(long fieldId)
fieldId - the field ID of this ddm field attributelong getStorageId()
void setStorageId(long storageId)
storageId - the storage ID of this ddm field attribute@AutoEscape java.lang.String getAttributeName()
void setAttributeName(java.lang.String attributeName)
attributeName - the attribute name of this ddm field attribute@AutoEscape java.lang.String getLanguageId()
void setLanguageId(java.lang.String languageId)
languageId - the language ID of this ddm field attribute@AutoEscape java.lang.String getLargeAttributeValue()
void setLargeAttributeValue(java.lang.String largeAttributeValue)
largeAttributeValue - the large attribute value of this ddm field attribute@AutoEscape java.lang.String getSmallAttributeValue()
void setSmallAttributeValue(java.lang.String smallAttributeValue)
smallAttributeValue - the small attribute value of this ddm field attributeDDMFieldAttribute cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DDMFieldAttribute>default java.lang.String toXmlString()