is.idega.idegaweb.golf.webservice.server
Class Round

java.lang.Object
  extended by is.idega.idegaweb.golf.webservice.server.Round
All Implemented Interfaces:
java.io.Serializable

public class Round
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Round()
           
Round(java.lang.String ID, Course course, int courseRoundHandicap, boolean isTournamentRound, java.util.Calendar roundDate, float roundHandicap, Stroke[] strokes, Tee tee, boolean tournamentRound)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Course getCourse()
          Gets the course value for this Round.
 int getCourseRoundHandicap()
          Gets the courseRoundHandicap value for this Round.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getID()
          Gets the ID value for this Round.
 java.util.Calendar getRoundDate()
          Gets the roundDate value for this Round.
 float getRoundHandicap()
          Gets the roundHandicap value for this Round.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 Stroke[] getStrokes()
          Gets the strokes value for this Round.
 Tee getTee()
          Gets the tee value for this Round.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isIsTournamentRound()
          Gets the isTournamentRound value for this Round.
 boolean isTournamentRound()
          Gets the tournamentRound value for this Round.
 void setCourse(Course course)
          Sets the course value for this Round.
 void setCourseRoundHandicap(int courseRoundHandicap)
          Sets the courseRoundHandicap value for this Round.
 void setID(java.lang.String ID)
          Sets the ID value for this Round.
 void setIsTournamentRound(boolean isTournamentRound)
          Sets the isTournamentRound value for this Round.
 void setRoundDate(java.util.Calendar roundDate)
          Sets the roundDate value for this Round.
 void setRoundHandicap(float roundHandicap)
          Sets the roundHandicap value for this Round.
 void setStrokes(Stroke[] strokes)
          Sets the strokes value for this Round.
 void setTee(Tee tee)
          Sets the tee value for this Round.
 void setTournamentRound(boolean tournamentRound)
          Sets the tournamentRound value for this Round.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Round

public Round()

Round

public Round(java.lang.String ID,
             Course course,
             int courseRoundHandicap,
             boolean isTournamentRound,
             java.util.Calendar roundDate,
             float roundHandicap,
             Stroke[] strokes,
             Tee tee,
             boolean tournamentRound)
Method Detail

getID

public java.lang.String getID()
Gets the ID value for this Round.

Returns:
ID

setID

public void setID(java.lang.String ID)
Sets the ID value for this Round.

Parameters:
ID -

getCourse

public Course getCourse()
Gets the course value for this Round.

Returns:
course

setCourse

public void setCourse(Course course)
Sets the course value for this Round.

Parameters:
course -

getCourseRoundHandicap

public int getCourseRoundHandicap()
Gets the courseRoundHandicap value for this Round.

Returns:
courseRoundHandicap

setCourseRoundHandicap

public void setCourseRoundHandicap(int courseRoundHandicap)
Sets the courseRoundHandicap value for this Round.

Parameters:
courseRoundHandicap -

isIsTournamentRound

public boolean isIsTournamentRound()
Gets the isTournamentRound value for this Round.

Returns:
isTournamentRound

setIsTournamentRound

public void setIsTournamentRound(boolean isTournamentRound)
Sets the isTournamentRound value for this Round.

Parameters:
isTournamentRound -

getRoundDate

public java.util.Calendar getRoundDate()
Gets the roundDate value for this Round.

Returns:
roundDate

setRoundDate

public void setRoundDate(java.util.Calendar roundDate)
Sets the roundDate value for this Round.

Parameters:
roundDate -

getRoundHandicap

public float getRoundHandicap()
Gets the roundHandicap value for this Round.

Returns:
roundHandicap

setRoundHandicap

public void setRoundHandicap(float roundHandicap)
Sets the roundHandicap value for this Round.

Parameters:
roundHandicap -

getStrokes

public Stroke[] getStrokes()
Gets the strokes value for this Round.

Returns:
strokes

setStrokes

public void setStrokes(Stroke[] strokes)
Sets the strokes value for this Round.

Parameters:
strokes -

getTee

public Tee getTee()
Gets the tee value for this Round.

Returns:
tee

setTee

public void setTee(Tee tee)
Sets the tee value for this Round.

Parameters:
tee -

isTournamentRound

public boolean isTournamentRound()
Gets the tournamentRound value for this Round.

Returns:
tournamentRound

setTournamentRound

public void setTournamentRound(boolean tournamentRound)
Sets the tournamentRound value for this Round.

Parameters:
tournamentRound -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2000-2014 idega software. All Rights Reserved.