public class DefaultWeek extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
fri |
protected String |
mon |
protected String |
sat |
protected String |
sun |
protected String |
thu |
protected String |
tue |
protected String |
wed |
| Constructor and Description |
|---|
DefaultWeek() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String mon
protected String tue
protected String wed
protected String thu
protected String fri
protected String sat
protected String sun
public void setMon(String value)
value - allowed object is
Stringpublic void setTue(String value)
value - allowed object is
Stringpublic void setWed(String value)
value - allowed object is
Stringpublic void setThu(String value)
value - allowed object is
Stringpublic void setFri(String value)
value - allowed object is
Stringpublic void setSat(String value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.