public final class IssueScheduleInfo extends Object
Constructor and Description |
---|
IssueScheduleInfo(Date date)
Creates a IssueScheduleInfo representing one specific day for which an
Issue is scheduled to start to work on it.
|
IssueScheduleInfo(Date startDate,
int interval)
Creates a IssueScheduleInfo representing one or more days for which an
Issue is scheduled to start to work on it.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Compares two instances of IssueSchedulingInfo.
|
Date |
getDate()
Returns the beginning date of the time period when the work on a Issue should start.
|
int |
getInterval()
Determines for how many days an issue was scheduled.
|
int |
hashCode()
Builds a hash code for this instance created from the values of date and
interval, i.e.
|
public IssueScheduleInfo(Date date)
date
- public IssueScheduleInfo(Date startDate, int interval)
startDate
- determines the day from which this issue is scheduledinterval
- determines for how many days an issue is scheduled. Allowed values are >=1.public Date getDate()
public int getInterval()
IssueScheduleInfo.getDate()
.public boolean equals(Object obj)
IssueScheduleInfo.getDate()
and IssueScheduleInfo.getInterval()
) are equal for both the instances.public int hashCode()
IssueScheduleInfo.getDate()
and
IssueScheduleInfo.getInterval()
.