public class Developer
extends java.lang.Object
Constructor and Description |
---|
Developer(int id,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayText() |
java.lang.Integer |
getId() |
java.lang.String |
toString() |
public static final Developer NULL