net.agmodel.pUtility
Class PDate

java.lang.Object
  extended bynet.agmodel.pUtility.PDate
All Implemented Interfaces:
Serializable

public class PDate
extends Object
implements Serializable

Implements a persistent date.

See Also:
Serialized Form

Constructor Summary
PDate(Date input)
          Constructs a persistent version of the date.
 
Method Summary
 Date getDate()
          returns a transient version of the date.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDate

public PDate(Date input)
Constructs a persistent version of the date.

Parameters:
input - the date to use
Method Detail

getDate

public Date getDate()
returns a transient version of the date.

Returns:
the date


Copyright (C) NARC 2001 All Rights Reserved.