Interface IHasAccountingArea

    • Method Detail

      • hasSameTenantAndAccountingAreaID

        boolean hasSameTenantAndAccountingAreaID​(@Nullable
                                                 IAccountingArea aAccountingArea)
        Check if the passed object has the same tenant ID and the same accounting area ID as this object
        Parameters:
        aAccountingArea - The object to check. May be null.
        Returns:
        true if this object and the passed object have the same tenant ID and the same accounting area ID
      • hasSameTenantAndAccountingAreaID

        boolean hasSameTenantAndAccountingAreaID​(@Nullable
                                                 IAccountingAreaObject aAccountingAreaObject)
        Check if the passed object has the same tenant ID and the same accounting area ID as this object
        Parameters:
        aAccountingAreaObject - The object to check. May be null.
        Returns:
        true if this object and the passed object have the same tenant ID and the same accounting area ID