|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjGetSafeJournalQuery
För att hämta logg för säljställets totala växelkassa.
Field Summary | |
---|---|
static java.lang.String |
CASHBOX_NUMBER
|
static java.lang.String |
FROM_DATE
|
static java.lang.String |
TO_DATE
|
static java.lang.String |
USER_ID
|
Method Summary | |
---|---|
TiIntegerInterface |
getCashboxNumber()
Field cashboxNumber is defined as optional. |
java.lang.Integer |
getCashboxNumberValue()
Field cashboxNumber is defined as optional. |
TiDate |
getFromDate()
Field fromDate is defined as optional. |
TiDate |
getToDate()
Field toDate is defined as optional. |
TiStringInterface |
getUserId()
Field userId is defined as optional. |
java.lang.String |
getUserIdValue()
Field userId is defined as optional. |
TiIntegerInterface |
lookupCashboxNumber()
Field cashboxNumber is defined as optional. |
TiDate |
lookupFromDate()
Field fromDate is defined as optional. |
TiDate |
lookupToDate()
Field toDate is defined as optional. |
TiStringInterface |
lookupUserId()
Field userId is defined as optional. |
void |
setCashboxNumber(TiIntegerInterface inData)
Field cashboxNumber is defined as optional. |
void |
setCashboxNumberValue(java.lang.Integer inData)
Field cashboxNumber is defined as optional. |
void |
setCashboxNumberValue(java.lang.Integer inData,
boolean inNotify)
Field cashboxNumber is defined as optional. |
void |
setFromDate(TiDate inData)
Field fromDate is defined as optional. |
void |
setToDate(TiDate inData)
Field toDate is defined as optional. |
void |
setUserId(TiStringInterface inData)
Field userId is defined as optional. |
void |
setUserIdValue(java.lang.String inData)
Field userId is defined as optional. |
void |
setUserIdValue(java.lang.String inData,
boolean inNotify)
Field userId is defined as optional. |
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 CASHBOX_NUMBER
static final java.lang.String USER_ID
static final java.lang.String FROM_DATE
static final java.lang.String TO_DATE
Method Detail |
---|
TiIntegerInterface getCashboxNumber()
TiIntegerInterface lookupCashboxNumber()
void setCashboxNumber(TiIntegerInterface inData)
java.lang.Integer getCashboxNumberValue()
void setCashboxNumberValue(java.lang.Integer inData)
void setCashboxNumberValue(java.lang.Integer 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)
TiDate getFromDate()
TiDate lookupFromDate()
void setFromDate(TiDate inData)
TiDate getToDate()
TiDate lookupToDate()
void setToDate(TiDate inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |