com.adobe.idp.taskmanager.dsc.client.queuemanager
Interface OutOfOfficeDateRange

All Superinterfaces:
java.io.Serializable

public interface OutOfOfficeDateRange
extends java.io.Serializable

Out of office date ranges.


Method Summary
 java.util.Date getEndDate()
          Returns the end-date for the out of office range
 java.util.Date getStartDate()
          Gets the start date for this range.
 void setEndDate(java.util.Date endDate)
          Optionally sets an end-date for the out of office range
 void setStartDate(java.util.Date startDate)
          Sets the start date for this out of office range
 

Method Detail

setStartDate

void setStartDate(java.util.Date startDate)
Sets the start date for this out of office range

Parameters:
startDate - date - in the future (for new entries)

getStartDate

java.util.Date getStartDate()
Gets the start date for this range.

Returns:

setEndDate

void setEndDate(java.util.Date endDate)
Optionally sets an end-date for the out of office range

Parameters:
endDate -

getEndDate

java.util.Date getEndDate()
Returns the end-date for the out of office range

Returns:


[an error occurred while processing this directive] [an error occurred while processing this directive]