|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectscg.OpposeAction
scg.Agreement
public class Agreement
Representation of Agreement
Constructor Summary | |
---|---|
Agreement()
Construct a(n) Agreement Instance |
Method Summary | |
---|---|
java.lang.String |
display()
DGP method from Class Display |
boolean |
equals(java.lang.Object o)
Is the given object Equal to this Agreement? |
int |
hashCode()
DGP method from Class HashCode |
static Agreement |
parse(java.io.InputStream inpt)
Parse an instance of Agreement from the given Stream |
static Agreement |
parse(java.io.Reader inpt)
Parse an instance of Agreement from the given Reader |
static Agreement |
parse(java.lang.String inpt)
Parse an instance of Agreement from the given String |
java.lang.String |
print()
DGP method from Class Print |
java.lang.String |
toStr()
DGP method from Class ToStr |
java.lang.String |
toString()
DGP method from Class PrintToString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Agreement()
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public static Agreement parse(java.lang.String inpt) throws scg.ParseException
scg.ParseException
public static Agreement parse(java.io.InputStream inpt) throws scg.ParseException
scg.ParseException
public static Agreement parse(java.io.Reader inpt) throws scg.ParseException
scg.ParseException
public java.lang.String display()
display
in class OpposeAction
public java.lang.String print()
print
in class OpposeAction
public java.lang.String toStr()
toStr
in class OpposeAction
public java.lang.String toString()
toString
in class OpposeAction
public int hashCode()
hashCode
in class OpposeAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |