public abstract class AbstractNamed extends Object implements WithName, WithDescription
Modifier | Constructor and Description |
---|---|
protected |
AbstractNamed(CharSequence name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getName() |
int |
hashCode() |
protected void |
setName(CharSequence name) |
String |
toDescription() |
String |
toString() |
protected AbstractNamed(@NonNull CharSequence name)
protected void setName(@NonNull CharSequence name)
@NonNull public String toDescription()
toDescription
in interface WithDescription