public class WorkWeek extends Object
Represents a work week.
Constructor and Description |
---|
WorkWeek() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of an effective week.
|
WorkingTime |
getTimePeriod()
Returns the contiguous setInternal of exception days.
|
List |
getWeekDays()
Returns the list of week days.
|
void |
setName(String value)
Sets the name of an effective week.
|
void |
setTimePeriod(WorkingTime value)
Sets the contiguous setInternal of exception days.
|
void |
setWeekDays(List value)
Sets the list of week days.
|
public WorkingTime getTimePeriod()
Returns the contiguous setInternal of exception days.
WorkingTime
).public void setTimePeriod(WorkingTime value)
value
- WorkingTime
.public String getName()
Returns the name of an effective week.
String
.public void setName(String value)
value
- name of a week (String
).public List getWeekDays()
List
).public void setWeekDays(List value)
value
- the list of week days (List
).Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.