|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjMultiRideTicketAmountInformation
Field Summary | |
---|---|
static java.lang.String |
TOTAL_AMOUNT
|
static java.lang.String |
USED_AMOUNT
|
Method Summary | |
---|---|
SjIntegerString |
getTotalAmount()
Field totalAmount is defined as mandatory. |
java.lang.String |
getTotalAmountValue()
Field totalAmount is defined as mandatory. |
SjIntegerString |
getUsedAmount()
Field usedAmount is defined as mandatory. |
java.lang.String |
getUsedAmountValue()
Field usedAmount is defined as mandatory. |
SjIntegerString |
lookupTotalAmount()
Field totalAmount is defined as mandatory. |
SjIntegerString |
lookupUsedAmount()
Field usedAmount is defined as mandatory. |
void |
setTotalAmount(SjIntegerString inData)
Field totalAmount is defined as mandatory. |
void |
setTotalAmountValue(java.lang.String inData)
Field totalAmount is defined as mandatory. |
void |
setTotalAmountValue(java.lang.String inData,
boolean inNotify)
Field totalAmount is defined as mandatory. |
void |
setUsedAmount(SjIntegerString inData)
Field usedAmount is defined as mandatory. |
void |
setUsedAmountValue(java.lang.String inData)
Field usedAmount is defined as mandatory. |
void |
setUsedAmountValue(java.lang.String inData,
boolean inNotify)
Field usedAmount 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 TOTAL_AMOUNT
static final java.lang.String USED_AMOUNT
Method Detail |
---|
SjIntegerString getTotalAmount()
SjIntegerString lookupTotalAmount()
void setTotalAmount(SjIntegerString inData)
java.lang.String getTotalAmountValue()
void setTotalAmountValue(java.lang.String inData)
void setTotalAmountValue(java.lang.String inData, boolean inNotify)
SjIntegerString getUsedAmount()
SjIntegerString lookupUsedAmount()
void setUsedAmount(SjIntegerString inData)
java.lang.String getUsedAmountValue()
void setUsedAmountValue(java.lang.String inData)
void setUsedAmountValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |