de.oio.bugkilla.protocol
Class Environment

java.lang.Object
  |
  +--de.oio.bugkilla.protocol.Environment
All Implemented Interfaces:
java.io.Serializable

public class Environment
extends java.lang.Object
implements java.io.Serializable

The Enviroment store the recording date and the recorded server

Author:
aspall
See Also:
Serialized Form

Constructor Summary
Environment()
          Construct a new Enviroment
Environment(java.lang.String server)
          Construct a new Environment with a specified recorded server
 
Method Summary
 java.util.Date getRecordingDate()
          Returns the recording date
 java.lang.String getServer()
          Returns the recorded server
 void setRecordingDate(java.util.Date recordingDate)
          Sets the recording date
 void setServer(java.lang.String server)
          Sets the recorded server
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Environment

public Environment(java.lang.String server)
Construct a new Environment with a specified recorded server

Parameters:
server - recorded server

Environment

public Environment()
Construct a new Enviroment

Method Detail

getRecordingDate

public java.util.Date getRecordingDate()
Returns the recording date

Returns:
the recording date

setRecordingDate

public void setRecordingDate(java.util.Date recordingDate)
Sets the recording date

Parameters:
recordingDate - the recording date

getServer

public java.lang.String getServer()
Returns the recorded server

Returns:
the recorded server

setServer

public void setServer(java.lang.String server)
Sets the recorded server

Parameters:
server - the recorded server


Copyright © Orientation in Objects GmbH. All Rights Reserved.