Class PriorityOpt

java.lang.Object
com.polarion.alm.ws.client.types.tracker.EnumOption
com.polarion.alm.ws.client.types.tracker.PriorityOpt
All Implemented Interfaces:
Serializable

public class PriorityOpt extends EnumOption implements Serializable
See Also:
  • Constructor Details

    • PriorityOpt

      public PriorityOpt()
    • PriorityOpt

      public PriorityOpt(boolean _default, String enumId, boolean hidden, String id, String name, boolean phantom, Property[] properties, int sequenceNumber, float _float)
  • Method Details

    • get_float

      public float get_float()
      Gets the _float value for this PriorityOpt.
      Returns:
      _float
    • set_float

      public void set_float(float _float)
      Sets the _float value for this PriorityOpt.
      Parameters:
      _float -
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class EnumOption
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class EnumOption
    • getTypeDesc

      public static org.apache.axis.description.TypeDesc getTypeDesc()
      Return type metadata object
    • getSerializer

      public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
      Get Custom Serializer
    • getDeserializer

      public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
      Get Custom Deserializer