Interface BusinessUnit

All Superinterfaces:
Serializable
All Known Implementing Classes:
SimpleBusinessUnit

public interface BusinessUnit extends Serializable
Representation of a business unit. It holds a reference to the business unit entity by storing its unique_id.
  • Field Details

  • Method Details

    • isNullBusinessUnit

      boolean isNullBusinessUnit()
    • getId

      String getId()
      Returns the unique id of this business unit.
      Returns:
      unique id
    • getPrimaryKey

      Optional<Long> getPrimaryKey()
    • withPk

      BusinessUnit withPk(long pk)