de.upb.swtpra05.group03.shuttle.shared
Class AccountData

java.lang.Object
  extended byde.upb.swtpra05.group03.shuttle.shared.AccountData
All Implemented Interfaces:
PickabackInterface

public class AccountData
extends java.lang.Object
implements PickabackInterface

Description of the class

Version:
$Revision: 1.3 $

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

current

private static int current
No comment provided by developer, please add a comment to improve documentation.


id

private int id
No comment provided by developer, please add a comment to improve documentation.


type

private int type
No comment provided by developer, please add a comment to improve documentation.


text

private java.lang.String text
No comment provided by developer, please add a comment to improve documentation.


value

private int value
No comment provided by developer, please add a comment to improve documentation.


ORDERPROFIT

public static final int ORDERPROFIT
Description of the Field

See Also:
Constant Field Values

TOLL

public static final int TOLL
Description of the Field

See Also:
Constant Field Values

PENALTY

public static final int PENALTY
Description of the Field

See Also:
Constant Field Values

SERVICE

public static final int SERVICE
Description of the Field

See Also:
Constant Field Values

PICKABACKIDENTIFIER

public static final int PICKABACKIDENTIFIER
Description of the Field

See Also:
Constant Field Values
Constructor Detail

AccountData

public AccountData(int nID,
                   int nT,
                   java.lang.String sT,
                   int nV)
Constructor for the AccountData object

Parameters:
nT - Description of the Parameter
sT - Description of the Parameter
nV - Description of the Parameter
nID - Description of the Parameter

AccountData

public AccountData(int nT,
                   java.lang.String sT,
                   int nV)
Constructor for the AccountData object

Parameters:
nT - Description of the Parameter
sT - Description of the Parameter
nV - Description of the Parameter
Method Detail

toPickabackString

public java.lang.String toPickabackString()
Description of the Method

Returns:
Description of the Return Value

createAccountDataFromPickaback

public static AccountData createAccountDataFromPickaback(java.lang.String s)
Description of the Method

Parameters:
s - Description of the Parameter
Returns:
Description of the Return Value

getType

public int getType()
Gets the typ attribute of the AccountData object

Returns:
The typ value

getText

public java.lang.String getText()
Gets the text attribute of the AccountData object

Returns:
The text value

setText

public void setText(java.lang.String s)
Sets the text attribute of the AccountData object

Parameters:
s - The new text value

getValue

public int getValue()
Gets the value attribute of the AccountData object

Returns:
The value value

setValue

public void setValue(int x)
Sets the value attribute of the AccountData object

Parameters:
x - The new value value

getID

public int getID()
Gets the iD attribute of the AccountData object

Returns:
The iD value

setID

public void setID(int x)
Sets the iD attribute of the AccountData object

Parameters:
x - The new iD value