public class CDBUnit extends Object
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
aliasNames |
protected Integer |
code |
protected String |
description |
protected String |
name |
protected String |
symbol |
Constructor and Description |
---|
CDBUnit(Integer code,
String symbol,
String name,
Set<String> aliasNames,
String description) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAliasNames() |
Integer |
getCode() |
String |
getDescription() |
String |
getName() |
String |
getSymbol() |
boolean |
hasCode() |
void |
setCode(Integer code) |
protected Integer code
protected String symbol
protected String name
protected String description
public Integer getCode()
public void setCode(Integer code)
code
- the code to setpublic String getSymbol()
public String getName()
public String getDescription()
null
public boolean hasCode()
Copyright © 2018. All rights reserved.