@Entity @Deprecated public class CodeTypeImpl extends Object implements CodeType
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
CodeTypeImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final long serialVersionUID
protected Long id
protected String codeType
protected String key
protected String description
protected Character modifiable
public String getCodeType()
getCodeType in interface CodeTypepublic void setCodeType(String codeType)
setCodeType 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 CodeTypeCopyright © 2015. All Rights Reserved.