|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectis.idega.idegaweb.golf.webservice.server.Hole
public class Hole
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 |
---|
public Hole()
public Hole(int handicap, java.lang.String holeNumber, int length, int par)
Method Detail |
---|
public int getHandicap()
public void setHandicap(int handicap)
handicap
- public java.lang.String getHoleNumber()
public void setHoleNumber(java.lang.String holeNumber)
holeNumber
- public int getLength()
public void setLength(int length)
length
- public int getPar()
public void setPar(int par)
par
- 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 |