org.broadleafcommerce.core.util.domain
Class CodeTypeImpl

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

Deprecated.

@Entity
@Deprecated
public class CodeTypeImpl
extends Object
implements CodeType

See Also:
Serialized Form

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

Field Detail

serialVersionUID

public static final long serialVersionUID
Deprecated. 
See Also:
Constant Field Values

id

protected Long id
Deprecated. 

codeType

protected String codeType
Deprecated. 

key

protected String key
Deprecated. 

description

protected String description
Deprecated. 

modifiable

protected Character modifiable
Deprecated. 
Constructor Detail

CodeTypeImpl

public CodeTypeImpl()
Deprecated. 
Method Detail

getId

public Long getId()
Deprecated. 
Specified by:
getId in interface CodeType

setId

public void setId(Long id)
Deprecated. 
Specified by:
setId in interface CodeType

getCodeType

public String getCodeType()
Deprecated. 
Specified by:
getCodeType in interface CodeType

setCodeType

public void setCodeType(String codeType)
Deprecated. 
Specified by:
setCodeType in interface CodeType

getKey

public String getKey()
Deprecated. 
Specified by:
getKey in interface CodeType

setKey

public void setKey(String key)
Deprecated. 
Specified by:
setKey in interface CodeType

getDescription

public String getDescription()
Deprecated. 
Specified by:
getDescription in interface CodeType

setDescription

public void setDescription(String description)
Deprecated. 
Specified by:
setDescription in interface CodeType

isModifiable

public Boolean isModifiable()
Deprecated. 
Specified by:
isModifiable in interface CodeType

getModifiable

public Boolean getModifiable()
Deprecated. 
Specified by:
getModifiable in interface CodeType

setModifiable

public void setModifiable(Boolean modifiable)
Deprecated. 
Specified by:
setModifiable in interface CodeType

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Deprecated. 
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.