Class DDMFieldAttributeWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMFieldAttribute>
com.liferay.dynamic.data.mapping.model.DDMFieldAttributeWrapper
All Implemented Interfaces:
DDMFieldAttribute, DDMFieldAttributeModel, com.liferay.portal.kernel.model.BaseModel<DDMFieldAttribute>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFieldAttribute>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<DDMFieldAttribute>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<DDMFieldAttribute>

public class DDMFieldAttributeWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMFieldAttribute> implements DDMFieldAttribute, com.liferay.portal.kernel.model.ModelWrapper<DDMFieldAttribute>

This class is a wrapper for DDMFieldAttribute.

See Also:
Generated:
  • Constructor Details

    • DDMFieldAttributeWrapper

      public DDMFieldAttributeWrapper(DDMFieldAttribute ddmFieldAttribute)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDMFieldAttribute>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDMFieldAttribute>
    • cloneWithOriginalValues

      public DDMFieldAttribute cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DDMFieldAttribute>
      Specified by:
      cloneWithOriginalValues in interface DDMFieldAttributeModel
    • getAttributeName

      public String getAttributeName()
      Returns the attribute name of this ddm field attribute.
      Specified by:
      getAttributeName in interface DDMFieldAttributeModel
      Returns:
      the attribute name of this ddm field attribute
    • getAttributeValue

      public String getAttributeValue()
      Specified by:
      getAttributeValue in interface DDMFieldAttribute
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this ddm field attribute.
      Specified by:
      getCompanyId in interface DDMFieldAttributeModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this ddm field attribute
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this ddm field attribute.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFieldAttribute>
      Specified by:
      getCtCollectionId in interface DDMFieldAttributeModel
      Returns:
      the ct collection ID of this ddm field attribute
    • getFieldAttributeId

      public long getFieldAttributeId()
      Returns the field attribute ID of this ddm field attribute.
      Specified by:
      getFieldAttributeId in interface DDMFieldAttributeModel
      Returns:
      the field attribute ID of this ddm field attribute
    • getFieldId

      public long getFieldId()
      Returns the field ID of this ddm field attribute.
      Specified by:
      getFieldId in interface DDMFieldAttributeModel
      Returns:
      the field ID of this ddm field attribute
    • getLanguageId

      public String getLanguageId()
      Returns the language ID of this ddm field attribute.
      Specified by:
      getLanguageId in interface DDMFieldAttributeModel
      Returns:
      the language ID of this ddm field attribute
    • getLargeAttributeValue

      public String getLargeAttributeValue()
      Returns the large attribute value of this ddm field attribute.
      Specified by:
      getLargeAttributeValue in interface DDMFieldAttributeModel
      Returns:
      the large attribute value of this ddm field attribute
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this ddm field attribute.
      Specified by:
      getMvccVersion in interface DDMFieldAttributeModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this ddm field attribute
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this ddm field attribute.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFieldAttribute>
      Specified by:
      getPrimaryKey in interface DDMFieldAttributeModel
      Returns:
      the primary key of this ddm field attribute
    • getSmallAttributeValue

      public String getSmallAttributeValue()
      Returns the small attribute value of this ddm field attribute.
      Specified by:
      getSmallAttributeValue in interface DDMFieldAttributeModel
      Returns:
      the small attribute value of this ddm field attribute
    • getStorageId

      public long getStorageId()
      Returns the storage ID of this ddm field attribute.
      Specified by:
      getStorageId in interface DDMFieldAttributeModel
      Returns:
      the storage ID of this ddm field attribute
    • setAttributeName

      public void setAttributeName(String attributeName)
      Sets the attribute name of this ddm field attribute.
      Specified by:
      setAttributeName in interface DDMFieldAttributeModel
      Parameters:
      attributeName - the attribute name of this ddm field attribute
    • setAttributeValue

      public void setAttributeValue(String value)
      Specified by:
      setAttributeValue in interface DDMFieldAttribute
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this ddm field attribute.
      Specified by:
      setCompanyId in interface DDMFieldAttributeModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this ddm field attribute
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this ddm field attribute.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFieldAttribute>
      Specified by:
      setCtCollectionId in interface DDMFieldAttributeModel
      Parameters:
      ctCollectionId - the ct collection ID of this ddm field attribute
    • setFieldAttributeId

      public void setFieldAttributeId(long fieldAttributeId)
      Sets the field attribute ID of this ddm field attribute.
      Specified by:
      setFieldAttributeId in interface DDMFieldAttributeModel
      Parameters:
      fieldAttributeId - the field attribute ID of this ddm field attribute
    • setFieldId

      public void setFieldId(long fieldId)
      Sets the field ID of this ddm field attribute.
      Specified by:
      setFieldId in interface DDMFieldAttributeModel
      Parameters:
      fieldId - the field ID of this ddm field attribute
    • setLanguageId

      public void setLanguageId(String languageId)
      Sets the language ID of this ddm field attribute.
      Specified by:
      setLanguageId in interface DDMFieldAttributeModel
      Parameters:
      languageId - the language ID of this ddm field attribute
    • setLargeAttributeValue

      public void setLargeAttributeValue(String largeAttributeValue)
      Sets the large attribute value of this ddm field attribute.
      Specified by:
      setLargeAttributeValue in interface DDMFieldAttributeModel
      Parameters:
      largeAttributeValue - the large attribute value of this ddm field attribute
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this ddm field attribute.
      Specified by:
      setMvccVersion in interface DDMFieldAttributeModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this ddm field attribute
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this ddm field attribute.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFieldAttribute>
      Specified by:
      setPrimaryKey in interface DDMFieldAttributeModel
      Parameters:
      primaryKey - the primary key of this ddm field attribute
    • setSmallAttributeValue

      public void setSmallAttributeValue(String smallAttributeValue)
      Sets the small attribute value of this ddm field attribute.
      Specified by:
      setSmallAttributeValue in interface DDMFieldAttributeModel
      Parameters:
      smallAttributeValue - the small attribute value of this ddm field attribute
    • setStorageId

      public void setStorageId(long storageId)
      Sets the storage ID of this ddm field attribute.
      Specified by:
      setStorageId in interface DDMFieldAttributeModel
      Parameters:
      storageId - the storage ID of this ddm field attribute
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface DDMFieldAttributeModel
    • getAttributeGetterFunctions

      public Map<String,Function<DDMFieldAttribute,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<DDMFieldAttribute>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<DDMFieldAttribute,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<DDMFieldAttribute>
    • wrap

      protected DDMFieldAttributeWrapper wrap(DDMFieldAttribute ddmFieldAttribute)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMFieldAttribute>