Class PlanningConstraint

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

public class PlanningConstraint extends Object implements Serializable
See Also:
  • Constructor Details

    • PlanningConstraint

      public PlanningConstraint()
    • PlanningConstraint

      public PlanningConstraint(EnumOptionId constraint, Calendar date)
  • Method Details

    • getConstraint

      public EnumOptionId getConstraint()
      Gets the constraint value for this PlanningConstraint.
      Returns:
      constraint
    • setConstraint

      public void setConstraint(EnumOptionId constraint)
      Sets the constraint value for this PlanningConstraint.
      Parameters:
      constraint -
    • getDate

      public Calendar getDate()
      Gets the date value for this PlanningConstraint.
      Returns:
      date
    • setDate

      public void setDate(Calendar date)
      Sets the date value for this PlanningConstraint.
      Parameters:
      date -
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • 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