Class IndexFieldTypeImpl
java.lang.Object
org.broadleafcommerce.core.search.domain.IndexFieldTypeImpl
- All Implemented Interfaces:
Serializable,org.broadleafcommerce.common.copy.MultiTenantCloneable<IndexFieldType>,IndexFieldType
- Author:
- Nick Crum (ncrum)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<G extends IndexFieldType>
org.broadleafcommerce.common.copy.CreateResponse<G>createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) getId()voidsetFieldType(FieldType fieldType) voidvoidsetIndexField(IndexField indexField)
-
Field Details
-
id
-
fieldType
-
indexField
-
-
Constructor Details
-
IndexFieldTypeImpl
public IndexFieldTypeImpl()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceIndexFieldType
-
setId
- Specified by:
setIdin interfaceIndexFieldType
-
getFieldType
- Specified by:
getFieldTypein interfaceIndexFieldType
-
setFieldType
- Specified by:
setFieldTypein interfaceIndexFieldType
-
getIndexField
- Specified by:
getIndexFieldin interfaceIndexFieldType
-
setIndexField
- Specified by:
setIndexFieldin interfaceIndexFieldType
-
createOrRetrieveCopyInstance
public <G extends IndexFieldType> org.broadleafcommerce.common.copy.CreateResponse<G> createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) throws CloneNotSupportedException - Specified by:
createOrRetrieveCopyInstancein interfaceorg.broadleafcommerce.common.copy.MultiTenantCloneable<IndexFieldType>- Throws:
CloneNotSupportedException
-