Package com.helger.tenancy.accarea
Interface IHasAccountingAreaID
-
- All Known Subinterfaces:
IAccountingAreaObject,IHasAccountingArea
- All Known Implementing Classes:
AbstractHasAccountingAreaObject,AbstractHasAccountingAreaOptionalObject
public interface IHasAccountingAreaIDBase interface for objects that have an accounting area ID.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetAccountingAreaID()default booleanhasAccountingAreaID()default booleanhasSameAccountingAreaID(String sAccountingAreaID)Check if the passed accounting area ID has the same ID as this object
-
-
-
Method Detail
-
hasAccountingAreaID
default boolean hasAccountingAreaID()
- Returns:
trueif an accounting area ID is present,falseif 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 benull.- Returns:
trueif this object and the passed object have the same accounting area ID- Since:
- 6.1.1
-
-