ParameterNoticeBoard
Class NonResponsiveClient

java.lang.Object
  extended by ParameterNoticeBoard.NonResponsiveClient

 class NonResponsiveClient
extends java.lang.Object

Entity class which holds the details of the time that a client stopped responding

Version:
$Id$
Author:
Craige Bevil

Field Summary
private  java.lang.String ClientID
           
private  int Retries
           
private  java.util.Date TimeWhenStoppedResponding
           
 
Constructor Summary
NonResponsiveClient(java.lang.String ClientID, java.util.Date TimeOfNonResponsiveness, int Retries)
          Constructor
 
Method Summary
 java.lang.String getClientID()
          Gets the value of clientID
 int getRetries()
          Gets the value of retries
 java.util.Date getTimeWhenStoppedResponding()
          Gets the value of timeWhenStoppedResponding
 void setClientID(java.lang.String ClientID)
          Sets the value of clientID
 void setRetries(int Retries)
          Sets the value of retries
 void setTimeWhenStoppedResponding(java.util.Date TimeWhenStoppedResponding)
          Sets the value of timeWhenStoppedResponding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TimeWhenStoppedResponding

private java.util.Date TimeWhenStoppedResponding

Retries

private int Retries

ClientID

private java.lang.String ClientID
Constructor Detail

NonResponsiveClient

NonResponsiveClient(java.lang.String ClientID,
                    java.util.Date TimeOfNonResponsiveness,
                    int Retries)
Constructor

Method Detail

getTimeWhenStoppedResponding

public final java.util.Date getTimeWhenStoppedResponding()
Gets the value of timeWhenStoppedResponding

Returns:
the value of timeWhenStoppedResponding

setTimeWhenStoppedResponding

public final void setTimeWhenStoppedResponding(java.util.Date TimeWhenStoppedResponding)
Sets the value of timeWhenStoppedResponding

Parameters:
TimeWhenStoppedResponding - Value to assign to this.timeWhenStoppedResponding

getRetries

public final int getRetries()
Gets the value of retries

Returns:
the value of retries

setRetries

public final void setRetries(int Retries)
Sets the value of retries

Parameters:
Retries - Value to assign to this.retries

getClientID

public final java.lang.String getClientID()
Gets the value of clientID

Returns:
the value of clientID

setClientID

public final void setClientID(java.lang.String ClientID)
Sets the value of clientID

Parameters:
argClientID - Value to assign to this.clientID