public class Period
extends Object 
- 
Constructor Summary
Constructors
 
- 
Method Summary
 
 
- 
Constructor Details
- 
 
- 
Period
public Period(Date dateFrom,
 Date dateTo) 
 
- 
 
 
- 
Method Details
- 
getDateFrom
public Date getDateFrom()
 
 
- 
setDateFrom
public void setDateFrom(Date dateFrom) 
 
- 
 
- 
setDateTo
public void setDateTo(Date dateTo) 
 
-