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

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

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

See Also:
Serialized Form

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

Tournament

public Tournament()

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

getID

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

Returns:
ID

setID

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

Parameters:
ID -

getClub

public java.lang.String getClub()
Gets the club value for this Tournament.

Returns:
club

setClub

public void setClub(java.lang.String club)
Sets the club value for this Tournament.

Parameters:
club -

getNumberOfRounds

public int getNumberOfRounds()
Gets the numberOfRounds value for this Tournament.

Returns:
numberOfRounds

setNumberOfRounds

public void setNumberOfRounds(int numberOfRounds)
Sets the numberOfRounds value for this Tournament.

Parameters:
numberOfRounds -

getStartDate

public java.util.Calendar getStartDate()
Gets the startDate value for this Tournament.

Returns:
startDate

setStartDate

public void setStartDate(java.util.Calendar startDate)
Sets the startDate value for this Tournament.

Parameters:
startDate -

getTitle

public java.lang.String getTitle()
Gets the title value for this Tournament.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this Tournament.

Parameters:
title -

getTournamentType

public java.lang.String getTournamentType()
Gets the tournamentType value for this Tournament.

Returns:
tournamentType

setTournamentType

public void setTournamentType(java.lang.String tournamentType)
Sets the tournamentType value for this Tournament.

Parameters:
tournamentType -

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.