public class Period extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Date |
endDate |
protected Date |
startDate |
Constructor and Description |
---|
Period(Date startDate,
Date endDate)
Create a period object
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Date |
getEndDate() |
Date |
getStartDate() |
int |
hashCode() |
Copyright © 2019 Visiativ Software. All rights reserved.