Public Member Functions

cern.laser.client.impl.data.StatusImpl Class Reference

Inheritance diagram for cern.laser.client.impl.data.StatusImpl:
cern.laser.client.data.Status

List of all members.

Public Member Functions

 StatusImpl (cern.laser.business.data.Status status)
boolean isActive ()
boolean isMasked ()
boolean isReduced ()
String getSourceHostname ()
Timestamp getSourceTimestamp ()
Timestamp getUserTimestamp ()
Timestamp getSystemTimestamp ()
Properties getUserProperties ()
void setActive (boolean newActive)
void setMasked (boolean newMasked)
void setReduced (boolean newReduced)
void setSourceHostname (String newSourceHostname)
void setSourceTimestamp (Timestamp newSourceTimestamp)
void setSystemTimestamp (Timestamp newSystemTimestamp)
void setUserProperties (Properties newUserProperties)
void setUserTimestamp (Timestamp newUserTimestamp)
boolean equals (Object obj)
int hashCode ()
Object clone () throws CloneNotSupportedException
String toString ()

Constructor & Destructor Documentation

cern.laser.client.impl.data.StatusImpl.StatusImpl ( cern.laser.business.data.Status  status  ) 

Member Function Documentation

boolean cern.laser.client.impl.data.StatusImpl.equals ( Object  obj  ) 
String cern.laser.client.impl.data.StatusImpl.getSourceHostname (  ) 
Timestamp cern.laser.client.impl.data.StatusImpl.getSourceTimestamp (  ) 
Timestamp cern.laser.client.impl.data.StatusImpl.getSystemTimestamp (  ) 
Properties cern.laser.client.impl.data.StatusImpl.getUserProperties (  ) 
Timestamp cern.laser.client.impl.data.StatusImpl.getUserTimestamp (  ) 
int cern.laser.client.impl.data.StatusImpl.hashCode (  ) 
boolean cern.laser.client.impl.data.StatusImpl.isActive (  ) 
boolean cern.laser.client.impl.data.StatusImpl.isMasked (  ) 
boolean cern.laser.client.impl.data.StatusImpl.isReduced (  ) 
void cern.laser.client.impl.data.StatusImpl.setActive ( boolean  newActive  ) 
void cern.laser.client.impl.data.StatusImpl.setMasked ( boolean  newMasked  ) 
void cern.laser.client.impl.data.StatusImpl.setReduced ( boolean  newReduced  ) 
void cern.laser.client.impl.data.StatusImpl.setSourceHostname ( String  newSourceHostname  ) 
void cern.laser.client.impl.data.StatusImpl.setSourceTimestamp ( Timestamp  newSourceTimestamp  ) 
void cern.laser.client.impl.data.StatusImpl.setSystemTimestamp ( Timestamp  newSystemTimestamp  ) 
void cern.laser.client.impl.data.StatusImpl.setUserProperties ( Properties  newUserProperties  ) 
void cern.laser.client.impl.data.StatusImpl.setUserTimestamp ( Timestamp  newUserTimestamp  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties