public interface IHasAccountingArea extends IHasClient, IHasAccountingAreaID
| Modifier and Type | Method and Description |
|---|---|
IAccountingArea |
getAccountingArea() |
default String |
getAccountingAreaID() |
boolean |
hasSameClientAndAccountingAreaID(IAccountingArea aAccountingArea)
Check if the passed object has the same client ID and the same accounting
area ID as this object
|
boolean |
hasSameClientAndAccountingAreaID(IAccountingAreaObject aAccountingAreaObject)
Check if the passed object has the same client ID and the same accounting
area ID as this object
|
getClient, getClientID, hasSameClient, hasSameClientIDhasSameClientID@Nullable IAccountingArea getAccountingArea()
null.@Nullable default String getAccountingAreaID()
getAccountingAreaID in interface IHasAccountingAreaIDnull.getAccountingArea()boolean hasSameClientAndAccountingAreaID(@Nullable IAccountingArea aAccountingArea)
aAccountingArea - The object to check. May be null.true if this object and the passed object have the
same client ID and the same accounting area IDboolean hasSameClientAndAccountingAreaID(@Nullable IAccountingAreaObject aAccountingAreaObject)
aAccountingAreaObject - The object to check. May be null.true if this object and the passed object have the
same client ID and the same accounting area IDCopyright © 2014–2017 Philip Helger. All rights reserved.