|
||||||||||
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.SjFormattedTicketDataPlain
public class SjFormattedTicketDataPlain
InnehÄller redigerat biljettdata.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
---|
TiAbstractMapData.TiMapDataComparator |
Field Summary | |
---|---|
SjFormattedCouponDataListPlain |
formattedCouponDataList
|
TiStringData |
payingUnitNumber
|
TiStringData |
salesUnitField
|
Fields inherited from interface se.sj.stina.domain.model.SjFormattedTicketData |
---|
FORMATTED_COUPON_DATA_LIST, PAYING_UNIT_NUMBER, SALES_UNIT_FIELD |
Constructor Summary | |
---|---|
SjFormattedTicketDataPlain()
|
Method Summary | |
---|---|
SjFormattedCouponDataList |
getFormattedCouponDataList()
Field formattedCouponDataList is defined as mandatory. |
java.lang.String |
getGeneratedTiName()
|
TiStringInterface |
getPayingUnitNumber()
Field payingUnitNumber is defined as mandatory. |
java.lang.String |
getPayingUnitNumberValue()
Field payingUnitNumber is defined as mandatory. |
java.lang.String |
getRealTiName()
|
TiStringInterface |
getSalesUnitField()
Field salesUnitField is defined as mandatory. |
java.lang.String |
getSalesUnitFieldValue()
Field salesUnitField is defined as mandatory. |
SjFormattedCouponDataList |
lookupFormattedCouponDataList()
Field formattedCouponDataList is defined as mandatory. |
TiStringInterface |
lookupPayingUnitNumber()
Field payingUnitNumber is defined as mandatory. |
TiStringInterface |
lookupSalesUnitField()
Field salesUnitField is defined as mandatory. |
void |
setFormattedCouponDataList(SjFormattedCouponDataList inData)
Field formattedCouponDataList is defined as mandatory. |
void |
setPayingUnitNumber(TiStringInterface inData)
Field payingUnitNumber is defined as mandatory. |
void |
setPayingUnitNumberValue(java.lang.String inData)
Field payingUnitNumber is defined as mandatory. |
void |
setPayingUnitNumberValue(java.lang.String inData,
boolean inNotify)
Field payingUnitNumber is defined as mandatory. |
void |
setSalesUnitField(TiStringInterface inData)
Field salesUnitField is defined as mandatory. |
void |
setSalesUnitFieldValue(java.lang.String inData)
Field salesUnitField is defined as mandatory. |
void |
setSalesUnitFieldValue(java.lang.String inData,
boolean inNotify)
Field salesUnitField 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 salesUnitField
public TiStringData payingUnitNumber
public SjFormattedCouponDataListPlain formattedCouponDataList
Constructor Detail |
---|
public SjFormattedTicketDataPlain()
Method Detail |
---|
public TiStringInterface getSalesUnitField()
getSalesUnitField
in interface SjFormattedTicketData
public TiStringInterface lookupSalesUnitField()
lookupSalesUnitField
in interface SjFormattedTicketData
public void setSalesUnitField(TiStringInterface inData)
setSalesUnitField
in interface SjFormattedTicketData
public java.lang.String getSalesUnitFieldValue()
getSalesUnitFieldValue
in interface SjFormattedTicketData
public void setSalesUnitFieldValue(java.lang.String inData)
setSalesUnitFieldValue
in interface SjFormattedTicketData
public void setSalesUnitFieldValue(java.lang.String inData, boolean inNotify)
setSalesUnitFieldValue
in interface SjFormattedTicketData
public TiStringInterface getPayingUnitNumber()
getPayingUnitNumber
in interface SjFormattedTicketData
public TiStringInterface lookupPayingUnitNumber()
lookupPayingUnitNumber
in interface SjFormattedTicketData
public void setPayingUnitNumber(TiStringInterface inData)
setPayingUnitNumber
in interface SjFormattedTicketData
public java.lang.String getPayingUnitNumberValue()
getPayingUnitNumberValue
in interface SjFormattedTicketData
public void setPayingUnitNumberValue(java.lang.String inData)
setPayingUnitNumberValue
in interface SjFormattedTicketData
public void setPayingUnitNumberValue(java.lang.String inData, boolean inNotify)
setPayingUnitNumberValue
in interface SjFormattedTicketData
public SjFormattedCouponDataList getFormattedCouponDataList()
getFormattedCouponDataList
in interface SjFormattedTicketData
public SjFormattedCouponDataList lookupFormattedCouponDataList()
lookupFormattedCouponDataList
in interface SjFormattedTicketData
public void setFormattedCouponDataList(SjFormattedCouponDataList inData)
setFormattedCouponDataList
in interface SjFormattedTicketData
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 |