|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.stina.framework.core.model.TiAbstractData
org.stina.framework.core.model.TiAbstractMapData
se.sj.stina.domain.model.impl.plain.SjSafeJournalItemPlain
public class SjSafeJournalItemPlain
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
TiAbstractMapData.TiMapDataComparator |
| Fields inherited from interface se.sj.stina.domain.model.SjSafeJournalItem |
|---|
AMOUNT_IN, AMOUNT_OUT, CASH_JOURNAL_ID, CASHBOX_NUMBER, DATE_TIME, ENTRY_DATE, ENTRY_FLAG, STATEMENT_ID, USER_ID |
| Constructor Summary | |
|---|---|
SjSafeJournalItemPlain()
|
|
| Method Summary | |
|---|---|
SjMoney |
getAmountIn()
Field amountIn is defined as mandatory. |
SjMoney |
getAmountOut()
Field amountOut is defined as mandatory. |
TiIntegerInterface |
getCashboxNumber()
Field cashboxNumber is defined as mandatory. |
java.lang.Integer |
getCashboxNumberValue()
Field cashboxNumber is defined as mandatory. |
TiIntegerInterface |
getCashJournalId()
Field cashJournalId is defined as optional. |
java.lang.Integer |
getCashJournalIdValue()
Field cashJournalId is defined as optional. |
TiDateTime |
getDateTime()
Field dateTime is defined as mandatory. |
TiDate |
getEntryDate()
Field entryDate is defined as optional. |
TiStringInterface |
getEntryFlag()
Field entryFlag is defined as optional. |
java.lang.String |
getEntryFlagValue()
Field entryFlag is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
java.lang.String |
getRealTiName()
|
TiIntegerInterface |
getStatementId()
Field statementId is defined as optional. |
java.lang.Integer |
getStatementIdValue()
Field statementId is defined as optional. |
TiStringInterface |
getUserId()
Field userId is defined as mandatory. |
java.lang.String |
getUserIdValue()
Field userId is defined as mandatory. |
SjMoney |
lookupAmountIn()
Field amountIn is defined as mandatory. |
SjMoney |
lookupAmountOut()
Field amountOut is defined as mandatory. |
TiIntegerInterface |
lookupCashboxNumber()
Field cashboxNumber is defined as mandatory. |
TiIntegerInterface |
lookupCashJournalId()
Field cashJournalId is defined as optional. |
TiDateTime |
lookupDateTime()
Field dateTime is defined as mandatory. |
TiDate |
lookupEntryDate()
Field entryDate is defined as optional. |
TiStringInterface |
lookupEntryFlag()
Field entryFlag is defined as optional. |
TiIntegerInterface |
lookupStatementId()
Field statementId is defined as optional. |
TiStringInterface |
lookupUserId()
Field userId is defined as mandatory. |
void |
setAmountIn(SjMoney inData)
Field amountIn is defined as mandatory. |
void |
setAmountOut(SjMoney inData)
Field amountOut is defined as mandatory. |
void |
setCashboxNumber(TiIntegerInterface inData)
Field cashboxNumber is defined as mandatory. |
void |
setCashboxNumberValue(java.lang.Integer inData)
Field cashboxNumber is defined as mandatory. |
void |
setCashboxNumberValue(java.lang.Integer inData,
boolean inNotify)
Field cashboxNumber is defined as mandatory. |
void |
setCashJournalId(TiIntegerInterface inData)
Field cashJournalId is defined as optional. |
void |
setCashJournalIdValue(java.lang.Integer inData)
Field cashJournalId is defined as optional. |
void |
setCashJournalIdValue(java.lang.Integer inData,
boolean inNotify)
Field cashJournalId is defined as optional. |
void |
setDateTime(TiDateTime inData)
Field dateTime is defined as mandatory. |
void |
setEntryDate(TiDate inData)
Field entryDate is defined as optional. |
void |
setEntryFlag(TiStringInterface inData)
Field entryFlag is defined as optional. |
void |
setEntryFlagValue(java.lang.String inData)
Field entryFlag is defined as optional. |
void |
setEntryFlagValue(java.lang.String inData,
boolean inNotify)
Field entryFlag is defined as optional. |
void |
setStatementId(TiIntegerInterface inData)
Field statementId is defined as optional. |
void |
setStatementIdValue(java.lang.Integer inData)
Field statementId is defined as optional. |
void |
setStatementIdValue(java.lang.Integer inData,
boolean inNotify)
Field statementId is defined as optional. |
void |
setUserId(TiStringInterface inData)
Field userId is defined as mandatory. |
void |
setUserIdValue(java.lang.String inData)
Field userId is defined as mandatory. |
void |
setUserIdValue(java.lang.String inData,
boolean inNotify)
Field userId is defined as mandatory. |
| Methods inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
clear, clone, clone, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getFieldNames, getIndexForXorPart, getModel, getModelImpl, getValue, getXorNameForXorPart, getXorPart, getXorPartNames, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setModel, setValue, setValue, specifyXors, toDebugString, toDebugString, updateXorIndex |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.stina.framework.core.model.TiMapPlainInterface |
|---|
clear, getAssignedFieldNames, getComparator, getFieldNames, getModelImpl, getXorNameForXorPart, getXorPartNames, hasField, isEmpty, lookupFieldObject, lookupModelImpl, toDebugString |
| Methods inherited from interface org.stina.framework.core.model.TiMapModelPartInterface |
|---|
getIncludeIfOptional, getIndexForXorPart, lookupModel, setIncludeIfOptional, setUpdateXorFieldEnabled |
| Methods inherited from interface org.stina.framework.core.model.TiContainerModelPartInterface |
|---|
getModel, setModel |
| Methods inherited from interface org.stina.framework.core.model.TiCommonModelPartInterface |
|---|
clone, disposeModel, equalsModel, getValue, importValue, importValue, setValue, setValue, toDebugString, update, update |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface org.stina.framework.core.model.TiPropertyPartInterface |
|---|
getProperty, getPropertyModel, getPropertyNames, isEnabled, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setProperty, setProperty, specifyProperties |
| Methods inherited from interface org.stina.framework.support.observer.TiObserverInterface |
|---|
updateObserver |
| Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface |
|---|
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString |
| Methods inherited from interface org.stina.framework.support.util.TiModelComponentInterface |
|---|
property |
| Field Detail |
|---|
public TiDateTimePlain dateTime
public TiIntegerData cashboxNumber
public TiIntegerData cashJournalId
public TiIntegerData statementId
public SjMoneyPlain amountIn
public SjMoneyPlain amountOut
public TiStringData userId
public TiStringData entryFlag
public TiDatePlain entryDate
| Constructor Detail |
|---|
public SjSafeJournalItemPlain()
| Method Detail |
|---|
public TiDateTime getDateTime()
getDateTime in interface SjSafeJournalItempublic TiDateTime lookupDateTime()
lookupDateTime in interface SjSafeJournalItempublic void setDateTime(TiDateTime inData)
setDateTime in interface SjSafeJournalItempublic TiIntegerInterface getCashboxNumber()
getCashboxNumber in interface SjSafeJournalItempublic TiIntegerInterface lookupCashboxNumber()
lookupCashboxNumber in interface SjSafeJournalItempublic void setCashboxNumber(TiIntegerInterface inData)
setCashboxNumber in interface SjSafeJournalItempublic java.lang.Integer getCashboxNumberValue()
getCashboxNumberValue in interface SjSafeJournalItempublic void setCashboxNumberValue(java.lang.Integer inData)
setCashboxNumberValue in interface SjSafeJournalItem
public void setCashboxNumberValue(java.lang.Integer inData,
boolean inNotify)
setCashboxNumberValue in interface SjSafeJournalItempublic TiIntegerInterface getCashJournalId()
getCashJournalId in interface SjSafeJournalItempublic TiIntegerInterface lookupCashJournalId()
lookupCashJournalId in interface SjSafeJournalItempublic void setCashJournalId(TiIntegerInterface inData)
setCashJournalId in interface SjSafeJournalItempublic java.lang.Integer getCashJournalIdValue()
getCashJournalIdValue in interface SjSafeJournalItempublic void setCashJournalIdValue(java.lang.Integer inData)
setCashJournalIdValue in interface SjSafeJournalItem
public void setCashJournalIdValue(java.lang.Integer inData,
boolean inNotify)
setCashJournalIdValue in interface SjSafeJournalItempublic TiIntegerInterface getStatementId()
getStatementId in interface SjSafeJournalItempublic TiIntegerInterface lookupStatementId()
lookupStatementId in interface SjSafeJournalItempublic void setStatementId(TiIntegerInterface inData)
setStatementId in interface SjSafeJournalItempublic java.lang.Integer getStatementIdValue()
getStatementIdValue in interface SjSafeJournalItempublic void setStatementIdValue(java.lang.Integer inData)
setStatementIdValue in interface SjSafeJournalItem
public void setStatementIdValue(java.lang.Integer inData,
boolean inNotify)
setStatementIdValue in interface SjSafeJournalItempublic SjMoney getAmountIn()
getAmountIn in interface SjSafeJournalItempublic SjMoney lookupAmountIn()
lookupAmountIn in interface SjSafeJournalItempublic void setAmountIn(SjMoney inData)
setAmountIn in interface SjSafeJournalItempublic SjMoney getAmountOut()
getAmountOut in interface SjSafeJournalItempublic SjMoney lookupAmountOut()
lookupAmountOut in interface SjSafeJournalItempublic void setAmountOut(SjMoney inData)
setAmountOut in interface SjSafeJournalItempublic TiStringInterface getUserId()
getUserId in interface SjSafeJournalItempublic TiStringInterface lookupUserId()
lookupUserId in interface SjSafeJournalItempublic void setUserId(TiStringInterface inData)
setUserId in interface SjSafeJournalItempublic java.lang.String getUserIdValue()
getUserIdValue in interface SjSafeJournalItempublic void setUserIdValue(java.lang.String inData)
setUserIdValue in interface SjSafeJournalItem
public void setUserIdValue(java.lang.String inData,
boolean inNotify)
setUserIdValue in interface SjSafeJournalItempublic TiStringInterface getEntryFlag()
getEntryFlag in interface SjSafeJournalItempublic TiStringInterface lookupEntryFlag()
lookupEntryFlag in interface SjSafeJournalItempublic void setEntryFlag(TiStringInterface inData)
setEntryFlag in interface SjSafeJournalItempublic java.lang.String getEntryFlagValue()
getEntryFlagValue in interface SjSafeJournalItempublic void setEntryFlagValue(java.lang.String inData)
setEntryFlagValue in interface SjSafeJournalItem
public void setEntryFlagValue(java.lang.String inData,
boolean inNotify)
setEntryFlagValue in interface SjSafeJournalItempublic TiDate getEntryDate()
getEntryDate in interface SjSafeJournalItempublic TiDate lookupEntryDate()
lookupEntryDate in interface SjSafeJournalItempublic void setEntryDate(TiDate inData)
setEntryDate in interface SjSafeJournalItempublic java.lang.String getRealTiName()
getRealTiName in interface TiCommonModelPartInterfacegetRealTiName in class TiAbstractDatapublic java.lang.String getGeneratedTiName()
getGeneratedTiName in interface TiCommonModelPartInterfacegetGeneratedTiName in class TiAbstractData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||