org.apache.juddi.datatype.subscription
Class CoveragePeriod

java.lang.Object
  extended by org.apache.juddi.datatype.subscription.CoveragePeriod
All Implemented Interfaces:
java.io.Serializable, RegistryObject

public class CoveragePeriod
extends java.lang.Object
implements RegistryObject

Example: 20020727T00:00:00 20020728T00:00:00

Author:
Steve Viens (sviens@apache.org)
See Also:
Serialized Form

Constructor Summary
CoveragePeriod()
          default constructor
CoveragePeriod(java.util.Date startPoint, java.util.Date endPoint)
          constructor
 
Method Summary
 java.util.Date getEndPoint()
           
 java.util.Date getStartPoint()
           
 void setEndPoint(java.util.Date endPoint)
           
 void setStartPoint(java.util.Date startPoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoveragePeriod

public CoveragePeriod()
default constructor


CoveragePeriod

public CoveragePeriod(java.util.Date startPoint,
                      java.util.Date endPoint)
constructor

Method Detail

getEndPoint

public java.util.Date getEndPoint()
Returns:
Returns the endPoint.

setEndPoint

public void setEndPoint(java.util.Date endPoint)
Parameters:
endPoint - The endPoint to set.

getStartPoint

public java.util.Date getStartPoint()
Returns:
Returns the startPoint.

setStartPoint

public void setStartPoint(java.util.Date startPoint)
Parameters:
startPoint - The startPoint to set.


Copyright © 2004-2007. All Rights Reserved.