public class Protocol extends Object
| Constructor and Description | 
|---|
Protocol(int decimal,
        String keyword,
        String description)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
int | 
getDecimal()  | 
String | 
getDescription()  | 
String | 
getKeyword()  | 
int | 
hashCode()  | 
void | 
setDecimal(int decimal)  | 
void | 
setDescription(String description)  | 
void | 
setKeyword(String keyword)  | 
Copyright © 2021. All rights reserved.