|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.tuberlin.cs.cis.ocl.example.eval.Job
Represents a Job contained in the Example Class Diagram of the OCL1.5 chapter 6.2.2.
Field Summary | |
Person |
employeeA
Represents the association end employee |
Company |
employerA
Represents the association end employer |
java.lang.Integer |
salary
Represents the attribute salary |
java.util.Date |
startDate
Represents the attribute startDate |
java.lang.String |
title
Represents the attribute title |
Constructor Summary | |
Job()
Constructs a job. |
|
Job(java.lang.String title,
java.util.Date startDate,
java.lang.Integer salary)
Constructs a Job by title, starte date and salary. |
Method Summary | |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String title
public java.util.Date startDate
public java.lang.Integer salary
public Person employeeA
public Company employerA
Constructor Detail |
public Job(java.lang.String title, java.util.Date startDate, java.lang.Integer salary)
public Job()
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |