de.upb.swtpra05.group03.plugin
Class AccountDataMinimumID

java.lang.Object
  extended byde.upb.swtpra05.group03.plugin.AccountDataMinimumID

public class AccountDataMinimumID
extends java.lang.Object

This class is used to save the value of the lowest AccountDataID of a single ShuttleAgentStatusString. Old AccountData objects (with IDs lower than the ID of this class) will be removed.

Version:
$Revision: 1.3 $

Field Summary
private  int value
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
AccountDataMinimumID(int v)
          Constructor for the AccountDataMinimumID object, initializes the value.
 
Method Summary
 int getValue()
          Get the lowest AccountDataID
 void setValue(int x)
          Set a new AccountDataID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

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

Constructor Detail

AccountDataMinimumID

public AccountDataMinimumID(int v)
Constructor for the AccountDataMinimumID object, initializes the value.

Parameters:
v - Description of the Parameter
Method Detail

getValue

public int getValue()
Get the lowest AccountDataID

Returns:
The lowest AccountDataID

setValue

public void setValue(int x)
Set a new AccountDataID

Parameters:
x - The new value