public class TransfersStorage extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.Integer,java.lang.String> |
globalTransferMap |
Constructor and Description |
---|
TransfersStorage() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAccepted() |
boolean[] |
getTS() |
java.lang.String[] |
getVerboseTS() |
void |
setAccepted(boolean status) |
void |
setDefaultSettings() |
int |
setTS(boolean[] status) |
int |
setTS(boolean status,
int index) |
public static final java.util.Map<java.lang.Integer,java.lang.String> globalTransferMap
public TransfersStorage()
public void setAccepted(boolean status)
public boolean getAccepted()
public int setTS(boolean[] status)
public int setTS(boolean status, int index)
public boolean[] getTS()
public void setDefaultSettings()
public java.lang.String[] getVerboseTS()