@Entity public class ListOfValues extends Object implements Serializable
NameValuePair
is optional.
Even if most of the time, we just want to define an enumeration type
and thus omit the value part of the pair, specifying a value could be
interesting for computation purpose.Constructor and Description |
---|
ListOfValues() |
ListOfValues(Workspace pWorkspace,
String pName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object pObj) |
String |
getName() |
List<NameValuePair> |
getValues() |
Workspace |
getWorkspace() |
String |
getWorkspaceId() |
int |
hashCode() |
void |
setName(String name) |
void |
setValues(List<NameValuePair> values) |
void |
setWorkspace(Workspace pWorkspace) |
String |
toString() |
public void setWorkspace(Workspace pWorkspace)
public String getName()
public String getWorkspaceId()
public void setName(String name)
public Workspace getWorkspace()
public List<NameValuePair> getValues()
public void setValues(List<NameValuePair> values)
Copyright © 2017 DocDoku. All rights reserved.