Primavera Integration API 6.1

com.primavera.common.value.spread
Class FinancialPeriodDates

java.lang.Object
  extended by 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

Constructor Summary
FinancialPeriodDates(Date start, Date end)
           
 
Method Summary
 Object clone()
           
 Date getEndDate()
           
 Date getStartDate()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FinancialPeriodDates

public FinancialPeriodDates(Date start,
                            Date end)
Method Detail

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

Primavera Integration API 6.1

Copyright © Primavera 1999-2007. All rights reserved.