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

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

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

See Also:
Serialized Form

Constructor Summary
Hole()
           
Hole(int handicap, java.lang.String holeNumber, int length, int par)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getHandicap()
          Gets the handicap value for this Hole.
 java.lang.String getHoleNumber()
          Gets the holeNumber value for this Hole.
 int getLength()
          Gets the length value for this Hole.
 int getPar()
          Gets the par value for this Hole.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setHandicap(int handicap)
          Sets the handicap value for this Hole.
 void setHoleNumber(java.lang.String holeNumber)
          Sets the holeNumber value for this Hole.
 void setLength(int length)
          Sets the length value for this Hole.
 void setPar(int par)
          Sets the par value for this Hole.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hole

public Hole()

Hole

public Hole(int handicap,
            java.lang.String holeNumber,
            int length,
            int par)
Method Detail

getHandicap

public int getHandicap()
Gets the handicap value for this Hole.

Returns:
handicap

setHandicap

public void setHandicap(int handicap)
Sets the handicap value for this Hole.

Parameters:
handicap -

getHoleNumber

public java.lang.String getHoleNumber()
Gets the holeNumber value for this Hole.

Returns:
holeNumber

setHoleNumber

public void setHoleNumber(java.lang.String holeNumber)
Sets the holeNumber value for this Hole.

Parameters:
holeNumber -

getLength

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

Returns:
length

setLength

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

Parameters:
length -

getPar

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

Returns:
par

setPar

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

Parameters:
par -

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.