Interface IHasAccountingAreaID

    • Method Detail

      • getAccountingAreaID

        @Nullable
        String getAccountingAreaID()
        Returns:
        The accounting area ID or null.
      • hasAccountingAreaID

        default boolean hasAccountingAreaID()
        Returns:
        true if an accounting area ID is present, false if not.
        Since:
        6.1.1
      • hasSameAccountingAreaID

        default boolean hasSameAccountingAreaID​(@Nullable
                                                String sAccountingAreaID)
        Check if the passed accounting area ID has the same ID as this object
        Parameters:
        sAccountingAreaID - The accounting area ID to check. May be null.
        Returns:
        true if this object and the passed object have the same accounting area ID
        Since:
        6.1.1