net.agmodel.pUtility
Class PDate
java.lang.Object
net.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. |
PDate
public PDate(Date input)
- Constructs a persistent version of the date.
- Parameters:
input - the date to use
getDate
public Date getDate()
- returns a transient version of the date.
- Returns:
- the date
Copyright (C) NARC 2001 All Rights Reserved.