Dresden OCL Toolkit

tudresden.ocl.test.royloy
Class CustomerCard

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

public class CustomerCard
extends RLObject

See Also:
Serialized Form

Field Summary
 int color
           
static int COLOR_GOLD
           
static int COLOR_SILVER
           
 Membership membership
           
 Customer owner
           
 String printedName
           
 Vector transactions
           
 boolean valid
           
 Date validFrom
           
 Date validThru
           
 
Fields inherited from class tudresden.ocl.test.royloy.RLObject
allObjects, description, id, idCounter, popFile
 
Constructor Summary
CustomerCard(String description)
           
 
Method Summary
 boolean assertTrue()
           
 
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

valid

public boolean valid

validFrom

public Date validFrom

validThru

public Date validThru

color

public int color

COLOR_GOLD

public static int COLOR_GOLD

COLOR_SILVER

public static int COLOR_SILVER

printedName

public String printedName

owner

public Customer owner

membership

public Membership membership

transactions

public Vector transactions
Constructor Detail

CustomerCard

public CustomerCard(String description)
Method Detail

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.