com.primavera.common.value.spread
Class FinancialPeriodDates
java.lang.Object
com.primavera.common.value.spread.FinancialPeriodDates
- All Implemented Interfaces:
- Serializable, Cloneable
public class FinancialPeriodDates
- extends Object
- implements Serializable, Cloneable
Data object that store the financial period start date and end date.
- Author:
- bqiang
- See Also:
- Serialized Form
FinancialPeriodDates
public FinancialPeriodDates(Date start,
Date end)
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
getStartDate
public Date getStartDate()
getEndDate
public Date getEndDate()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © Primavera 1999-2007. All rights reserved.