public class EmployeeId extends Object implements UserId
| Constructor and Description | 
|---|
| EmployeeId() | 
| EmployeeId(String employeeId) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj)If you make this class non-final, you must rewrite equals to work for subclasses. | 
| String | getEmployeeId() | 
| String | getId()Returns the value of the id as a String | 
| int | hashCode() | 
| boolean | isEmpty()Returns true if this userId has an empty value. | 
| void | setEmployeeId(String employeeId) | 
| String | toString() | 
public EmployeeId()
public EmployeeId(String employeeId)
public String getEmployeeId()
public void setEmployeeId(String employeeId)
public String getId()
UserIdpublic boolean isEmpty()
public boolean equals(Object obj)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.