|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stina.framework.support.observer.TiSubject
org.stina.framework.core.model.TiAbstractModel
org.stina.framework.core.model.TiAbstractMapModel
se.sj.stina.domain.model.impl.standard.SjSafeJournalItemStandard
public class SjSafeJournalItemStandard
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapModel |
---|
TiAbstractMapModel.TiMapModelComparator |
Field Summary |
---|
Fields inherited from class org.stina.framework.core.model.TiAbstractModel |
---|
disposed |
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 | |
---|---|
SjSafeJournalItemStandard()
|
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. |
protected TiFieldSpecificationEnumeration |
specifyFields()
|
Methods inherited from class org.stina.framework.core.model.TiAbstractMapModel |
---|
attachObserver, clear, clone, detachObserver, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getField, getFieldNames, getIncludeIfOptional, getIndexForXorPart, getModel, getModelImpl, getRealField, getRealField, getValue, getXorNameForXorPart, getXorPartNames, getXorSpecificationByName, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setIncludeIfOptional, setModel, setUpdateXorFieldEnabled, setValue, setValue, specifyXors, toDebugString, toDebugString |
Methods inherited from class org.stina.framework.support.observer.TiSubject |
---|
getIndexOf, getIndexOf, getObserverCount, getObserverCount, isObserverAttached, logObservers, lookupObservers, lookupObserversLock, notifyAnyAspectObservers, notifyObservers |
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 |
Constructor Detail |
---|
public SjSafeJournalItemStandard()
Method Detail |
---|
public TiDateTime getDateTime()
getDateTime
in interface SjSafeJournalItem
public TiDateTime lookupDateTime()
lookupDateTime
in interface SjSafeJournalItem
public void setDateTime(TiDateTime inData)
setDateTime
in interface SjSafeJournalItem
public TiIntegerInterface getCashboxNumber()
getCashboxNumber
in interface SjSafeJournalItem
public TiIntegerInterface lookupCashboxNumber()
lookupCashboxNumber
in interface SjSafeJournalItem
public void setCashboxNumber(TiIntegerInterface inData)
setCashboxNumber
in interface SjSafeJournalItem
public java.lang.Integer getCashboxNumberValue()
getCashboxNumberValue
in interface SjSafeJournalItem
public void setCashboxNumberValue(java.lang.Integer inData)
setCashboxNumberValue
in interface SjSafeJournalItem
public void setCashboxNumberValue(java.lang.Integer inData, boolean inNotify)
setCashboxNumberValue
in interface SjSafeJournalItem
public TiIntegerInterface getCashJournalId()
getCashJournalId
in interface SjSafeJournalItem
public TiIntegerInterface lookupCashJournalId()
lookupCashJournalId
in interface SjSafeJournalItem
public void setCashJournalId(TiIntegerInterface inData)
setCashJournalId
in interface SjSafeJournalItem
public java.lang.Integer getCashJournalIdValue()
getCashJournalIdValue
in interface SjSafeJournalItem
public void setCashJournalIdValue(java.lang.Integer inData)
setCashJournalIdValue
in interface SjSafeJournalItem
public void setCashJournalIdValue(java.lang.Integer inData, boolean inNotify)
setCashJournalIdValue
in interface SjSafeJournalItem
public TiIntegerInterface getStatementId()
getStatementId
in interface SjSafeJournalItem
public TiIntegerInterface lookupStatementId()
lookupStatementId
in interface SjSafeJournalItem
public void setStatementId(TiIntegerInterface inData)
setStatementId
in interface SjSafeJournalItem
public java.lang.Integer getStatementIdValue()
getStatementIdValue
in interface SjSafeJournalItem
public void setStatementIdValue(java.lang.Integer inData)
setStatementIdValue
in interface SjSafeJournalItem
public void setStatementIdValue(java.lang.Integer inData, boolean inNotify)
setStatementIdValue
in interface SjSafeJournalItem
public SjMoney getAmountIn()
getAmountIn
in interface SjSafeJournalItem
public SjMoney lookupAmountIn()
lookupAmountIn
in interface SjSafeJournalItem
public void setAmountIn(SjMoney inData)
setAmountIn
in interface SjSafeJournalItem
public SjMoney getAmountOut()
getAmountOut
in interface SjSafeJournalItem
public SjMoney lookupAmountOut()
lookupAmountOut
in interface SjSafeJournalItem
public void setAmountOut(SjMoney inData)
setAmountOut
in interface SjSafeJournalItem
public TiStringInterface getUserId()
getUserId
in interface SjSafeJournalItem
public TiStringInterface lookupUserId()
lookupUserId
in interface SjSafeJournalItem
public void setUserId(TiStringInterface inData)
setUserId
in interface SjSafeJournalItem
public java.lang.String getUserIdValue()
getUserIdValue
in interface SjSafeJournalItem
public void setUserIdValue(java.lang.String inData)
setUserIdValue
in interface SjSafeJournalItem
public void setUserIdValue(java.lang.String inData, boolean inNotify)
setUserIdValue
in interface SjSafeJournalItem
public TiStringInterface getEntryFlag()
getEntryFlag
in interface SjSafeJournalItem
public TiStringInterface lookupEntryFlag()
lookupEntryFlag
in interface SjSafeJournalItem
public void setEntryFlag(TiStringInterface inData)
setEntryFlag
in interface SjSafeJournalItem
public java.lang.String getEntryFlagValue()
getEntryFlagValue
in interface SjSafeJournalItem
public void setEntryFlagValue(java.lang.String inData)
setEntryFlagValue
in interface SjSafeJournalItem
public void setEntryFlagValue(java.lang.String inData, boolean inNotify)
setEntryFlagValue
in interface SjSafeJournalItem
public TiDate getEntryDate()
getEntryDate
in interface SjSafeJournalItem
public TiDate lookupEntryDate()
lookupEntryDate
in interface SjSafeJournalItem
public void setEntryDate(TiDate inData)
setEntryDate
in interface SjSafeJournalItem
protected TiFieldSpecificationEnumeration specifyFields()
specifyFields
in class TiAbstractMapModel
public java.lang.String getRealTiName()
getRealTiName
in interface TiCommonModelPartInterface
getRealTiName
in class TiAbstractModel
public java.lang.String getGeneratedTiName()
getGeneratedTiName
in interface TiCommonModelPartInterface
getGeneratedTiName
in class TiAbstractModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |