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

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

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

See Also:
Serialized Form

Constructor Summary
Tee()
           
Tee(java.lang.String ID, float courseRating, Hole[] holes, int length, java.lang.String name, int par, int slope)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 float getCourseRating()
          Gets the courseRating value for this Tee.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Hole[] getHoles()
          Gets the holes value for this Tee.
 java.lang.String getID()
          Gets the ID value for this Tee.
 int getLength()
          Gets the length value for this Tee.
 java.lang.String getName()
          Gets the name value for this Tee.
 int getPar()
          Gets the par value for this Tee.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getSlope()
          Gets the slope value for this Tee.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCourseRating(float courseRating)
          Sets the courseRating value for this Tee.
 void setHoles(Hole[] holes)
          Sets the holes value for this Tee.
 void setID(java.lang.String ID)
          Sets the ID value for this Tee.
 void setLength(int length)
          Sets the length value for this Tee.
 void setName(java.lang.String name)
          Sets the name value for this Tee.
 void setPar(int par)
          Sets the par value for this Tee.
 void setSlope(int slope)
          Sets the slope value for this Tee.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tee

public Tee()

Tee

public Tee(java.lang.String ID,
           float courseRating,
           Hole[] holes,
           int length,
           java.lang.String name,
           int par,
           int slope)
Method Detail

getID

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

Returns:
ID

setID

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

Parameters:
ID -

getCourseRating

public float getCourseRating()
Gets the courseRating value for this Tee.

Returns:
courseRating

setCourseRating

public void setCourseRating(float courseRating)
Sets the courseRating value for this Tee.

Parameters:
courseRating -

getHoles

public Hole[] getHoles()
Gets the holes value for this Tee.

Returns:
holes

setHoles

public void setHoles(Hole[] holes)
Sets the holes value for this Tee.

Parameters:
holes -

getLength

public int getLength()
Gets the length value for this Tee.

Returns:
length

setLength

public void setLength(int length)
Sets the length value for this Tee.

Parameters:
length -

getName

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

Returns:
name

setName

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

Parameters:
name -

getPar

public int getPar()
Gets the par value for this Tee.

Returns:
par

setPar

public void setPar(int par)
Sets the par value for this Tee.

Parameters:
par -

getSlope

public int getSlope()
Gets the slope value for this Tee.

Returns:
slope

setSlope

public void setSlope(int slope)
Sets the slope value for this Tee.

Parameters:
slope -

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.