|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectis.idega.idegaweb.golf.webservice.server.Tee
public class Tee
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 |
---|
public Tee()
public Tee(java.lang.String ID, float courseRating, Hole[] holes, int length, java.lang.String name, int par, int slope)
Method Detail |
---|
public java.lang.String getID()
public void setID(java.lang.String ID)
ID
- public float getCourseRating()
public void setCourseRating(float courseRating)
courseRating
- public Hole[] getHoles()
public void setHoles(Hole[] holes)
holes
- public int getLength()
public void setLength(int length)
length
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public int getPar()
public void setPar(int par)
par
- public int getSlope()
public void setSlope(int slope)
slope
- 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 |