|
||||||||||
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.SjConsumerSingleLightSpecificationPlain
public class SjConsumerSingleLightSpecificationPlain
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
---|
TiAbstractMapData.TiMapDataComparator |
Fields inherited from interface se.sj.stina.domain.model.SjConsumerSingleLightSpecification |
---|
CATEGORY, DISCOUNT_CODE, KPS_BURN_CODE, OPTION_SPECIFICATION_LIST, SECTION_LIGHT_SPECIFICATION_LIST, TRAVEL_TYPE, TRAVELLER |
Constructor Summary | |
---|---|
SjConsumerSingleLightSpecificationPlain()
|
Method Summary | |
---|---|
TiStringInterface |
getCategory()
Field category is defined as mandatory. |
java.lang.String |
getCategoryValue()
Field category is defined as mandatory. |
SjCode |
getDiscountCode()
Field discountCode is defined as optional. |
java.lang.String |
getDiscountCodeValue()
Field discountCode is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
SjCode |
getKpsBurnCode()
Field kpsBurnCode is defined as optional. |
java.lang.String |
getKpsBurnCodeValue()
Field kpsBurnCode is defined as optional. |
SjOptionSpecificationList |
getOptionSpecificationList()
Field optionSpecificationList is defined as optional. |
java.lang.String |
getRealTiName()
|
SjSectionLightSpecificationList |
getSectionLightSpecificationList()
Field sectionLightSpecificationList is defined as optional. |
SjTravellerSpecification |
getTraveller()
Field traveller is defined as optional. |
TiStringInterface |
getTravelType()
Field travelType is defined as optional. |
java.lang.String |
getTravelTypeValue()
Field travelType is defined as optional. |
TiStringInterface |
lookupCategory()
Field category is defined as mandatory. |
SjCode |
lookupDiscountCode()
Field discountCode is defined as optional. |
SjCode |
lookupKpsBurnCode()
Field kpsBurnCode is defined as optional. |
SjOptionSpecificationList |
lookupOptionSpecificationList()
Field optionSpecificationList is defined as optional. |
SjSectionLightSpecificationList |
lookupSectionLightSpecificationList()
Field sectionLightSpecificationList is defined as optional. |
SjTravellerSpecification |
lookupTraveller()
Field traveller is defined as optional. |
TiStringInterface |
lookupTravelType()
Field travelType is defined as optional. |
void |
setCategory(TiStringInterface inData)
Field category is defined as mandatory. |
void |
setCategoryValue(java.lang.String inData)
Field category is defined as mandatory. |
void |
setCategoryValue(java.lang.String inData,
boolean inNotify)
Field category is defined as mandatory. |
void |
setDiscountCode(SjCode inData)
Field discountCode is defined as optional. |
void |
setDiscountCodeValue(java.lang.String inData)
Field discountCode is defined as optional. |
void |
setDiscountCodeValue(java.lang.String inData,
boolean inNotify)
Field discountCode is defined as optional. |
void |
setKpsBurnCode(SjCode inData)
Field kpsBurnCode is defined as optional. |
void |
setKpsBurnCodeValue(java.lang.String inData)
Field kpsBurnCode is defined as optional. |
void |
setKpsBurnCodeValue(java.lang.String inData,
boolean inNotify)
Field kpsBurnCode is defined as optional. |
void |
setOptionSpecificationList(SjOptionSpecificationList inData)
Field optionSpecificationList is defined as optional. |
void |
setSectionLightSpecificationList(SjSectionLightSpecificationList inData)
Field sectionLightSpecificationList is defined as optional. |
void |
setTraveller(SjTravellerSpecification inData)
Field traveller is defined as optional. |
void |
setTravelType(TiStringInterface inData)
Field travelType is defined as optional. |
void |
setTravelTypeValue(java.lang.String inData)
Field travelType is defined as optional. |
void |
setTravelTypeValue(java.lang.String inData,
boolean inNotify)
Field travelType is defined as optional. |
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 SjTravellerSpecificationPlain traveller
public TiStringData category
public SjCodePlain discountCode
public SjCodePlain kpsBurnCode
public TiStringData travelType
public SjOptionSpecificationListPlain optionSpecificationList
public SjSectionLightSpecificationListPlain sectionLightSpecificationList
Constructor Detail |
---|
public SjConsumerSingleLightSpecificationPlain()
Method Detail |
---|
public SjTravellerSpecification getTraveller()
getTraveller
in interface SjConsumerSingleLightSpecification
public SjTravellerSpecification lookupTraveller()
lookupTraveller
in interface SjConsumerSingleLightSpecification
public void setTraveller(SjTravellerSpecification inData)
setTraveller
in interface SjConsumerSingleLightSpecification
public TiStringInterface getCategory()
getCategory
in interface SjConsumerSingleLightSpecification
public TiStringInterface lookupCategory()
lookupCategory
in interface SjConsumerSingleLightSpecification
public void setCategory(TiStringInterface inData)
setCategory
in interface SjConsumerSingleLightSpecification
public java.lang.String getCategoryValue()
getCategoryValue
in interface SjConsumerSingleLightSpecification
public void setCategoryValue(java.lang.String inData)
setCategoryValue
in interface SjConsumerSingleLightSpecification
public void setCategoryValue(java.lang.String inData, boolean inNotify)
setCategoryValue
in interface SjConsumerSingleLightSpecification
public SjCode getDiscountCode()
getDiscountCode
in interface SjConsumerSingleLightSpecification
public SjCode lookupDiscountCode()
lookupDiscountCode
in interface SjConsumerSingleLightSpecification
public void setDiscountCode(SjCode inData)
setDiscountCode
in interface SjConsumerSingleLightSpecification
public java.lang.String getDiscountCodeValue()
getDiscountCodeValue
in interface SjConsumerSingleLightSpecification
public void setDiscountCodeValue(java.lang.String inData)
setDiscountCodeValue
in interface SjConsumerSingleLightSpecification
public void setDiscountCodeValue(java.lang.String inData, boolean inNotify)
setDiscountCodeValue
in interface SjConsumerSingleLightSpecification
public SjCode getKpsBurnCode()
getKpsBurnCode
in interface SjConsumerSingleLightSpecification
public SjCode lookupKpsBurnCode()
lookupKpsBurnCode
in interface SjConsumerSingleLightSpecification
public void setKpsBurnCode(SjCode inData)
setKpsBurnCode
in interface SjConsumerSingleLightSpecification
public java.lang.String getKpsBurnCodeValue()
getKpsBurnCodeValue
in interface SjConsumerSingleLightSpecification
public void setKpsBurnCodeValue(java.lang.String inData)
setKpsBurnCodeValue
in interface SjConsumerSingleLightSpecification
public void setKpsBurnCodeValue(java.lang.String inData, boolean inNotify)
setKpsBurnCodeValue
in interface SjConsumerSingleLightSpecification
public TiStringInterface getTravelType()
getTravelType
in interface SjConsumerSingleLightSpecification
public TiStringInterface lookupTravelType()
lookupTravelType
in interface SjConsumerSingleLightSpecification
public void setTravelType(TiStringInterface inData)
setTravelType
in interface SjConsumerSingleLightSpecification
public java.lang.String getTravelTypeValue()
getTravelTypeValue
in interface SjConsumerSingleLightSpecification
public void setTravelTypeValue(java.lang.String inData)
setTravelTypeValue
in interface SjConsumerSingleLightSpecification
public void setTravelTypeValue(java.lang.String inData, boolean inNotify)
setTravelTypeValue
in interface SjConsumerSingleLightSpecification
public SjOptionSpecificationList getOptionSpecificationList()
getOptionSpecificationList
in interface SjConsumerSingleLightSpecification
public SjOptionSpecificationList lookupOptionSpecificationList()
lookupOptionSpecificationList
in interface SjConsumerSingleLightSpecification
public void setOptionSpecificationList(SjOptionSpecificationList inData)
setOptionSpecificationList
in interface SjConsumerSingleLightSpecification
public SjSectionLightSpecificationList getSectionLightSpecificationList()
getSectionLightSpecificationList
in interface SjConsumerSingleLightSpecification
public SjSectionLightSpecificationList lookupSectionLightSpecificationList()
lookupSectionLightSpecificationList
in interface SjConsumerSingleLightSpecification
public void setSectionLightSpecificationList(SjSectionLightSpecificationList inData)
setSectionLightSpecificationList
in interface SjConsumerSingleLightSpecification
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 |