Constructor and Description |
---|
PartOfSetValue() |
PartOfSetValue(Integer count,
Integer total)
Newly created
|
PartOfSetValue(String value)
When constructing from data
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getCount() |
String |
getCountAsText()
Get Count including padded if padding is enabled
|
String |
getRawValue() |
Integer |
getTotal() |
String |
getTotalAsText()
Get Total padded
|
void |
setCount(Integer count) |
void |
setCount(String count) |
void |
setRawValue(String value) |
void |
setTotal(Integer total) |
void |
setTotal(String total) |
String |
toString() |
public PartOfSetValue()
public PartOfSetValue(String value)
value
- public Integer getCount()
public Integer getTotal()
public void setCount(Integer count)
public void setTotal(Integer total)
public void setCount(String count)
public void setTotal(String total)
public String getRawValue()
public void setRawValue(String value)
public String getCountAsText()
public String getTotalAsText()
Copyright © 2005–2020 jthink.net. All rights reserved.