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