Dresden OCL Toolkit

tudresden.ocl.test.royloy
Class Customer

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

public class Customer
extends RLObject

See Also:
Serialized Form

Field Summary
 Vector cards
           
 Date dateOfBirth
           
 boolean isMale
           
 Vector membership
           
 String name
           
 Vector program
           
 String title
           
 
Fields inherited from class tudresden.ocl.test.royloy.RLObject
allObjects, description, id, idCounter, popFile
 
Constructor Summary
Customer(String name, boolean isMale)
           
 
Method Summary
 boolean assertTrue()
           
 int ignoreCard(int index, CustomerCard c, int resultat)
           
 
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

name

public String name

title

public String title

isMale

public boolean isMale

dateOfBirth

public Date dateOfBirth

program

public Vector program

cards

public Vector cards

membership

public Vector membership
Constructor Detail

Customer

public Customer(String name,
                boolean isMale)
Method Detail

ignoreCard

public int ignoreCard(int index,
                      CustomerCard c,
                      int resultat)

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.