Package de.elo.ix.client
Class UserTaskPriorityC
java.lang.Object
de.elo.ix.client.UserTaskPriorityC
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Details
-
MIN
public static final int MINMinimum value = highest priority of reminder and activity- See Also:
-
MAX
public static final int MAXMaximum value = lowest priority of reminder and activity- See Also:
-
HIGHEST
public static final int HIGHESTHighest priority.- See Also:
-
LOWEST
public static final int LOWESTLowest 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)
-