Interface DDMFieldModel

All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<DDMField>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<DDMField>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDMField>, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
DDMField
All Known Implementing Classes:
DDMFieldWrapper

@ProviderType public interface DDMFieldModel extends com.liferay.portal.kernel.model.BaseModel<DDMField>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDMField>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the DDMField service. Represents a row in the "DDMField" 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.DDMFieldModelImpl 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.DDMFieldImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this ddm field.
    long
    Returns the ct collection ID of this ddm field.
    long
    Returns the field ID of this ddm field.
    Returns the field name of this ddm field.
    Returns the field type of this ddm field.
    Returns the instance ID of this ddm field.
    boolean
    Returns the localizable of this ddm field.
    long
    Returns the mvcc version of this ddm field.
    long
    Returns the parent field ID of this ddm field.
    long
    Returns the primary key of this ddm field.
    int
    Returns the priority of this ddm field.
    long
    Returns the storage ID of this ddm field.
    long
    Returns the structure version ID of this ddm field.
    boolean
    Returns true if this ddm field is localizable.
    void
    setCompanyId(long companyId)
    Sets the company ID of this ddm field.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this ddm field.
    void
    setFieldId(long fieldId)
    Sets the field ID of this ddm field.
    void
    setFieldName(String fieldName)
    Sets the field name of this ddm field.
    void
    setFieldType(String fieldType)
    Sets the field type of this ddm field.
    void
    setInstanceId(String instanceId)
    Sets the instance ID of this ddm field.
    void
    setLocalizable(boolean localizable)
    Sets whether this ddm field is localizable.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this ddm field.
    void
    setParentFieldId(long parentFieldId)
    Sets the parent field ID of this ddm field.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this ddm field.
    void
    setPriority(int priority)
    Sets the priority of this ddm field.
    void
    setStorageId(long storageId)
    Sets the storage ID of this ddm field.
    void
    setStructureVersionId(long structureVersionId)
    Sets the structure version ID of this ddm field.
    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.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMField>
      Returns:
      the primary key of this ddm field
    • setPrimaryKey

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

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

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

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

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

      long getFieldId()
      Returns the field ID of this ddm field.
      Returns:
      the field ID of this ddm field
    • setFieldId

      void setFieldId(long fieldId)
      Sets the field ID of this ddm field.
      Parameters:
      fieldId - the field ID of this ddm field
    • getCompanyId

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

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

      long getParentFieldId()
      Returns the parent field ID of this ddm field.
      Returns:
      the parent field ID of this ddm field
    • setParentFieldId

      void setParentFieldId(long parentFieldId)
      Sets the parent field ID of this ddm field.
      Parameters:
      parentFieldId - the parent field ID of this ddm field
    • getStorageId

      long getStorageId()
      Returns the storage ID of this ddm field.
      Returns:
      the storage ID of this ddm field
    • setStorageId

      void setStorageId(long storageId)
      Sets the storage ID of this ddm field.
      Parameters:
      storageId - the storage ID of this ddm field
    • getStructureVersionId

      long getStructureVersionId()
      Returns the structure version ID of this ddm field.
      Returns:
      the structure version ID of this ddm field
    • setStructureVersionId

      void setStructureVersionId(long structureVersionId)
      Sets the structure version ID of this ddm field.
      Parameters:
      structureVersionId - the structure version ID of this ddm field
    • getFieldName

      @AutoEscape String getFieldName()
      Returns the field name of this ddm field.
      Returns:
      the field name of this ddm field
    • setFieldName

      void setFieldName(String fieldName)
      Sets the field name of this ddm field.
      Parameters:
      fieldName - the field name of this ddm field
    • getFieldType

      @AutoEscape String getFieldType()
      Returns the field type of this ddm field.
      Returns:
      the field type of this ddm field
    • setFieldType

      void setFieldType(String fieldType)
      Sets the field type of this ddm field.
      Parameters:
      fieldType - the field type of this ddm field
    • getInstanceId

      @AutoEscape String getInstanceId()
      Returns the instance ID of this ddm field.
      Returns:
      the instance ID of this ddm field
    • setInstanceId

      void setInstanceId(String instanceId)
      Sets the instance ID of this ddm field.
      Parameters:
      instanceId - the instance ID of this ddm field
    • getLocalizable

      boolean getLocalizable()
      Returns the localizable of this ddm field.
      Returns:
      the localizable of this ddm field
    • isLocalizable

      boolean isLocalizable()
      Returns true if this ddm field is localizable.
      Returns:
      true if this ddm field is localizable; false otherwise
    • setLocalizable

      void setLocalizable(boolean localizable)
      Sets whether this ddm field is localizable.
      Parameters:
      localizable - the localizable of this ddm field
    • getPriority

      int getPriority()
      Returns the priority of this ddm field.
      Returns:
      the priority of this ddm field
    • setPriority

      void setPriority(int priority)
      Sets the priority of this ddm field.
      Parameters:
      priority - the priority of this ddm field
    • cloneWithOriginalValues

      DDMField cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DDMField>
    • toXmlString

      default String toXmlString()