public interface IHasAccountingArea extends IHasClient, IHasAccountingAreaID
| Modifier and Type | Method and Description |
|---|---|
IAccountingArea |
getAccountingArea() |
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, hasSameClient, hasSameClientIDgetClientID, hasSameClientIDgetAccountingAreaID@Nullable IAccountingArea getAccountingArea()
null.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–2015 Philip Helger. All rights reserved.