|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stina.framework.core.model.TiAbstractData
org.stina.framework.core.model.TiAbstractMapData
se.sj.stina.domain.model.impl.plain.SjTicketStructPlain
public class SjTicketStructPlain
Biljettämnestyp: Biljettämnestyp, Biljettämnesnamnförkortning, Antal biljetter i lager och en lista med Biljettnummerintervall.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
---|
TiAbstractMapData.TiMapDataComparator |
Field Summary | |
---|---|
SjIntegerStringPlain |
numberInStock
|
SjTicketNumberIntervalListPlain |
ticketNumberIntervals
|
TiStringData |
ticketType
|
TiStringData |
ticketTypeShortName
|
Fields inherited from interface se.sj.stina.domain.model.SjTicketStruct |
---|
NUMBER_IN_STOCK, TICKET_NUMBER_INTERVALS, TICKET_TYPE, TICKET_TYPE_SHORT_NAME |
Constructor Summary | |
---|---|
SjTicketStructPlain()
|
Method Summary | |
---|---|
java.lang.String |
getGeneratedTiName()
|
SjIntegerString |
getNumberInStock()
Field numberInStock is defined as mandatory. |
java.lang.String |
getNumberInStockValue()
Field numberInStock is defined as mandatory. |
java.lang.String |
getRealTiName()
|
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 class org.stina.framework.core.model.TiAbstractMapData |
---|
clear, clone, clone, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getFieldNames, getIndexForXorPart, getModel, getModelImpl, getValue, getXorNameForXorPart, getXorPart, getXorPartNames, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setModel, setValue, setValue, specifyXors, toDebugString, toDebugString, updateXorIndex |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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, 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 |
Methods inherited from interface org.stina.framework.support.util.TiModelComponentInterface |
---|
property |
Field Detail |
---|
public TiStringData ticketType
public TiStringData ticketTypeShortName
public SjIntegerStringPlain numberInStock
public SjTicketNumberIntervalListPlain ticketNumberIntervals
Constructor Detail |
---|
public SjTicketStructPlain()
Method Detail |
---|
public TiStringInterface getTicketType()
getTicketType
in interface SjTicketStruct
public TiStringInterface lookupTicketType()
lookupTicketType
in interface SjTicketStruct
public void setTicketType(TiStringInterface inData)
setTicketType
in interface SjTicketStruct
public java.lang.String getTicketTypeValue()
getTicketTypeValue
in interface SjTicketStruct
public void setTicketTypeValue(java.lang.String inData)
setTicketTypeValue
in interface SjTicketStruct
public void setTicketTypeValue(java.lang.String inData, boolean inNotify)
setTicketTypeValue
in interface SjTicketStruct
public TiStringInterface getTicketTypeShortName()
getTicketTypeShortName
in interface SjTicketStruct
public TiStringInterface lookupTicketTypeShortName()
lookupTicketTypeShortName
in interface SjTicketStruct
public void setTicketTypeShortName(TiStringInterface inData)
setTicketTypeShortName
in interface SjTicketStruct
public java.lang.String getTicketTypeShortNameValue()
getTicketTypeShortNameValue
in interface SjTicketStruct
public void setTicketTypeShortNameValue(java.lang.String inData)
setTicketTypeShortNameValue
in interface SjTicketStruct
public void setTicketTypeShortNameValue(java.lang.String inData, boolean inNotify)
setTicketTypeShortNameValue
in interface SjTicketStruct
public SjIntegerString getNumberInStock()
getNumberInStock
in interface SjTicketStruct
public SjIntegerString lookupNumberInStock()
lookupNumberInStock
in interface SjTicketStruct
public void setNumberInStock(SjIntegerString inData)
setNumberInStock
in interface SjTicketStruct
public java.lang.String getNumberInStockValue()
getNumberInStockValue
in interface SjTicketStruct
public void setNumberInStockValue(java.lang.String inData)
setNumberInStockValue
in interface SjTicketStruct
public void setNumberInStockValue(java.lang.String inData, boolean inNotify)
setNumberInStockValue
in interface SjTicketStruct
public SjTicketNumberIntervalList getTicketNumberIntervals()
getTicketNumberIntervals
in interface SjTicketStruct
public SjTicketNumberIntervalList lookupTicketNumberIntervals()
lookupTicketNumberIntervals
in interface SjTicketStruct
public void setTicketNumberIntervals(SjTicketNumberIntervalList inData)
setTicketNumberIntervals
in interface SjTicketStruct
public java.lang.String getRealTiName()
getRealTiName
in interface TiCommonModelPartInterface
getRealTiName
in class TiAbstractData
public java.lang.String getGeneratedTiName()
getGeneratedTiName
in interface TiCommonModelPartInterface
getGeneratedTiName
in class TiAbstractData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |