|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjImplicitServiceSpecification
Specifikationer där man inte har en identifierad tjänst (varunummer) utan andra attribut kommer att identifiera tjänsten När nästa spec förutom HotelServiceSpecification läggs till skall _xor ImplicitServiceSpecificationXor införas så att endast en spec kan sättas.
Field Summary | |
---|---|
static java.lang.String |
CAMPAIGN_CODE
|
static java.lang.String |
HOTEL_SERVICE_SPECIFICATION
|
static java.lang.String |
KPS_BURN_CODE
|
Method Summary | |
---|---|
SjCode |
getCampaignCode()
Field campaignCode is defined as optional. |
java.lang.String |
getCampaignCodeValue()
Field campaignCode is defined as optional. |
SjHotelServiceSpecification |
getHotelServiceSpecification()
Field hotelServiceSpecification is defined as part of xor. |
SjCode |
getKpsBurnCode()
Field kpsBurnCode is defined as optional. |
java.lang.String |
getKpsBurnCodeValue()
Field kpsBurnCode is defined as optional. |
SjCode |
lookupCampaignCode()
Field campaignCode is defined as optional. |
SjHotelServiceSpecification |
lookupHotelServiceSpecification()
Field hotelServiceSpecification is defined as part of xor. |
SjCode |
lookupKpsBurnCode()
Field kpsBurnCode is defined as optional. |
void |
setCampaignCode(SjCode inData)
Field campaignCode is defined as optional. |
void |
setCampaignCodeValue(java.lang.String inData)
Field campaignCode is defined as optional. |
void |
setCampaignCodeValue(java.lang.String inData,
boolean inNotify)
Field campaignCode is defined as optional. |
void |
setHotelServiceSpecification(SjHotelServiceSpecification inData)
Field hotelServiceSpecification is defined as part of xor. |
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. |
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 CAMPAIGN_CODE
static final java.lang.String KPS_BURN_CODE
static final java.lang.String HOTEL_SERVICE_SPECIFICATION
Method Detail |
---|
SjCode getCampaignCode()
SjCode lookupCampaignCode()
void setCampaignCode(SjCode inData)
java.lang.String getCampaignCodeValue()
void setCampaignCodeValue(java.lang.String inData)
void setCampaignCodeValue(java.lang.String inData, boolean inNotify)
SjCode getKpsBurnCode()
SjCode lookupKpsBurnCode()
void setKpsBurnCode(SjCode inData)
java.lang.String getKpsBurnCodeValue()
void setKpsBurnCodeValue(java.lang.String inData)
void setKpsBurnCodeValue(java.lang.String inData, boolean inNotify)
SjHotelServiceSpecification getHotelServiceSpecification()
SjHotelServiceSpecification lookupHotelServiceSpecification()
void setHotelServiceSpecification(SjHotelServiceSpecification inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |