Class MonthVO
java.lang.Object
org.silverpeas.components.projectmanager.vo.MonthVO
- All Implemented Interfaces:
Serializable
This Object represents a month value object
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MonthVO
-
-
Method Details
-
getWeeks
- Returns:
- the weeks
-
setWeeks
- Parameters:
weeks- the weeks to set
-
getNumber
- Returns:
- the number
-
setNumber
- Parameters:
number- the number to set
-
getNbDays
public int getNbDays()- Returns:
- the nbDays
-
setNbDays
public void setNbDays(int nbDays) - Parameters:
nbDays- the nbDays to set
-