|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.common.model.UpdatingPlan
public final class UpdatingPlan
Update plans for a resource, affecting expiration dates and modification dates of a request answer.
Method Summary | |
---|---|
int |
getDuration()
Gets the duration value. |
int |
getHour()
Gets the hour value. |
boolean |
isFr()
Gets the Friday value. |
boolean |
isMo()
Gets the Monday value. |
boolean |
isSa()
Gets the Saturday value. |
boolean |
isSu()
Gets the Sunday value. |
boolean |
isTh()
Gets the Thursday value. |
boolean |
isTu()
Gets the Tuesday value. |
boolean |
isWe()
Gets the Wednesday value. |
void |
setDuration(int durat)
Sets the value of duration. |
void |
setFr(boolean fri)
Sets the value of Friday. |
void |
setHour(int hourToSet)
Sets the value of hour. |
void |
setMo(boolean mon)
Sets the value of Monday |
void |
setSa(boolean sat)
Sets the value of Saturday. |
void |
setSu(boolean sun)
Sets the value of Sunday. |
void |
setTh(boolean thu)
Sets the value of Thursday. |
void |
setTu(boolean tue)
Sets the value of Tuesday. |
void |
setWe(boolean wen)
Sets the value of Wednesday. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isMo()
public void setMo(boolean mon)
mon
- true if set to Mondaypublic boolean isTu()
public void setTu(boolean tue)
tue
- true to set Tuesdaypublic boolean isWe()
public void setWe(boolean wen)
wen
- true to set Wednesday.public boolean isTh()
public void setTh(boolean thu)
thu
- true to set Thursdaypublic boolean isFr()
public void setFr(boolean fri)
fri
- true to set Fridaypublic boolean isSa()
public void setSa(boolean sat)
sat
- true to set Saturdaypublic boolean isSu()
public void setSu(boolean sun)
sun
- to set Sunday
the sun to setpublic int getHour()
public void setHour(int hourToSet)
hourToSet
- the hour to setpublic int getDuration()
public void setDuration(int durat)
durat
- the duration to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |