|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.features.poller.remote.gwt.client.ApplicationInfo
public class ApplicationInfo
ApplicationInfo class.
| Constructor Summary | |
|---|---|
ApplicationInfo()
Constructor for ApplicationInfo. |
|
ApplicationInfo(int id,
String name,
Set<GWTMonitoredService> services,
Set<String> locationNames,
StatusDetails statusDetails)
Constructor for ApplicationInfo. |
|
| Method Summary | |
|---|---|
void |
addLocation(String name)
addLocation |
int |
compareTo(ApplicationInfo that)
compareTo |
boolean |
equals(Object aThat)
|
Integer |
getId()
getId |
Set<String> |
getLocations()
getLocations |
GWTMarkerState |
getMarkerState()
getMarkerState |
String |
getName()
getName |
Long |
getPriority()
getPriority |
Set<GWTMonitoredService> |
getServices()
getServices |
StatusDetails |
getStatusDetails()
getStatusDetails |
int |
hashCode()
hashCode |
void |
setId(Integer id)
setId |
void |
setLocations(Set<String> locations)
setLocations |
void |
setName(String name)
setName |
void |
setPriority(Long priority)
setPriority |
void |
setServices(Set<GWTMonitoredService> services)
setServices |
void |
setStatusDetails(StatusDetails statusDetails)
setStatusDetails |
String |
summary()
summary |
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationInfo()
Constructor for ApplicationInfo.
public ApplicationInfo(int id,
String name,
Set<GWTMonitoredService> services,
Set<String> locationNames,
StatusDetails statusDetails)
Constructor for ApplicationInfo.
id - a int.name - a String object.services - a Set object.locationNames - a Set object.statusDetails - a StatusDetails object.| Method Detail |
|---|
public Integer getId()
getId
Integer object.public void setId(Integer id)
setId
id - a Integer object.public String getName()
getName
String object.public void setName(String name)
setName
name - a String object.public Set<GWTMonitoredService> getServices()
getServices
Set object.public void setServices(Set<GWTMonitoredService> services)
setServices
services - a Set object.public Set<String> getLocations()
getLocations
Set object.public void setLocations(Set<String> locations)
setLocations
locations - a Set object.public void addLocation(String name)
addLocation
name - a String object.public StatusDetails getStatusDetails()
getStatusDetails
StatusDetails object.public void setStatusDetails(StatusDetails statusDetails)
setStatusDetails
statusDetails - a StatusDetails object.public Long getPriority()
getPriority
Long object.public void setPriority(Long priority)
setPriority
priority - a Long object.public GWTMarkerState getMarkerState()
getMarkerState
GWTMarkerState object.public boolean equals(Object aThat)
equals in class Objectpublic int hashCode()
hashCode
hashCode in class Objectpublic int compareTo(ApplicationInfo that)
compareTo
compareTo in interface Comparable<ApplicationInfo>that - a ApplicationInfo object.
public String summary()
summary
String object.public String toString()
toString
toString in class ObjectString object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||