org.eclipse.higgins.sts.common
Class Lifetime

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

public class Lifetime
extends Object
implements org.eclipse.higgins.sts.api.ILifetime

Author:
mikemci at us dot ibm dot com

Constructor Summary
Lifetime()
           
 
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

Lifetime

public Lifetime()
Method Detail

getCreated

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

getExpires

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

setCreated

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

setExpires

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