org.broadleafcommerce.core.util.domain
Class CodeTypeImpl

java.lang.Object
  extended by org.broadleafcommerce.core.util.domain.CodeTypeImpl
All Implemented Interfaces:
Serializable, CodeType

@Entity
public class CodeTypeImpl
extends Object
implements CodeType

See Also:
Serialized Form

Field Summary
protected  String codeType
           
protected  String description
           
protected  Long id
           
protected  String key
           
protected  Character modifiable
           
static long serialVersionUID
           
 
Constructor Summary
CodeTypeImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCodeType()
           
 String getDescription()
           
 Long getId()
           
 String getKey()
           
 Boolean getModifiable()
           
 int hashCode()
           
 Boolean isModifiable()
           
 void setCodeType(String codeType)
           
 void setDescription(String description)
           
 void setId(Long id)
           
 void setKey(String key)
           
 void setModifiable(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 Long id

codeType

protected String codeType

key

protected String key

description

protected String description

modifiable

protected Character modifiable
Constructor Detail

CodeTypeImpl

public CodeTypeImpl()
Method Detail

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.