org.eclipse.higgins.sts.common
Class Timestamp

java.lang.Object
  extended byorg.eclipse.higgins.sts.common.Timestamp
All Implemented Interfaces:
org.eclipse.higgins.sts.api.ITimestamp

public class Timestamp
extends java.lang.Object
implements org.eclipse.higgins.sts.api.ITimestamp

Author:
mikemci

Constructor Summary
Timestamp()
           
 
Method Summary
 java.util.Date getCreated()
           
 java.util.Date getExpires()
           
 void setCreated(java.util.Date dtCreated)
           
 void setExpires(java.util.Date dtExpires)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timestamp

public Timestamp()
Method Detail

getCreated

public java.util.Date getCreated()
Specified by:
getCreated in interface org.eclipse.higgins.sts.api.ITimestamp

getExpires

public java.util.Date getExpires()
Specified by:
getExpires in interface org.eclipse.higgins.sts.api.ITimestamp

setCreated

public void setCreated(java.util.Date dtCreated)
Specified by:
setCreated in interface org.eclipse.higgins.sts.api.ITimestamp

setExpires

public void setExpires(java.util.Date dtExpires)
Specified by:
setExpires in interface org.eclipse.higgins.sts.api.ITimestamp