|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.core.util.domain.CodeTypeImpl
@Entity @Deprecated public class CodeTypeImpl
| 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 |
|---|
public static final long serialVersionUID
protected Long id
protected String codeType
protected String key
protected String description
protected Character modifiable
| Constructor Detail |
|---|
public CodeTypeImpl()
| Method Detail |
|---|
public Long getId()
getId in interface CodeTypepublic void setId(Long id)
setId in interface CodeTypepublic String getCodeType()
getCodeType in interface CodeTypepublic void setCodeType(String codeType)
setCodeType in interface CodeTypepublic String getKey()
getKey in interface CodeTypepublic void setKey(String key)
setKey in interface CodeTypepublic String getDescription()
getDescription in interface CodeTypepublic void setDescription(String description)
setDescription in interface CodeTypepublic Boolean isModifiable()
isModifiable in interface CodeTypepublic Boolean getModifiable()
getModifiable in interface CodeTypepublic void setModifiable(Boolean modifiable)
setModifiable in interface CodeTypepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||