|
||||||||||
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.SjCashJournalItemBasicsPlain
public class SjCashJournalItemBasicsPlain
En rad i underlaget för kassaavslut/kassagranskning avseende kassaredovisningstyper och betalningsmedel. StatementAmount endast aktuellt vid granskning.
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.SjCashJournalItemBasics |
---|
CASH_DEFICIT_CODE, CASH_JOURNAL_PAGE_ID, CASH_REGISTER_EVENT_NAME, CASH_REGISTER_EVENT_TYPE, REPORTED_AMOUNT, STATEMENT_AMOUNT, STATEMENT_METHOD_CODE, STATEMENT_TYPE |
Constructor Summary | |
---|---|
SjCashJournalItemBasicsPlain()
|
Method Summary | |
---|---|
TiStringInterface |
getCashDeficitCode()
Field cashDeficitCode is defined as mandatory. |
java.lang.String |
getCashDeficitCodeValue()
Field cashDeficitCode is defined as mandatory. |
TiIntegerInterface |
getCashJournalPageId()
Field cashJournalPageId is defined as mandatory. |
java.lang.Integer |
getCashJournalPageIdValue()
Field cashJournalPageId is defined as mandatory. |
TiStringInterface |
getCashRegisterEventName()
Field cashRegisterEventName is defined as mandatory. |
java.lang.String |
getCashRegisterEventNameValue()
Field cashRegisterEventName is defined as mandatory. |
TiStringInterface |
getCashRegisterEventType()
Field cashRegisterEventType is defined as mandatory. |
java.lang.String |
getCashRegisterEventTypeValue()
Field cashRegisterEventType is defined as mandatory. |
java.lang.String |
getGeneratedTiName()
|
java.lang.String |
getRealTiName()
|
SjMoney |
getReportedAmount()
Field reportedAmount is defined as mandatory. |
SjMoney |
getStatementAmount()
Field statementAmount is defined as optional. |
TiStringInterface |
getStatementMethodCode()
Field statementMethodCode is defined as mandatory. |
java.lang.String |
getStatementMethodCodeValue()
Field statementMethodCode is defined as mandatory. |
TiStringInterface |
getStatementType()
Field statementType is defined as mandatory. |
java.lang.String |
getStatementTypeValue()
Field statementType is defined as mandatory. |
TiStringInterface |
lookupCashDeficitCode()
Field cashDeficitCode is defined as mandatory. |
TiIntegerInterface |
lookupCashJournalPageId()
Field cashJournalPageId is defined as mandatory. |
TiStringInterface |
lookupCashRegisterEventName()
Field cashRegisterEventName is defined as mandatory. |
TiStringInterface |
lookupCashRegisterEventType()
Field cashRegisterEventType is defined as mandatory. |
SjMoney |
lookupReportedAmount()
Field reportedAmount is defined as mandatory. |
SjMoney |
lookupStatementAmount()
Field statementAmount is defined as optional. |
TiStringInterface |
lookupStatementMethodCode()
Field statementMethodCode is defined as mandatory. |
TiStringInterface |
lookupStatementType()
Field statementType is defined as mandatory. |
void |
setCashDeficitCode(TiStringInterface inData)
Field cashDeficitCode is defined as mandatory. |
void |
setCashDeficitCodeValue(java.lang.String inData)
Field cashDeficitCode is defined as mandatory. |
void |
setCashDeficitCodeValue(java.lang.String inData,
boolean inNotify)
Field cashDeficitCode is defined as mandatory. |
void |
setCashJournalPageId(TiIntegerInterface inData)
Field cashJournalPageId is defined as mandatory. |
void |
setCashJournalPageIdValue(java.lang.Integer inData)
Field cashJournalPageId is defined as mandatory. |
void |
setCashJournalPageIdValue(java.lang.Integer inData,
boolean inNotify)
Field cashJournalPageId is defined as mandatory. |
void |
setCashRegisterEventName(TiStringInterface inData)
Field cashRegisterEventName is defined as mandatory. |
void |
setCashRegisterEventNameValue(java.lang.String inData)
Field cashRegisterEventName is defined as mandatory. |
void |
setCashRegisterEventNameValue(java.lang.String inData,
boolean inNotify)
Field cashRegisterEventName is defined as mandatory. |
void |
setCashRegisterEventType(TiStringInterface inData)
Field cashRegisterEventType is defined as mandatory. |
void |
setCashRegisterEventTypeValue(java.lang.String inData)
Field cashRegisterEventType is defined as mandatory. |
void |
setCashRegisterEventTypeValue(java.lang.String inData,
boolean inNotify)
Field cashRegisterEventType is defined as mandatory. |
void |
setReportedAmount(SjMoney inData)
Field reportedAmount is defined as mandatory. |
void |
setStatementAmount(SjMoney inData)
Field statementAmount is defined as optional. |
void |
setStatementMethodCode(TiStringInterface inData)
Field statementMethodCode is defined as mandatory. |
void |
setStatementMethodCodeValue(java.lang.String inData)
Field statementMethodCode is defined as mandatory. |
void |
setStatementMethodCodeValue(java.lang.String inData,
boolean inNotify)
Field statementMethodCode is defined as mandatory. |
void |
setStatementType(TiStringInterface inData)
Field statementType is defined as mandatory. |
void |
setStatementTypeValue(java.lang.String inData)
Field statementType is defined as mandatory. |
void |
setStatementTypeValue(java.lang.String inData,
boolean inNotify)
Field statementType 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 TiStringData cashRegisterEventType
public TiStringData cashRegisterEventName
public TiStringData statementType
public TiStringData statementMethodCode
public TiStringData cashDeficitCode
public TiIntegerData cashJournalPageId
public SjMoneyPlain reportedAmount
public SjMoneyPlain statementAmount
Constructor Detail |
---|
public SjCashJournalItemBasicsPlain()
Method Detail |
---|
public TiStringInterface getCashRegisterEventType()
getCashRegisterEventType
in interface SjCashJournalItemBasics
public TiStringInterface lookupCashRegisterEventType()
lookupCashRegisterEventType
in interface SjCashJournalItemBasics
public void setCashRegisterEventType(TiStringInterface inData)
setCashRegisterEventType
in interface SjCashJournalItemBasics
public java.lang.String getCashRegisterEventTypeValue()
getCashRegisterEventTypeValue
in interface SjCashJournalItemBasics
public void setCashRegisterEventTypeValue(java.lang.String inData)
setCashRegisterEventTypeValue
in interface SjCashJournalItemBasics
public void setCashRegisterEventTypeValue(java.lang.String inData, boolean inNotify)
setCashRegisterEventTypeValue
in interface SjCashJournalItemBasics
public TiStringInterface getCashRegisterEventName()
getCashRegisterEventName
in interface SjCashJournalItemBasics
public TiStringInterface lookupCashRegisterEventName()
lookupCashRegisterEventName
in interface SjCashJournalItemBasics
public void setCashRegisterEventName(TiStringInterface inData)
setCashRegisterEventName
in interface SjCashJournalItemBasics
public java.lang.String getCashRegisterEventNameValue()
getCashRegisterEventNameValue
in interface SjCashJournalItemBasics
public void setCashRegisterEventNameValue(java.lang.String inData)
setCashRegisterEventNameValue
in interface SjCashJournalItemBasics
public void setCashRegisterEventNameValue(java.lang.String inData, boolean inNotify)
setCashRegisterEventNameValue
in interface SjCashJournalItemBasics
public TiStringInterface getStatementType()
getStatementType
in interface SjCashJournalItemBasics
public TiStringInterface lookupStatementType()
lookupStatementType
in interface SjCashJournalItemBasics
public void setStatementType(TiStringInterface inData)
setStatementType
in interface SjCashJournalItemBasics
public java.lang.String getStatementTypeValue()
getStatementTypeValue
in interface SjCashJournalItemBasics
public void setStatementTypeValue(java.lang.String inData)
setStatementTypeValue
in interface SjCashJournalItemBasics
public void setStatementTypeValue(java.lang.String inData, boolean inNotify)
setStatementTypeValue
in interface SjCashJournalItemBasics
public TiStringInterface getStatementMethodCode()
getStatementMethodCode
in interface SjCashJournalItemBasics
public TiStringInterface lookupStatementMethodCode()
lookupStatementMethodCode
in interface SjCashJournalItemBasics
public void setStatementMethodCode(TiStringInterface inData)
setStatementMethodCode
in interface SjCashJournalItemBasics
public java.lang.String getStatementMethodCodeValue()
getStatementMethodCodeValue
in interface SjCashJournalItemBasics
public void setStatementMethodCodeValue(java.lang.String inData)
setStatementMethodCodeValue
in interface SjCashJournalItemBasics
public void setStatementMethodCodeValue(java.lang.String inData, boolean inNotify)
setStatementMethodCodeValue
in interface SjCashJournalItemBasics
public TiStringInterface getCashDeficitCode()
getCashDeficitCode
in interface SjCashJournalItemBasics
public TiStringInterface lookupCashDeficitCode()
lookupCashDeficitCode
in interface SjCashJournalItemBasics
public void setCashDeficitCode(TiStringInterface inData)
setCashDeficitCode
in interface SjCashJournalItemBasics
public java.lang.String getCashDeficitCodeValue()
getCashDeficitCodeValue
in interface SjCashJournalItemBasics
public void setCashDeficitCodeValue(java.lang.String inData)
setCashDeficitCodeValue
in interface SjCashJournalItemBasics
public void setCashDeficitCodeValue(java.lang.String inData, boolean inNotify)
setCashDeficitCodeValue
in interface SjCashJournalItemBasics
public TiIntegerInterface getCashJournalPageId()
getCashJournalPageId
in interface SjCashJournalItemBasics
public TiIntegerInterface lookupCashJournalPageId()
lookupCashJournalPageId
in interface SjCashJournalItemBasics
public void setCashJournalPageId(TiIntegerInterface inData)
setCashJournalPageId
in interface SjCashJournalItemBasics
public java.lang.Integer getCashJournalPageIdValue()
getCashJournalPageIdValue
in interface SjCashJournalItemBasics
public void setCashJournalPageIdValue(java.lang.Integer inData)
setCashJournalPageIdValue
in interface SjCashJournalItemBasics
public void setCashJournalPageIdValue(java.lang.Integer inData, boolean inNotify)
setCashJournalPageIdValue
in interface SjCashJournalItemBasics
public SjMoney getReportedAmount()
getReportedAmount
in interface SjCashJournalItemBasics
public SjMoney lookupReportedAmount()
lookupReportedAmount
in interface SjCashJournalItemBasics
public void setReportedAmount(SjMoney inData)
setReportedAmount
in interface SjCashJournalItemBasics
public SjMoney getStatementAmount()
getStatementAmount
in interface SjCashJournalItemBasics
public SjMoney lookupStatementAmount()
lookupStatementAmount
in interface SjCashJournalItemBasics
public void setStatementAmount(SjMoney inData)
setStatementAmount
in interface SjCashJournalItemBasics
public java.lang.String getRealTiName()
getRealTiName
in interface TiCommonModelPartInterface
getRealTiName
in class TiAbstractData
public java.lang.String getGeneratedTiName()
getGeneratedTiName
in interface TiCommonModelPartInterface
getGeneratedTiName
in class TiAbstractData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |