|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjReportQuery
Agentrapport indata
Field Summary | |
---|---|
static java.lang.String |
ACCOUNT_PRODUCER_CODE
|
static java.lang.String |
FROM_DATE
|
static java.lang.String |
FROM_TIME
|
static java.lang.String |
PERIOD_CODE
|
static java.lang.String |
REPORT_CODE
|
static java.lang.String |
REPORT_CODE_XOR
|
static java.lang.String |
TO_DATE
|
static java.lang.String |
TO_TIME
|
static java.lang.String |
USER_ID
|
Method Summary | |
---|---|
TiStringInterface |
getAccountProducerCode()
Field accountProducerCode is defined as optional. |
java.lang.String |
getAccountProducerCodeValue()
Field accountProducerCode is defined as optional. |
TiDate |
getFromDate()
Field fromDate is defined as part of xor. |
TiTime |
getFromTime()
Field fromTime is defined as optional. |
SjCode |
getPeriodCode()
Field periodCode is defined as part of xor. |
java.lang.String |
getPeriodCodeValue()
Field periodCode is defined as part of xor. |
SjCode |
getReportCode()
Field reportCode is defined as mandatory. |
java.lang.String |
getReportCodeValue()
Field reportCode is defined as mandatory. |
TiIntegerInterface |
getReportCodeXor()
field reportCodeXor |
java.lang.Integer |
getReportCodeXorValue()
field reportCodeXor |
TiDate |
getToDate()
Field toDate is defined as optional. |
TiTime |
getToTime()
Field toTime is defined as optional. |
SjIdentity |
getUserId()
Field userId is defined as optional. |
java.lang.String |
getUserIdValue()
Field userId is defined as optional. |
TiStringInterface |
lookupAccountProducerCode()
Field accountProducerCode is defined as optional. |
TiDate |
lookupFromDate()
Field fromDate is defined as part of xor. |
TiTime |
lookupFromTime()
Field fromTime is defined as optional. |
SjCode |
lookupPeriodCode()
Field periodCode is defined as part of xor. |
SjCode |
lookupReportCode()
Field reportCode is defined as mandatory. |
TiIntegerInterface |
lookupReportCodeXor()
field reportCodeXor |
TiDate |
lookupToDate()
Field toDate is defined as optional. |
TiTime |
lookupToTime()
Field toTime is defined as optional. |
SjIdentity |
lookupUserId()
Field userId is defined as optional. |
void |
setAccountProducerCode(TiStringInterface inData)
Field accountProducerCode is defined as optional. |
void |
setAccountProducerCodeValue(java.lang.String inData)
Field accountProducerCode is defined as optional. |
void |
setAccountProducerCodeValue(java.lang.String inData,
boolean inNotify)
Field accountProducerCode is defined as optional. |
void |
setFromDate(TiDate inData)
Field fromDate is defined as part of xor. |
void |
setFromTime(TiTime inData)
Field fromTime is defined as optional. |
void |
setPeriodCode(SjCode inData)
Field periodCode is defined as part of xor. |
void |
setPeriodCodeValue(java.lang.String inData)
Field periodCode is defined as part of xor. |
void |
setPeriodCodeValue(java.lang.String inData,
boolean inNotify)
Field periodCode is defined as part of xor. |
void |
setReportCode(SjCode inData)
Field reportCode is defined as mandatory. |
void |
setReportCodeValue(java.lang.String inData)
Field reportCode is defined as mandatory. |
void |
setReportCodeValue(java.lang.String inData,
boolean inNotify)
Field reportCode is defined as mandatory. |
void |
setReportCodeXor(TiIntegerInterface inData)
field reportCodeXor |
void |
setReportCodeXorValue(java.lang.Integer inData)
field reportCodeXor |
void |
setToDate(TiDate inData)
Field toDate is defined as optional. |
void |
setToTime(TiTime inData)
Field toTime is defined as optional. |
void |
setUserId(SjIdentity 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 REPORT_CODE
static final java.lang.String USER_ID
static final java.lang.String ACCOUNT_PRODUCER_CODE
static final java.lang.String REPORT_CODE_XOR
static final java.lang.String PERIOD_CODE
static final java.lang.String FROM_DATE
static final java.lang.String FROM_TIME
static final java.lang.String TO_DATE
static final java.lang.String TO_TIME
Method Detail |
---|
SjCode getReportCode()
SjCode lookupReportCode()
void setReportCode(SjCode inData)
java.lang.String getReportCodeValue()
void setReportCodeValue(java.lang.String inData)
void setReportCodeValue(java.lang.String inData, boolean inNotify)
SjIdentity getUserId()
SjIdentity lookupUserId()
void setUserId(SjIdentity inData)
java.lang.String getUserIdValue()
void setUserIdValue(java.lang.String inData)
void setUserIdValue(java.lang.String inData, boolean inNotify)
TiStringInterface getAccountProducerCode()
TiStringInterface lookupAccountProducerCode()
void setAccountProducerCode(TiStringInterface inData)
java.lang.String getAccountProducerCodeValue()
void setAccountProducerCodeValue(java.lang.String inData)
void setAccountProducerCodeValue(java.lang.String inData, boolean inNotify)
TiIntegerInterface getReportCodeXor()
TiIntegerInterface lookupReportCodeXor()
void setReportCodeXor(TiIntegerInterface inData)
java.lang.Integer getReportCodeXorValue()
void setReportCodeXorValue(java.lang.Integer inData)
SjCode getPeriodCode()
SjCode lookupPeriodCode()
void setPeriodCode(SjCode inData)
java.lang.String getPeriodCodeValue()
void setPeriodCodeValue(java.lang.String inData)
void setPeriodCodeValue(java.lang.String inData, boolean inNotify)
TiDate getFromDate()
TiDate lookupFromDate()
void setFromDate(TiDate inData)
TiTime getFromTime()
TiTime lookupFromTime()
void setFromTime(TiTime inData)
TiDate getToDate()
TiDate lookupToDate()
void setToDate(TiDate inData)
TiTime getToTime()
TiTime lookupToTime()
void setToTime(TiTime inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |