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.SerializableGlobal 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 booleanequals(java.lang.Object obj)SecuritygetSecurity()inthashCode()booleanisSecureTag(java.lang.String tag)voidsetSecurity(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:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-