Dresden OCL Toolkit

tudresden.ocl.test.royloy
Class LoyaltyAccount

java.lang.Object
  extended bytudresden.ocl.test.royloy.RLObject
      extended bytudresden.ocl.test.royloy.LoyaltyAccount
All Implemented Interfaces:
Serializable

public class LoyaltyAccount
extends RLObject

See Also:
Serialized Form

Field Summary
 Membership membership
           
 int points
           
 Vector transactions
           
 
Fields inherited from class tudresden.ocl.test.royloy.RLObject
allObjects, description, id, idCounter, popFile
 
Constructor Summary
LoyaltyAccount(String description)
           
 
Method Summary
 boolean assertTrue()
           
 void burn(int i)
           
 void earn(int i)
           
 boolean isEmpty()
           
 
Methods inherited from class tudresden.ocl.test.royloy.RLObject
assertAll, getID, getObjectWithID, loadPopFile, main, report, setIDCounter, storePopFile, toString, toXString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

points

public int points

membership

public Membership membership

transactions

public Vector transactions
Constructor Detail

LoyaltyAccount

public LoyaltyAccount(String description)
Method Detail

earn

public void earn(int i)

burn

public void burn(int i)

isEmpty

public boolean isEmpty()

assertTrue

public boolean assertTrue()
Specified by:
assertTrue in class RLObject

Dresden OCL Toolkit

Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.