public abstract class Identified extends Object implements Comparable<Identified>
| Constructor and Description |
|---|
Identified() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Identified o) |
boolean |
equals(Object obj) |
String |
get_id() |
int |
hashCode() |
void |
set_id(String id) |
String |
toString() |
public String get_id()
public void set_id(String id)
public int compareTo(Identified o)
compareTo in interface Comparable<Identified>Copyright © 2016. All rights reserved.