org.broadleafcommerce.core.util.domain
Class CodeTypeImpl
java.lang.Object
org.broadleafcommerce.core.util.domain.CodeTypeImpl
- All Implemented Interfaces:
- Serializable, CodeType
@Entity
public class CodeTypeImpl
- extends Object
- implements CodeType
- See Also:
- Serialized Form
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
id
protected Long id
codeType
protected String codeType
key
protected String key
description
protected String description
modifiable
protected Character modifiable
CodeTypeImpl
public CodeTypeImpl()
getId
public Long getId()
- Specified by:
getId in interface CodeType
setId
public void setId(Long id)
- Specified by:
setId in interface CodeType
getCodeType
public String getCodeType()
- Specified by:
getCodeType in interface CodeType
setCodeType
public void setCodeType(String codeType)
- Specified by:
setCodeType in interface CodeType
getKey
public String getKey()
- Specified by:
getKey in interface CodeType
setKey
public void setKey(String key)
- Specified by:
setKey in interface CodeType
getDescription
public String getDescription()
- Specified by:
getDescription in interface CodeType
setDescription
public void setDescription(String description)
- Specified by:
setDescription in interface CodeType
isModifiable
public Boolean isModifiable()
- Specified by:
isModifiable in interface CodeType
getModifiable
public Boolean getModifiable()
- Specified by:
getModifiable in interface CodeType
setModifiable
public void setModifiable(Boolean modifiable)
- Specified by:
setModifiable in interface CodeType
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2012. All Rights Reserved.