|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectis.idega.idegaweb.golf.webservice.server.Stroke
public class Stroke
Constructor Summary | |
---|---|
Stroke()
|
|
Stroke(float driveLength,
boolean greenInRegulation,
boolean hitFairway,
java.lang.String holeNumber,
int numberOfPutts,
int numberOfStrokes)
|
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 |
float |
getDriveLength()
Gets the driveLength value for this Stroke. |
java.lang.String |
getHoleNumber()
Gets the holeNumber value for this Stroke. |
int |
getNumberOfPutts()
Gets the numberOfPutts value for this Stroke. |
int |
getNumberOfStrokes()
Gets the numberOfStrokes value for this Stroke. |
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()
|
boolean |
isGreenInRegulation()
Gets the greenInRegulation value for this Stroke. |
boolean |
isHitFairway()
Gets the hitFairway value for this Stroke. |
void |
setDriveLength(float driveLength)
Sets the driveLength value for this Stroke. |
void |
setGreenInRegulation(boolean greenInRegulation)
Sets the greenInRegulation value for this Stroke. |
void |
setHitFairway(boolean hitFairway)
Sets the hitFairway value for this Stroke. |
void |
setHoleNumber(java.lang.String holeNumber)
Sets the holeNumber value for this Stroke. |
void |
setNumberOfPutts(int numberOfPutts)
Sets the numberOfPutts value for this Stroke. |
void |
setNumberOfStrokes(int numberOfStrokes)
Sets the numberOfStrokes value for this Stroke. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Stroke()
public Stroke(float driveLength, boolean greenInRegulation, boolean hitFairway, java.lang.String holeNumber, int numberOfPutts, int numberOfStrokes)
Method Detail |
---|
public float getDriveLength()
public void setDriveLength(float driveLength)
driveLength
- public boolean isGreenInRegulation()
public void setGreenInRegulation(boolean greenInRegulation)
greenInRegulation
- public boolean isHitFairway()
public void setHitFairway(boolean hitFairway)
hitFairway
- public java.lang.String getHoleNumber()
public void setHoleNumber(java.lang.String holeNumber)
holeNumber
- public int getNumberOfPutts()
public void setNumberOfPutts(int numberOfPutts)
numberOfPutts
- public int getNumberOfStrokes()
public void setNumberOfStrokes(int numberOfStrokes)
numberOfStrokes
- 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 |