|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectis.idega.idegaweb.golf.webservice.server.Tournament
public class Tournament
Constructor Summary | |
---|---|
Tournament()
|
|
Tournament(java.lang.String ID,
java.lang.String club,
int numberOfRounds,
java.util.Calendar startDate,
java.lang.String title,
java.lang.String tournamentType)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getClub()
Gets the club value for this Tournament. |
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 Tournament. |
int |
getNumberOfRounds()
Gets the numberOfRounds value for this Tournament. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.util.Calendar |
getStartDate()
Gets the startDate value for this Tournament. |
java.lang.String |
getTitle()
Gets the title value for this Tournament. |
java.lang.String |
getTournamentType()
Gets the tournamentType value for this Tournament. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setClub(java.lang.String club)
Sets the club value for this Tournament. |
void |
setID(java.lang.String ID)
Sets the ID value for this Tournament. |
void |
setNumberOfRounds(int numberOfRounds)
Sets the numberOfRounds value for this Tournament. |
void |
setStartDate(java.util.Calendar startDate)
Sets the startDate value for this Tournament. |
void |
setTitle(java.lang.String title)
Sets the title value for this Tournament. |
void |
setTournamentType(java.lang.String tournamentType)
Sets the tournamentType value for this Tournament. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tournament()
public Tournament(java.lang.String ID, java.lang.String club, int numberOfRounds, java.util.Calendar startDate, java.lang.String title, java.lang.String tournamentType)
Method Detail |
---|
public java.lang.String getID()
public void setID(java.lang.String ID)
ID
- public java.lang.String getClub()
public void setClub(java.lang.String club)
club
- public int getNumberOfRounds()
public void setNumberOfRounds(int numberOfRounds)
numberOfRounds
- public java.util.Calendar getStartDate()
public void setStartDate(java.util.Calendar startDate)
startDate
- public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- public java.lang.String getTournamentType()
public void setTournamentType(java.lang.String tournamentType)
tournamentType
- 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 |