|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.law.Contract
public class Contract
A class representing a piece of paper usually used when setting a deal, describing it.
| Constructor Summary | |
|---|---|
Contract(Organization firstParty,
Organization secondParty,
Identification identification,
java.util.Date date,
java.util.Vector contents)
Creates a new Contract object. |
|
| Method Summary | |
|---|---|
java.util.Vector |
getContents()
DOCUMENT ME! |
java.util.Date |
getDate()
DOCUMENT ME! |
Organization |
getFirstParty()
DOCUMENT ME! |
Identification |
getIdentification()
DOCUMENT ME! |
Organization |
getSecondParty()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Contract(Organization firstParty,
Organization secondParty,
Identification identification,
java.util.Date date,
java.util.Vector contents)
firstParty - DOCUMENT ME!secondParty - DOCUMENT ME!identification - DOCUMENT ME!date - DOCUMENT ME!contents - DOCUMENT ME!
java.lang.IllegalArgumentException - DOCUMENT ME!| Method Detail |
|---|
public Organization getFirstParty()
public Organization getSecondParty()
public Identification getIdentification()
getIdentification in interface Identifiedpublic java.util.Date getDate()
public java.util.Vector getContents()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||