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 Object
implements org.eclipse.higgins.sts.api.ITimestamp

Author:
mikemci

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

Constructor Detail

Timestamp

public Timestamp()
Method Detail

getCreated

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

getExpires

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

setCreated

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

setExpires

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