public class Argument extends Object
Argument class.
Argument(String key, String value)
boolean
equals(Object obj)
String
getKey()
key
getValue()
value
int
hashCode()
void
setKey(String key)
setValue(String value)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Argument(String key, String value)
Constructor for Argument.
public String getValue()
Getter for the field value.
public void setValue(String value)
Setter for the field value.
public String getKey()
Getter for the field key.
public void setKey(String key)
Setter for the field key.
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
Copyright © 2015 SeqWare. All rights reserved.