org.opennms.features.poller.remote.gwt.client
Class GWTLocationMonitor

java.lang.Object
  extended by org.opennms.features.poller.remote.gwt.client.GWTLocationMonitor
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable, Comparable<GWTLocationMonitor>

public class GWTLocationMonitor
extends Object
implements Serializable, com.google.gwt.user.client.rpc.IsSerializable, Comparable<GWTLocationMonitor>

GWTLocationMonitor class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger
See Also:
Serialized Form

Constructor Summary
GWTLocationMonitor()
           
 
Method Summary
 int compareTo(GWTLocationMonitor that)
          compareTo
 boolean equals(Object o)
          
 String getDefinitionName()
          getDefinitionName
 Integer getId()
          getId
 Date getLastCheckInTime()
          getLastCheckInTime
 String getName()
          getName
 String getStatus()
          getStatus
 int hashCode()
          hashCode
 void setDefinitionName(String definitionName)
          setDefinitionName
 void setId(Integer id)
          setId
 void setLastCheckInTime(Date lastCheckInTime)
          setLastCheckInTime
 void setName(String name)
          setName
 void setStatus(String string)
          setStatus
 String toString()
          toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GWTLocationMonitor

public GWTLocationMonitor()
Method Detail

getId

public Integer getId()

getId

Returns:
a Integer object.

setId

public void setId(Integer id)

setId

Parameters:
id - a Integer object.

getStatus

public String getStatus()

getStatus

Returns:
a String object.

setStatus

public void setStatus(String string)

setStatus

Parameters:
string - a String object.

getDefinitionName

public String getDefinitionName()

getDefinitionName

Returns:
a String object.

setDefinitionName

public void setDefinitionName(String definitionName)

setDefinitionName

Parameters:
definitionName - a String object.

getName

public String getName()

getName

Returns:
a String object.

setName

public void setName(String name)

setName

Parameters:
name - a String object.

getLastCheckInTime

public Date getLastCheckInTime()

getLastCheckInTime

Returns:
a Date object.

setLastCheckInTime

public void setLastCheckInTime(Date lastCheckInTime)

setLastCheckInTime

Parameters:
lastCheckInTime - a Date object.

toString

public String toString()

toString

Overrides:
toString in class Object
Returns:
a String object.

equals

public boolean equals(Object o)

Overrides:
equals in class Object

hashCode

public int hashCode()

hashCode

Overrides:
hashCode in class Object
Returns:
a int.

compareTo

public int compareTo(GWTLocationMonitor that)

compareTo

Specified by:
compareTo in interface Comparable<GWTLocationMonitor>
Parameters:
that - a GWTLocationMonitor object.
Returns:
a int.


Copyright © 2011. All Rights Reserved.