|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectis.idega.idegaweb.golf.webservice.server.Course
public class Course
| 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 |
|---|
public Course()
public Course(java.lang.String ID,
java.lang.String clubAbbrevation,
java.lang.String name,
Tee[] tees)
| Method Detail |
|---|
public java.lang.String getID()
public void setID(java.lang.String ID)
ID - public java.lang.String getClubAbbrevation()
public void setClubAbbrevation(java.lang.String clubAbbrevation)
clubAbbrevation - public java.lang.String getName()
public void setName(java.lang.String name)
name - public Tee[] getTees()
public void setTees(Tee[] tees)
tees - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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 | |||||||||