@Embeddable public class NameValuePair extends Object implements Serializable
Constructor and Description |
---|
NameValuePair() |
NameValuePair(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getValue() |
void |
setName(String name) |
void |
setValue(String value) |
Copyright © 2017 DocDoku. All rights reserved.