<< Click to Display Table of Contents >>
TaskHolidayGroupInfo
This class defines a task holiday group.
Constructor Detail
TaskHolidayGroupInfo
public TaskHolidayGroupInfo(String name)
Defines the group of task holidays. The task holiday means the date when the task will not be performed.
Parameters:
name - Task holiday group name
Method Detail
getName
public String getName()
Gets the task holiday group name.
addReference
public void addReference(String name)
Registers the task holiday name that the task holiday group refers to.
Parameters:
name - Task holiday name
addReference
public void addReference(String[] names)
Registers the task holiday name that the task holiday group refers to.
Parameters:
names - The array of the task holiday name to be register in the task holiday group
getReferences
public String[] getReferences()
Gets the array of the reference name that will refer to the task holiday.
removeReference
public void removeReference(String name)
Deletes the task holiday name that the task holiday group refers to.
Parameters:
name - The task holiday name to be deleted in the task holiday group
removeReference
public void removeReference(String[] name)
Deletes the task holiday name that the task holiday group refers to.
Parameters:
name - The array of the task holiday name to be deleted in the task holiday group
removeAllRef
public void removeAllRef()
Deletes all task holiday names referred to by the task holiday group.