org.deegree_impl.services.wcas.metadatadesc
Class Date_Impl
java.lang.Object
   org.deegree_impl.services.wcas.metadatadesc.Date_Impl
org.deegree_impl.services.wcas.metadatadesc.Date_Impl
- All Implemented Interfaces: 
- Date
- public class Date_Impl- extends java.lang.Object- implements Date
Date_Impl.java
 Created on 16. September 2002, 09:58
 
----------------------------------------------------------------------
- Version:
- $Revision: 1.3 $ $Date: 2004/05/10 08:40:58 $
- Author:
- Axel Schaefer
| Field Summary | 
| private  java.lang.String | datetype
 | 
 
| Constructor Summary | 
| Date_Impl(java.lang.String datetype)Creates a new instance of Date_Impl
 | 
 
| Method Summary | 
|  java.lang.String | getDateType()returns the DateType attribute
 possible value are:
 creation
 publication
 revision
 | 
|  void | setDateType(java.lang.String datetype)
 | 
|  java.lang.String | toString()to String method
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
datetype
private java.lang.String datetype
Date_Impl
public Date_Impl(java.lang.String datetype)
- Creates a new instance of Date_Impl
 
getDateType
public java.lang.String getDateType()
- returns the DateType attribute
 possible value are:
 - creation
 
- publication
 
- revision
 
- 
- Specified by:
- getDateTypein interface- Date
 
- 
- Returns:
- String
 
 
setDateType
public void setDateType(java.lang.String datetype)
- 
 
- 
- See Also:
- getDateType()
 
toString
public java.lang.String toString()
- to String method
 
- 
 
-