public class Command extends Object implements Serializable
protected String
crc
question
response
Command(String question, String response, String crc)
boolean
equals(Object o)
String
getCrc()
getQuestion()
getResponse()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected final String question
protected final String response
protected final String crc
public Command(String question, String response, String crc)
public String getQuestion()
public String getResponse()
public String getCrc()
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2012–2015 Ifremer. All rights reserved.