Class CollectionAttributeDTO
- java.lang.Object
-
- org.opennms.netmgt.collection.dto.CollectionAttributeDTO
-
public class CollectionAttributeDTO extends Object
-
-
Constructor Summary
Constructors Constructor Description CollectionAttributeDTO()
CollectionAttributeDTO(String key, Object contents)
CollectionAttributeDTO(String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Object
getContents()
String
getKey()
String
getValue()
Object
getValueOrContents()
int
hashCode()
void
setContents(Object contents)
void
setKey(String key)
void
setValue(String value)
void
setValueOrContents(Object contents)
String
toString()
-
-
-
Method Detail
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getContents
public Object getContents()
-
setContents
public void setContents(Object contents)
-
setValueOrContents
public void setValueOrContents(Object contents)
-
getValueOrContents
public Object getValueOrContents()
-
-