public class AttributeBean extends Object
| Constructor and Description |
|---|
AttributeBean()
Default constructor.
|
AttributeBean(String id,
String type,
Set<String> values)
The parameterised constructor that creates a n object with values
initialised.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(String value)
Adds a value for this attribute.
|
boolean |
equals(Object obj) |
String |
getId() |
String |
getType() |
Set<String> |
getValues() |
int |
hashCode() |
void |
setId(String id) |
void |
setType(String type) |
void |
setValues(Set<String> values) |
public String getId()
public void setId(String id)
id - the id to setpublic String getType()
public void setType(String type)
type - the type to setpublic void addValue(String value)
value - Copyright © 2013 DuraSpace. All Rights Reserved.