public interface ISpecificationProfile
extends com.helger.commons.text.display.IHasDisplayText
ISpecificationTransaction) and belongs to a group
ISpecificationGroup (derived from the transactions).| Modifier and Type | Method and Description |
|---|---|
boolean |
containsTransaction(ISpecificationTransaction aTransaction)
Check if the passed transaction is contained in this profile.
|
com.helger.commons.collection.ext.ICommonsList<? extends ISpecificationTransaction> |
getAllTransactions() |
ISpecificationGroup |
getGroup() |
int |
getNumber() |
@Nonnegative int getNumber()
@Nonnull ISpecificationGroup getGroup()
null.@Nonnull @Nonempty @ReturnsMutableCopy com.helger.commons.collection.ext.ICommonsList<? extends ISpecificationTransaction> getAllTransactions()
null non empty list of all transactions
contained in this profile.boolean containsTransaction(@Nullable ISpecificationTransaction aTransaction)
aTransaction - The transaction to query. May be null.true if the passed transaction is contained in this
profile, false otherwise.Copyright © 2016 Philip Helger. All rights reserved.