Interface IndexFieldType
- All Superinterfaces:
MultiTenantCloneable<IndexFieldType>,Serializable
- All Known Implementing Classes:
IndexFieldTypeImpl
This interface is used for representing a
FieldType for an IndexField- Author:
- Nick Crum (ncrum)
-
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetFieldType(FieldType fieldType) voidvoidsetIndexField(IndexField indexField) Methods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable
createOrRetrieveCopyInstance
-
Method Details
-
getId
Long getId() -
setId
-
getFieldType
FieldType getFieldType() -
setFieldType
-
getIndexField
IndexField getIndexField() -
setIndexField
-