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()
void
setDisplay
(String display) void
void
void
void
setType
(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
-