com.timestock.tess.webservices.api
Class DCEMUptime

java.lang.Object
  extended by com.timestock.tess.webservices.api.DCEMUptime

public class DCEMUptime
extends java.lang.Object

This class defines the uptime information of the CEM installation.


Constructor Summary
DCEMUptime()
          Default constructor
 
Method Summary
 long getCemLaunchTime()
          Returns the launch time of the CEM
 void setCemLaunchTime(long cemLaunchTime)
          Sets the launch time of the CEM
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DCEMUptime

public DCEMUptime()
Default constructor

Method Detail

getCemLaunchTime

public long getCemLaunchTime()
Returns the launch time of the CEM

Returns:
long CEM Launch Time

setCemLaunchTime

public void setCemLaunchTime(long cemLaunchTime)
Sets the launch time of the CEM

Parameters:
emLaunchTime - CEM Launch Time