|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.model.RrdGraphAttribute
public class RrdGraphAttribute
RrdGraphAttribute class.
| Constructor Summary | |
|---|---|
RrdGraphAttribute(String name,
String relativePath,
String rrdFile)
Constructor for RrdGraphAttribute. |
|
| Method Summary | |
|---|---|
String |
getName()
getName |
OnmsResource |
getResource()
Retrieve the resource for this attribute. |
String |
getRrdRelativePath()
getRrdRelativePath |
void |
setResource(OnmsResource resource)
setResource |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RrdGraphAttribute(String name,
String relativePath,
String rrdFile)
Constructor for RrdGraphAttribute.
name - a String object.relativePath - a String object.rrdFile - a String object.| Method Detail |
|---|
public String getName()
getName
getName in interface OnmsAttributeString object.public OnmsResource getResource()
getResource in interface OnmsAttributeOnmsResource object.public void setResource(OnmsResource resource)
setResource
Set the resource for this attribute. This is called when the attribute is added to a resource.
setResource in interface OnmsAttributeresource - a OnmsResource object.public String getRrdRelativePath()
getRrdRelativePath
String object.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||