org.broadleafcommerce.core.util.domain
Interface CodeType

All Superinterfaces:
Serializable
All Known Implementing Classes:
CodeTypeImpl

public interface CodeType
extends Serializable


Method Summary
 String getCodeType()
           
 String getDescription()
           
 Long getId()
           
 String getKey()
           
 Boolean getModifiable()
           
 Boolean isModifiable()
           
 void setCodeType(String type)
           
 void setDescription(String description)
           
 void setId(Long id)
           
 void setKey(String key)
           
 void setModifiable(Boolean modifiable)
           
 

Method Detail

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.