|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.planner.schema.DefaultWeek
public class DefaultWeek
| Field Summary | |
|---|---|
protected String |
fri
|
protected String |
mon
|
protected String |
sat
|
protected String |
sun
|
protected String |
thu
|
protected String |
tue
|
protected String |
wed
|
| Constructor Summary | |
|---|---|
DefaultWeek()
|
|
| Method Summary | |
|---|---|
String |
getFri()
Gets the value of the fri property. |
String |
getMon()
Gets the value of the mon property. |
String |
getSat()
Gets the value of the sat property. |
String |
getSun()
Gets the value of the sun property. |
String |
getThu()
Gets the value of the thu property. |
String |
getTue()
Gets the value of the tue property. |
String |
getWed()
Gets the value of the wed property. |
void |
setFri(String value)
Sets the value of the fri property. |
void |
setMon(String value)
Sets the value of the mon property. |
void |
setSat(String value)
Sets the value of the sat property. |
void |
setSun(String value)
Sets the value of the sun property. |
void |
setThu(String value)
Sets the value of the thu property. |
void |
setTue(String value)
Sets the value of the tue property. |
void |
setWed(String value)
Sets the value of the wed property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String mon
protected String tue
protected String wed
protected String thu
protected String fri
protected String sat
protected String sun
| Constructor Detail |
|---|
public DefaultWeek()
| Method Detail |
|---|
public String getMon()
Stringpublic void setMon(String value)
value - allowed object is
Stringpublic String getTue()
Stringpublic void setTue(String value)
value - allowed object is
Stringpublic String getWed()
Stringpublic void setWed(String value)
value - allowed object is
Stringpublic String getThu()
Stringpublic void setThu(String value)
value - allowed object is
Stringpublic String getFri()
Stringpublic void setFri(String value)
value - allowed object is
Stringpublic String getSat()
Stringpublic void setSat(String value)
value - allowed object is
Stringpublic String getSun()
Stringpublic void setSun(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||