public class CollectionAttributeDTO extends Object
Constructor and Description |
---|
CollectionAttributeDTO() |
CollectionAttributeDTO(String key,
Object contents) |
CollectionAttributeDTO(String key,
String value) |
Modifier and Type | Method and 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() |
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public Object getContents()
public void setContents(Object contents)
public void setValueOrContents(Object contents)
public Object getValueOrContents()
Copyright © 2021. All rights reserved.