|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjCashJournalHeader
En kassanota. CashJournalDateTime2 visar när den stängts.
Field Summary | |
---|---|
static java.lang.String |
CASH_JOURNAL_DATE_TIME
|
static java.lang.String |
CASH_JOURNAL_DATE_TIME2
|
static java.lang.String |
CASH_JOURNAL_ID
|
static java.lang.String |
SALES_UNIT_ID
|
static java.lang.String |
SALES_UNIT_SECTION_ID
|
static java.lang.String |
STATEMENT_ID
|
static java.lang.String |
USER_ID
|
Method Summary | |
---|---|
TiDateTime |
getCashJournalDateTime()
Field cashJournalDateTime is defined as mandatory. |
TiDateTime |
getCashJournalDateTime2()
Field cashJournalDateTime2 is defined as optional. |
TiIntegerInterface |
getCashJournalId()
Field cashJournalId is defined as mandatory. |
java.lang.Integer |
getCashJournalIdValue()
Field cashJournalId is defined as mandatory. |
TiStringInterface |
getSalesUnitId()
Field salesUnitId is defined as mandatory. |
java.lang.String |
getSalesUnitIdValue()
Field salesUnitId is defined as mandatory. |
TiStringInterface |
getSalesUnitSectionId()
Field salesUnitSectionId is defined as mandatory. |
java.lang.String |
getSalesUnitSectionIdValue()
Field salesUnitSectionId is defined as mandatory. |
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. |
TiDateTime |
lookupCashJournalDateTime()
Field cashJournalDateTime is defined as mandatory. |
TiDateTime |
lookupCashJournalDateTime2()
Field cashJournalDateTime2 is defined as optional. |
TiIntegerInterface |
lookupCashJournalId()
Field cashJournalId is defined as mandatory. |
TiStringInterface |
lookupSalesUnitId()
Field salesUnitId is defined as mandatory. |
TiStringInterface |
lookupSalesUnitSectionId()
Field salesUnitSectionId is defined as mandatory. |
TiIntegerInterface |
lookupStatementId()
Field statementId is defined as optional. |
TiStringInterface |
lookupUserId()
Field userId is defined as mandatory. |
void |
setCashJournalDateTime(TiDateTime inData)
Field cashJournalDateTime is defined as mandatory. |
void |
setCashJournalDateTime2(TiDateTime inData)
Field cashJournalDateTime2 is defined as optional. |
void |
setCashJournalId(TiIntegerInterface inData)
Field cashJournalId is defined as mandatory. |
void |
setCashJournalIdValue(java.lang.Integer inData)
Field cashJournalId is defined as mandatory. |
void |
setCashJournalIdValue(java.lang.Integer inData,
boolean inNotify)
Field cashJournalId is defined as mandatory. |
void |
setSalesUnitId(TiStringInterface inData)
Field salesUnitId is defined as mandatory. |
void |
setSalesUnitIdValue(java.lang.String inData)
Field salesUnitId is defined as mandatory. |
void |
setSalesUnitIdValue(java.lang.String inData,
boolean inNotify)
Field salesUnitId is defined as mandatory. |
void |
setSalesUnitSectionId(TiStringInterface inData)
Field salesUnitSectionId is defined as mandatory. |
void |
setSalesUnitSectionIdValue(java.lang.String inData)
Field salesUnitSectionId is defined as mandatory. |
void |
setSalesUnitSectionIdValue(java.lang.String inData,
boolean inNotify)
Field salesUnitSectionId is defined as mandatory. |
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 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, getGeneratedTiName, getRealTiName, 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 |
Field Detail |
---|
static final java.lang.String CASH_JOURNAL_ID
static final java.lang.String SALES_UNIT_ID
static final java.lang.String SALES_UNIT_SECTION_ID
static final java.lang.String USER_ID
static final java.lang.String CASH_JOURNAL_DATE_TIME
static final java.lang.String CASH_JOURNAL_DATE_TIME2
static final java.lang.String STATEMENT_ID
Method Detail |
---|
TiIntegerInterface getCashJournalId()
TiIntegerInterface lookupCashJournalId()
void setCashJournalId(TiIntegerInterface inData)
java.lang.Integer getCashJournalIdValue()
void setCashJournalIdValue(java.lang.Integer inData)
void setCashJournalIdValue(java.lang.Integer inData, boolean inNotify)
TiStringInterface getSalesUnitId()
TiStringInterface lookupSalesUnitId()
void setSalesUnitId(TiStringInterface inData)
java.lang.String getSalesUnitIdValue()
void setSalesUnitIdValue(java.lang.String inData)
void setSalesUnitIdValue(java.lang.String inData, boolean inNotify)
TiStringInterface getSalesUnitSectionId()
TiStringInterface lookupSalesUnitSectionId()
void setSalesUnitSectionId(TiStringInterface inData)
java.lang.String getSalesUnitSectionIdValue()
void setSalesUnitSectionIdValue(java.lang.String inData)
void setSalesUnitSectionIdValue(java.lang.String inData, boolean inNotify)
TiStringInterface getUserId()
TiStringInterface lookupUserId()
void setUserId(TiStringInterface inData)
java.lang.String getUserIdValue()
void setUserIdValue(java.lang.String inData)
void setUserIdValue(java.lang.String inData, boolean inNotify)
TiDateTime getCashJournalDateTime()
TiDateTime lookupCashJournalDateTime()
void setCashJournalDateTime(TiDateTime inData)
TiDateTime getCashJournalDateTime2()
TiDateTime lookupCashJournalDateTime2()
void setCashJournalDateTime2(TiDateTime inData)
TiIntegerInterface getStatementId()
TiIntegerInterface lookupStatementId()
void setStatementId(TiIntegerInterface inData)
java.lang.Integer getStatementIdValue()
void setStatementIdValue(java.lang.Integer inData)
void setStatementIdValue(java.lang.Integer inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |