Interface Id

All Superinterfaces:
Serializable
All Known Subinterfaces:
UserId
All Known Implementing Classes:
EmployeeId, PrincipalId, PrincipalName

public interface Id extends Serializable
Superinterface of UserId and GroupId
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if this Id has an empty value.
  • Method Details

    • isEmpty

      boolean isEmpty()
      Returns true if this Id has an empty value. Empty Ids can't be used as keys in a Hash, among other things.
      Returns:
      true if this instance doesn't have a value