Package org.opennms.netmgt.xml.eventconf
Class Global
- java.lang.Object
-
- org.opennms.netmgt.xml.eventconf.Global
-
- All Implemented Interfaces:
java.io.Serializable
public class Global extends java.lang.Object implements java.io.Serializable
Global settings for this configuration- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Global()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Security
getSecurity()
int
hashCode()
boolean
isSecureTag(java.lang.String tag)
void
setSecurity(Security security)
-
-
-
Method Detail
-
getSecurity
public Security getSecurity()
-
setSecurity
public void setSecurity(Security security)
-
isSecureTag
public boolean isSecureTag(java.lang.String tag)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-