|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.model.PrefabGraphType
public class PrefabGraphType
PrefabGraphType class.
| Constructor Summary | |
|---|---|
PrefabGraphType()
Constructor for PrefabGraphType. |
|
| Method Summary | |
|---|---|
String |
getCommandPrefix()
getCommandPrefix |
String |
getDefaultReport()
getDefaultReport |
String |
getGraphHeight()
getGraphHeight |
String |
getGraphWidth()
getGraphWidth |
String |
getIncludeDirectory()
|
int |
getIncludeDirectoryRescanTimeout()
|
String |
getName()
getName |
String |
getOutputMimeType()
getOutputMimeType |
void |
setCommandPrefix(String commandPrefix)
setCommandPrefix |
void |
setDefaultReport(String defaultReport)
setDefaultReport |
void |
setGraphHeight(String graphHeight)
setGraphHeight |
void |
setGraphWidth(String graphWidth)
setGraphWidth |
void |
setIncludeDirectory(String includeDirectory)
Set the directory from which individual graph files should be included |
void |
setIncludeDirectoryRescanInterval(int interval)
Set the interval between rescans of the include directory, in milliseconds. |
void |
setName(String name)
setName |
void |
setOutputMimeType(String outputMimeType)
setOutputMimeType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrefabGraphType()
Constructor for PrefabGraphType.
| Method Detail |
|---|
public void setName(String name)
setName
name - a String object.public String getName()
getName
String object.public void setDefaultReport(String defaultReport)
setDefaultReport
defaultReport - a String object.public String getDefaultReport()
getDefaultReport
String object.public void setGraphWidth(String graphWidth)
setGraphWidth
graphWidth - a String object.public String getGraphWidth()
getGraphWidth
String object.public void setGraphHeight(String graphHeight)
setGraphHeight
graphHeight - a String object.public String getGraphHeight()
getGraphHeight
String object.public void setCommandPrefix(String commandPrefix)
setCommandPrefix
commandPrefix - a String object.public String getCommandPrefix()
getCommandPrefix
String object.public void setOutputMimeType(String outputMimeType)
setOutputMimeType
outputMimeType - a String object.public String getOutputMimeType()
getOutputMimeType
String object.public void setIncludeDirectory(String includeDirectory)
includeDirectory - - the new path for the include directory
If not absolute, is a path relative to the directory containing the main configuration filepublic String getIncludeDirectory()
public void setIncludeDirectoryRescanInterval(int interval)
timeout - - the new timeout, in millisecondspublic int getIncludeDirectoryRescanTimeout()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||