net.sf.mpxj.planner.schema
Class DefaultWeek

java.lang.Object
  extended by net.sf.mpxj.planner.schema.DefaultWeek

public class DefaultWeek
extends Object


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

mon

protected String mon

tue

protected String tue

wed

protected String wed

thu

protected String thu

fri

protected String fri

sat

protected String sat

sun

protected String sun
Constructor Detail

DefaultWeek

public DefaultWeek()
Method Detail

getMon

public String getMon()
Gets the value of the mon property.

Returns:
possible object is String

setMon

public void setMon(String value)
Sets the value of the mon property.

Parameters:
value - allowed object is String

getTue

public String getTue()
Gets the value of the tue property.

Returns:
possible object is String

setTue

public void setTue(String value)
Sets the value of the tue property.

Parameters:
value - allowed object is String

getWed

public String getWed()
Gets the value of the wed property.

Returns:
possible object is String

setWed

public void setWed(String value)
Sets the value of the wed property.

Parameters:
value - allowed object is String

getThu

public String getThu()
Gets the value of the thu property.

Returns:
possible object is String

setThu

public void setThu(String value)
Sets the value of the thu property.

Parameters:
value - allowed object is String

getFri

public String getFri()
Gets the value of the fri property.

Returns:
possible object is String

setFri

public void setFri(String value)
Sets the value of the fri property.

Parameters:
value - allowed object is String

getSat

public String getSat()
Gets the value of the sat property.

Returns:
possible object is String

setSat

public void setSat(String value)
Sets the value of the sat property.

Parameters:
value - allowed object is String

getSun

public String getSun()
Gets the value of the sun property.

Returns:
possible object is String

setSun

public void setSun(String value)
Sets the value of the sun property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.