Class UserTaskPriorityC

java.lang.Object
de.elo.ix.client.UserTaskPriorityC
All Implemented Interfaces:
Serializable

public class UserTaskPriorityC extends Object implements Serializable
See Also:
  • Field Details

    • MIN

      public static final int MIN
      Minimum value = highest priority of reminder and activity
      See Also:
    • MAX

      public static final int MAX
      Maximum value = lowest priority of reminder and activity
      See Also:
    • HIGHEST

      public static final int HIGHEST
      Highest priority.
      See Also:
    • LOWEST

      public static final int LOWEST
      Lowest priority.
      See Also:
  • Constructor Details

    • UserTaskPriorityC

      public UserTaskPriorityC()
  • Method Details

    • getHIGHEST

      public int getHIGHEST()
    • setHIGHEST

      public void setHIGHEST(int HIGHEST)
    • getLOWEST

      public int getLOWEST()
    • setLOWEST

      public void setLOWEST(int LOWEST)
    • getMAX

      public int getMAX()
    • setMAX

      public void setMAX(int MAX)
    • getMIN

      public int getMIN()
    • setMIN

      public void setMIN(int MIN)