public class CurrencyTO extends BaseTO
| Modifier and Type | Field and Description |
|---|---|
private String |
code |
private Float |
exponent |
private Integer |
intCode |
private String |
name |
private String |
symbol |
| Constructor and Description |
|---|
CurrencyTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
Float |
getExponent() |
Integer |
getIntCode() |
String |
getName() |
String |
getSymbol() |
void |
nullMyIds() |
void |
setCode(String code) |
void |
setExponent(Float exponent) |
void |
setIntCode(Integer intCode) |
void |
setName(String name) |
void |
setSymbol(String symbol) |
String |
toString()
Constructs a
String with all attributes
in name = value format. |
clearPersistanceProps, equals, getDateCreated, getDateModified, getId, getVersion, hashCode, isPersisted, isUnpersisted, setDateCreated, setDateModified, setId, setVersionprivate String code
private Integer intCode
private Float exponent
private String name
private String symbol
public String getCode()
public void setCode(String code)
public Integer getIntCode()
public void setIntCode(Integer intCode)
public Float getExponent()
public void setExponent(Float exponent)
public String getName()
public void setName(String name)
public String getSymbol()
public void setSymbol(String symbol)
public String toString()
String with all attributes
in name = value format.Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.