|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjTicketStruct
Biljettämnestyp: Biljettämnestyp, Biljettämnesnamnförkortning, Antal biljetter i lager och en lista med Biljettnummerintervall.
Field Summary | |
---|---|
static java.lang.String |
NUMBER_IN_STOCK
|
static java.lang.String |
TICKET_NUMBER_INTERVALS
|
static java.lang.String |
TICKET_TYPE
|
static java.lang.String |
TICKET_TYPE_SHORT_NAME
|
Method Summary | |
---|---|
SjIntegerString |
getNumberInStock()
Field numberInStock is defined as mandatory. |
java.lang.String |
getNumberInStockValue()
Field numberInStock is defined as mandatory. |
SjTicketNumberIntervalList |
getTicketNumberIntervals()
Field ticketNumberIntervals is defined as mandatory. |
TiStringInterface |
getTicketType()
Field ticketType is defined as mandatory. |
TiStringInterface |
getTicketTypeShortName()
Field ticketTypeShortName is defined as mandatory. |
java.lang.String |
getTicketTypeShortNameValue()
Field ticketTypeShortName is defined as mandatory. |
java.lang.String |
getTicketTypeValue()
Field ticketType is defined as mandatory. |
SjIntegerString |
lookupNumberInStock()
Field numberInStock is defined as mandatory. |
SjTicketNumberIntervalList |
lookupTicketNumberIntervals()
Field ticketNumberIntervals is defined as mandatory. |
TiStringInterface |
lookupTicketType()
Field ticketType is defined as mandatory. |
TiStringInterface |
lookupTicketTypeShortName()
Field ticketTypeShortName is defined as mandatory. |
void |
setNumberInStock(SjIntegerString inData)
Field numberInStock is defined as mandatory. |
void |
setNumberInStockValue(java.lang.String inData)
Field numberInStock is defined as mandatory. |
void |
setNumberInStockValue(java.lang.String inData,
boolean inNotify)
Field numberInStock is defined as mandatory. |
void |
setTicketNumberIntervals(SjTicketNumberIntervalList inData)
Field ticketNumberIntervals is defined as mandatory. |
void |
setTicketType(TiStringInterface inData)
Field ticketType is defined as mandatory. |
void |
setTicketTypeShortName(TiStringInterface inData)
Field ticketTypeShortName is defined as mandatory. |
void |
setTicketTypeShortNameValue(java.lang.String inData)
Field ticketTypeShortName is defined as mandatory. |
void |
setTicketTypeShortNameValue(java.lang.String inData,
boolean inNotify)
Field ticketTypeShortName is defined as mandatory. |
void |
setTicketTypeValue(java.lang.String inData)
Field ticketType is defined as mandatory. |
void |
setTicketTypeValue(java.lang.String inData,
boolean inNotify)
Field ticketType 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 TICKET_TYPE
static final java.lang.String TICKET_TYPE_SHORT_NAME
static final java.lang.String NUMBER_IN_STOCK
static final java.lang.String TICKET_NUMBER_INTERVALS
Method Detail |
---|
TiStringInterface getTicketType()
TiStringInterface lookupTicketType()
void setTicketType(TiStringInterface inData)
java.lang.String getTicketTypeValue()
void setTicketTypeValue(java.lang.String inData)
void setTicketTypeValue(java.lang.String inData, boolean inNotify)
TiStringInterface getTicketTypeShortName()
TiStringInterface lookupTicketTypeShortName()
void setTicketTypeShortName(TiStringInterface inData)
java.lang.String getTicketTypeShortNameValue()
void setTicketTypeShortNameValue(java.lang.String inData)
void setTicketTypeShortNameValue(java.lang.String inData, boolean inNotify)
SjIntegerString getNumberInStock()
SjIntegerString lookupNumberInStock()
void setNumberInStock(SjIntegerString inData)
java.lang.String getNumberInStockValue()
void setNumberInStockValue(java.lang.String inData)
void setNumberInStockValue(java.lang.String inData, boolean inNotify)
SjTicketNumberIntervalList getTicketNumberIntervals()
SjTicketNumberIntervalList lookupTicketNumberIntervals()
void setTicketNumberIntervals(SjTicketNumberIntervalList inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |