Interface IndexFieldType

All Superinterfaces:
org.broadleafcommerce.common.copy.MultiTenantCloneable<IndexFieldType>, Serializable
All Known Implementing Classes:
IndexFieldTypeImpl

public interface IndexFieldType extends Serializable, org.broadleafcommerce.common.copy.MultiTenantCloneable<IndexFieldType>
This interface is used for representing a FieldType for an IndexField
Author:
Nick Crum (ncrum)
  • Method Details

    • getId

      Long getId()
    • setId

      void setId(Long id)
    • getFieldType

      FieldType getFieldType()
    • setFieldType

      void setFieldType(FieldType fieldType)
    • getIndexField

      IndexField getIndexField()
    • setIndexField

      void setIndexField(IndexField indexField)