public final class CommandDescription extends Object implements Serializable, Comparable<CommandDescription>
Constructor and Description |
---|
CommandDescription(String name,
String description) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CommandDescription otherProperty) |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getName() |
int |
hashCode() |
String |
toString() |
public int compareTo(CommandDescription otherProperty)
compareTo
in interface Comparable<CommandDescription>
public String getDescription()
public String getName()
Copyright © 2000-2023 Sualeh Fatehi. All rights reserved.