Class Assignment
- java.lang.Object
-
- org.opennms.netmgt.config.translator.Assignment
-
- All Implemented Interfaces:
Serializable
public class Assignment extends Object implements Serializable
An element representing an assignment to an attribute of the event- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Assignment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getDefault()
String
getName()
String
getType()
Value
getValue()
boolean
hasDefault()
int
hashCode()
void
setDefault(String defaultValue)
void
setName(String name)
void
setType(String type)
void
setValue(Value value)
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getValue
public Value getValue()
-
setValue
public void setValue(Value value)
-
getDefault
public String getDefault()
-
setDefault
public void setDefault(String defaultValue)
-
hasDefault
public boolean hasDefault()
-
-