| java.lang.Object net.sf.jmoney.model2.ExtendableObject net.sf.jmoney.reconciliation.MemoPattern
Constructor Summary | |
public | MemoPattern(IObjectKey objectKey, ListKey parentKey, int orderingIndex, String pattern, String check, String description, IObjectKey accountKey, String memo, IObjectKey incomeExpenseCurrencyKey, IValues extensionValues) Constructor used by datastore plug-ins to create
a pattern object.
Parameters: parent - The key to a Transaction object.This parameter must be non-null.The getObject method must not be called on thiskey from within this constructor because thekey may not yet be in a state in which it iscapable of materializing an object. | public | MemoPattern(IObjectKey objectKey, ListKey parentKey) Constructor used by datastore plug-ins to create
a pattern object.
Parameters: parent - The key to a Transaction object.This parameter must be non-null.The getObject method must not be called on thiskey from within this constructor because thekey may not yet be in a state in which it iscapable of materializing an object. |
incomeExpenseCurrencyKey | public IObjectKey incomeExpenseCurrencyKey(Code) | | Applicable only if the account is an IncomeExpenseAccount
and the multi-currency property in the account is set.
Element: Currency
|
orderingIndex | protected int orderingIndex(Code) | | |
MemoPattern | public MemoPattern(IObjectKey objectKey, ListKey parentKey, int orderingIndex, String pattern, String check, String description, IObjectKey accountKey, String memo, IObjectKey incomeExpenseCurrencyKey, IValues extensionValues)(Code) | | Constructor used by datastore plug-ins to create
a pattern object.
Parameters: parent - The key to a Transaction object.This parameter must be non-null.The getObject method must not be called on thiskey from within this constructor because thekey may not yet be in a state in which it iscapable of materializing an object. |
MemoPattern | public MemoPattern(IObjectKey objectKey, ListKey parentKey)(Code) | | Constructor used by datastore plug-ins to create
a pattern object.
Parameters: parent - The key to a Transaction object.This parameter must be non-null.The getObject method must not be called on thiskey from within this constructor because thekey may not yet be in a state in which it iscapable of materializing an object. |
getDescription | public String getDescription()(Code) | | Returns the description.
|
getExtendablePropertySetId | protected String getExtendablePropertySetId()(Code) | | |
getIncomeExpenseCurrency | public Currency getIncomeExpenseCurrency()(Code) | | Returns the currency in which the amount in this entry is denominated.
This property is applicable if and only if the account for this entry
is an IncomeExpenseAccount and the multi-currency property in the account
is set.
|
getOrderingIndex | public int getOrderingIndex()(Code) | | Returns the index which specifies the order in which
patterns should be tried.
|
getPattern | public String getPattern()(Code) | | Returns the pattern.
|
setAccount | public void setAccount(Account newAccount)(Code) | | Sets the account.
|
setCheck | public void setCheck(String aCheck)(Code) | | Sets the check.
|
setDescription | public void setDescription(String aDescription)(Code) | | Sets the description.
|
setIncomeExpenseCurrency | public void setIncomeExpenseCurrency(Currency incomeExpenseCurrency)(Code) | | Sets the currency in which the amount in this entry is denominated.
This property is applicable if and only if the account for this entry
is an IncomeExpenseAccount and the multi-currency property in the account
is set.
|
setMemo | public void setMemo(String aMemo)(Code) | | Sets the memo.
|
setOrderingIndex | public void setOrderingIndex(int orderingIndex)(Code) | | Sets the index which specifies the order in which
patterns should be tried.
|
setPattern | public void setPattern(String pattern)(Code) | | Sets the pattern.
|
|
|