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

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

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

See Also:
Serialized Form

Constructor Summary
Course()
           
Course(java.lang.String ID, java.lang.String clubAbbrevation, java.lang.String name, Tee[] tees)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getClubAbbrevation()
          Gets the clubAbbrevation value for this Course.
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 Course.
 java.lang.String getName()
          Gets the name value for this Course.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 Tee[] getTees()
          Gets the tees value for this Course.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setClubAbbrevation(java.lang.String clubAbbrevation)
          Sets the clubAbbrevation value for this Course.
 void setID(java.lang.String ID)
          Sets the ID value for this Course.
 void setName(java.lang.String name)
          Sets the name value for this Course.
 void setTees(Tee[] tees)
          Sets the tees value for this Course.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Course

public Course()

Course

public Course(java.lang.String ID,
              java.lang.String clubAbbrevation,
              java.lang.String name,
              Tee[] tees)
Method Detail

getID

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

Returns:
ID

setID

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

Parameters:
ID -

getClubAbbrevation

public java.lang.String getClubAbbrevation()
Gets the clubAbbrevation value for this Course.

Returns:
clubAbbrevation

setClubAbbrevation

public void setClubAbbrevation(java.lang.String clubAbbrevation)
Sets the clubAbbrevation value for this Course.

Parameters:
clubAbbrevation -

getName

public java.lang.String getName()
Gets the name value for this Course.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this Course.

Parameters:
name -

getTees

public Tee[] getTees()
Gets the tees value for this Course.

Returns:
tees

setTees

public void setTees(Tee[] tees)
Sets the tees value for this Course.

Parameters:
tees -

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.