org.broadleafcommerce.core.util.domain
Interface CodeType
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- CodeTypeImpl
public interface CodeType
- extends Serializable
setId
void setId(Long id)
getId
Long getId()
setCodeType
void setCodeType(String type)
getCodeType
String getCodeType()
setKey
void setKey(String key)
getKey
String getKey()
setDescription
void setDescription(String description)
getDescription
String getDescription()
setModifiable
void setModifiable(Boolean modifiable)
getModifiable
Boolean getModifiable()
isModifiable
Boolean isModifiable()
Copyright © 2012. All Rights Reserved.