planet.symphony.messages
Class SetSectionSizePredMessage

java.lang.Object
  extended by planet.symphony.messages.SetSectionSizePredMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class SetSectionSizePredMessage
extends java.lang.Object
implements Message

See Also:
Serialized Form

Constructor Summary
SetSectionSizePredMessage(double sectionSizePred)
           
 
Method Summary
 double getSectionSizePred()
           
 void setSectionSizePred(double sectionSizePred)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetSectionSizePredMessage

public SetSectionSizePredMessage(double sectionSizePred)
Method Detail

setSectionSizePred

public void setSectionSizePred(double sectionSizePred)

getSectionSizePred

public double getSectionSizePred()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object