public class Assignment extends Object implements Serializable, Comparable<Assignment>
| Constructor and Description |
|---|
Assignment(String user) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Assignment o) |
boolean |
equals(Object obj) |
String |
getUser() |
int |
hashCode() |
String |
toString() |
public Assignment(String user)
public String getUser()
public int compareTo(Assignment o)
compareTo in interface Comparable<Assignment>Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.