|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.upb.swtpra05.group03.shuttle.shared.AccountData
Description of the class
| Field Summary | |
private static int |
current
No comment provided by developer, please add a comment to improve documentation. |
private int |
id
No comment provided by developer, please add a comment to improve documentation. |
static int |
ORDERPROFIT
Description of the Field |
static int |
PENALTY
Description of the Field |
static int |
PICKABACKIDENTIFIER
Description of the Field |
static int |
SERVICE
Description of the Field |
private java.lang.String |
text
No comment provided by developer, please add a comment to improve documentation. |
static int |
TOLL
Description of the Field |
private int |
type
No comment provided by developer, please add a comment to improve documentation. |
private int |
value
No comment provided by developer, please add a comment to improve documentation. |
| Fields inherited from interface de.upb.swtpra05.group03.shuttle.shared.PickabackInterface |
MEMBERVARSEPARATOR, OBJECTSEPARATOR |
| Constructor Summary | |
AccountData(int nID,
int nT,
java.lang.String sT,
int nV)
Constructor for the AccountData object |
|
AccountData(int nT,
java.lang.String sT,
int nV)
Constructor for the AccountData object |
|
| Method Summary | |
static AccountData |
createAccountDataFromPickaback(java.lang.String s)
Description of the Method |
int |
getID()
Gets the iD attribute of the AccountData object |
java.lang.String |
getText()
Gets the text attribute of the AccountData object |
int |
getType()
Gets the typ attribute of the AccountData object |
int |
getValue()
Gets the value attribute of the AccountData object |
void |
setID(int x)
Sets the iD attribute of the AccountData object |
void |
setText(java.lang.String s)
Sets the text attribute of the AccountData object |
void |
setValue(int x)
Sets the value attribute of the AccountData object |
java.lang.String |
toPickabackString()
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static int current
private int id
private int type
private java.lang.String text
private int value
public static final int ORDERPROFIT
public static final int TOLL
public static final int PENALTY
public static final int SERVICE
public static final int PICKABACKIDENTIFIER
| Constructor Detail |
public AccountData(int nID,
int nT,
java.lang.String sT,
int nV)
nT - Description of the ParametersT - Description of the ParameternV - Description of the ParameternID - Description of the Parameter
public AccountData(int nT,
java.lang.String sT,
int nV)
nT - Description of the ParametersT - Description of the ParameternV - Description of the Parameter| Method Detail |
public java.lang.String toPickabackString()
public static AccountData createAccountDataFromPickaback(java.lang.String s)
s - Description of the Parameter
public int getType()
public java.lang.String getText()
public void setText(java.lang.String s)
s - The new text valuepublic int getValue()
public void setValue(int x)
x - The new value valuepublic int getID()
public void setID(int x)
x - The new iD value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||