|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectis.idega.idegaweb.golf.webservice.server.Round
public class Round
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 |
---|
public 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 |
---|
public java.lang.String getID()
public void setID(java.lang.String ID)
ID
- public Course getCourse()
public void setCourse(Course course)
course
- public int getCourseRoundHandicap()
public void setCourseRoundHandicap(int courseRoundHandicap)
courseRoundHandicap
- public boolean isIsTournamentRound()
public void setIsTournamentRound(boolean isTournamentRound)
isTournamentRound
- public java.util.Calendar getRoundDate()
public void setRoundDate(java.util.Calendar roundDate)
roundDate
- public float getRoundHandicap()
public void setRoundHandicap(float roundHandicap)
roundHandicap
- public Stroke[] getStrokes()
public void setStrokes(Stroke[] strokes)
strokes
- public Tee getTee()
public void setTee(Tee tee)
tee
- public boolean isTournamentRound()
public void setTournamentRound(boolean tournamentRound)
tournamentRound
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |