public class JobProfile extends Object
JobProfile class.
Constructor and Description |
---|
JobProfile(String ns,
String key,
String value)
Constructor for JobProfile.
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Getter for the field
key . |
String |
getNamespace()
getNamespace.
|
String |
getValue()
Getter for the field
value . |
void |
setKey(String key)
Setter for the field
key . |
void |
setNamespace(String ns)
setNamespace.
|
void |
setValue(String value)
Setter for the field
value . |
Copyright © 2015 SeqWare. All rights reserved.