Greg dev #363
1 changed files with 0 additions and 8 deletions
|
|
@ -43,18 +43,10 @@ public class RethinkUser {
|
|||
this.rethink = rethink;
|
||||
}
|
||||
|
||||
public RethinkUser(String id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public Rethink getRethink() {
|
||||
return rethink;
|
||||
}
|
||||
|
||||
public void setRethink(Rethink rethink) {
|
||||
this.rethink = rethink;
|
||||
}
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue