Dresden OCL Toolkit

tudresden.ocl.lib.test
Class Person

java.lang.Object
  extended bytudresden.ocl.lib.test.Person

public class Person
extends Object

this class is for testing only and will be removed


Field Summary
 Vector employer
           
 String firstName
          An attribute that represents ...
 boolean isMarried
          An attribute that represents ...
 boolean isUnemployed
          An attribute that represents ...
 Vector managedCompanies
           
 Vector myJob
           
 int someNumber
           
 
Constructor Summary
Person()
           
 
Method Summary
 int getFive()
           
 void setJob(Vector v)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

isMarried

public boolean isMarried
An attribute that represents ...


isUnemployed

public boolean isUnemployed
An attribute that represents ...


firstName

public String firstName
An attribute that represents ...


someNumber

public int someNumber

managedCompanies

public Vector managedCompanies

employer

public Vector employer

myJob

public Vector myJob
Constructor Detail

Person

public Person()
Method Detail

getFive

public int getFive()

toString

public String toString()

setJob

public void setJob(Vector v)

Dresden OCL Toolkit

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