org.broadleafcommerce.core.util.domain
Class CodeTypeImpl

java.lang.Object
  extended by 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

Field Summary
protected  java.lang.String codeType
           
protected  java.lang.String description
           
protected  java.lang.Long id
           
protected  java.lang.String key
           
protected  java.lang.Character modifiable
           
static long serialVersionUID
           
 
Constructor Summary
CodeTypeImpl()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCodeType()
           
 java.lang.String getDescription()
           
 java.lang.Long getId()
           
 java.lang.String getKey()
           
 java.lang.Boolean getModifiable()
           
 int hashCode()
           
 java.lang.Boolean isModifiable()
           
 void setCodeType(java.lang.String codeType)
           
 void setDescription(java.lang.String description)
           
 void setId(java.lang.Long id)
           
 void setKey(java.lang.String key)
           
 void setModifiable(java.lang.Boolean modifiable)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CodeTypeImpl

public CodeTypeImpl()
Method Detail

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.