org.eclipse.higgins.sts.common
Class Timestamp
java.lang.Object
org.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
Timestamp
public Timestamp()
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