scg
Class Strengthening

java.lang.Object
  extended by scg.OpposeAction
      extended by scg.Strengthening

public class Strengthening
extends OpposeAction

Representation of Strengthening


Nested Class Summary
static class Strengthening.newQuality
          Field Class for Strengthening.newQuality
 
Constructor Summary
Strengthening(double newQuality)
          Construct a(n) Strengthening 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 Strengthening?
 double getNewQuality()
          Getter for field Strengthening.newQuality
 int hashCode()
          DGP method from Class HashCode
static Strengthening parse(java.io.InputStream inpt)
          Parse an instance of Strengthening from the given Stream
static Strengthening parse(java.io.Reader inpt)
          Parse an instance of Strengthening from the given Reader
static Strengthening parse(java.lang.String inpt)
          Parse an instance of Strengthening from the given String
 java.lang.String print()
          DGP method from Class Print
 void setNewQuality(double _newQuality)
          Setter for field Strengthening.newQuality
 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

Strengthening

public Strengthening(double newQuality)
Construct a(n) Strengthening Instance

Method Detail

equals

public boolean equals(java.lang.Object o)
Is the given object Equal to this Strengthening?

Overrides:
equals in class java.lang.Object

parse

public static Strengthening parse(java.lang.String inpt)
                           throws scg.ParseException
Parse an instance of Strengthening from the given String

Throws:
scg.ParseException

parse

public static Strengthening parse(java.io.InputStream inpt)
                           throws scg.ParseException
Parse an instance of Strengthening from the given Stream

Throws:
scg.ParseException

parse

public static Strengthening parse(java.io.Reader inpt)
                           throws scg.ParseException
Parse an instance of Strengthening from the given Reader

Throws:
scg.ParseException

display

public java.lang.String display()
DGP method from Class Display

Overrides:
display in class OpposeAction

print

public java.lang.String print()
DGP method from Class Print

Overrides:
print in class OpposeAction

toStr

public java.lang.String toStr()
DGP method from Class ToStr

Overrides:
toStr in class OpposeAction

toString

public java.lang.String toString()
DGP method from Class PrintToString

Overrides:
toString in class OpposeAction

hashCode

public int hashCode()
DGP method from Class HashCode

Overrides:
hashCode in class OpposeAction

setNewQuality

public void setNewQuality(double _newQuality)
Setter for field Strengthening.newQuality


getNewQuality

public double getNewQuality()
Getter for field Strengthening.newQuality