org.eclipse.higgins.rpps.core.tobj
Class AccessTokenTO

java.lang.Object
  extended by org.eclipse.higgins.rpps.core.tobj.AccessTokenTO
All Implemented Interfaces:
Serializable

public class AccessTokenTO
extends Object
implements Serializable

AccessToken transfer object.

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
AccessTokenTO()
           
 
Method Summary
 String getId()
           
 Date getIssuedTime()
           
 Integer getMaxIdleTime()
           
 Integer getMaxLiveTime()
           
 void setId(String id)
           
 void setIssuedTime(Date issuedTime)
           
 void setMaxIdleTime(Integer maxIdleTime)
           
 void setMaxLiveTime(Integer maxLiveTime)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessTokenTO

public AccessTokenTO()
Method Detail

getId

public String getId()
Returns:
the id

getIssuedTime

public Date getIssuedTime()
Returns:
the issuedTime

getMaxIdleTime

public Integer getMaxIdleTime()
Returns:
the maxIdleTime

getMaxLiveTime

public Integer getMaxLiveTime()
Returns:
the maxLiveTime

setId

public void setId(String id)
Parameters:
id - the id to set

setIssuedTime

public void setIssuedTime(Date issuedTime)
Parameters:
issuedTime - the issuedTime to set

setMaxIdleTime

public void setMaxIdleTime(Integer maxIdleTime)
Parameters:
maxIdleTime - the maxIdleTime to set

setMaxLiveTime

public void setMaxLiveTime(Integer maxLiveTime)
Parameters:
maxLiveTime - the maxLiveTime to set