Interface DataDrivenEnumerationValue
- All Superinterfaces:
MultiTenantCloneable<DataDrivenEnumerationValue>,Serializable
- All Known Implementing Classes:
DataDrivenEnumerationValueImpl
public interface DataDrivenEnumerationValue
extends Serializable, MultiTenantCloneable<DataDrivenEnumerationValue>
- Author:
- Jeff Fischer
-
Method Summary
Modifier and TypeMethodDescriptiongetId()getKey()getType()voidsetDisplay(String display) voidvoidvoidvoidsetType(DataDrivenEnumeration type) Methods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable
createOrRetrieveCopyInstance
-
Method Details
-
getDisplay
String getDisplay() -
setDisplay
-
getHidden
Boolean getHidden() -
setHidden
-
getId
Long getId() -
setId
-
getKey
String getKey() -
setKey
-
getType
DataDrivenEnumeration getType() -
setType
-