|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjNetbookAgreement
Field Summary | |
---|---|
static java.lang.String |
AGREEMENT_DESCRIPTION_TEXT
|
static java.lang.String |
AGREEMENT_ID
|
static java.lang.String |
AGREEMENT_NAME
|
static java.lang.String |
AGREEMENT_TYPE
|
static java.lang.String |
HOTEL_OFFER_CODE
|
Method Summary | |
---|---|
TiStringInterface |
getAgreementDescriptionText()
Field agreementDescriptionText is defined as optional. |
java.lang.String |
getAgreementDescriptionTextValue()
Field agreementDescriptionText is defined as optional. |
SjIdentity |
getAgreementId()
Field agreementId is defined as optional. |
java.lang.String |
getAgreementIdValue()
Field agreementId is defined as optional. |
TiStringInterface |
getAgreementName()
Field agreementName is defined as optional. |
java.lang.String |
getAgreementNameValue()
Field agreementName is defined as optional. |
SjCode |
getAgreementType()
Field agreementType is defined as mandatory. |
java.lang.String |
getAgreementTypeValue()
Field agreementType is defined as mandatory. |
SjCode |
getHotelOfferCode()
Field hotelOfferCode is defined as optional. |
java.lang.String |
getHotelOfferCodeValue()
Field hotelOfferCode is defined as optional. |
TiStringInterface |
lookupAgreementDescriptionText()
Field agreementDescriptionText is defined as optional. |
SjIdentity |
lookupAgreementId()
Field agreementId is defined as optional. |
TiStringInterface |
lookupAgreementName()
Field agreementName is defined as optional. |
SjCode |
lookupAgreementType()
Field agreementType is defined as mandatory. |
SjCode |
lookupHotelOfferCode()
Field hotelOfferCode is defined as optional. |
void |
setAgreementDescriptionText(TiStringInterface inData)
Field agreementDescriptionText is defined as optional. |
void |
setAgreementDescriptionTextValue(java.lang.String inData)
Field agreementDescriptionText is defined as optional. |
void |
setAgreementDescriptionTextValue(java.lang.String inData,
boolean inNotify)
Field agreementDescriptionText is defined as optional. |
void |
setAgreementId(SjIdentity inData)
Field agreementId is defined as optional. |
void |
setAgreementIdValue(java.lang.String inData)
Field agreementId is defined as optional. |
void |
setAgreementIdValue(java.lang.String inData,
boolean inNotify)
Field agreementId is defined as optional. |
void |
setAgreementName(TiStringInterface inData)
Field agreementName is defined as optional. |
void |
setAgreementNameValue(java.lang.String inData)
Field agreementName is defined as optional. |
void |
setAgreementNameValue(java.lang.String inData,
boolean inNotify)
Field agreementName is defined as optional. |
void |
setAgreementType(SjCode inData)
Field agreementType is defined as mandatory. |
void |
setAgreementTypeValue(java.lang.String inData)
Field agreementType is defined as mandatory. |
void |
setAgreementTypeValue(java.lang.String inData,
boolean inNotify)
Field agreementType is defined as mandatory. |
void |
setHotelOfferCode(SjCode inData)
Field hotelOfferCode is defined as optional. |
void |
setHotelOfferCodeValue(java.lang.String inData)
Field hotelOfferCode is defined as optional. |
void |
setHotelOfferCodeValue(java.lang.String inData,
boolean inNotify)
Field hotelOfferCode 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 AGREEMENT_TYPE
static final java.lang.String AGREEMENT_ID
static final java.lang.String AGREEMENT_NAME
static final java.lang.String HOTEL_OFFER_CODE
static final java.lang.String AGREEMENT_DESCRIPTION_TEXT
Method Detail |
---|
SjCode getAgreementType()
SjCode lookupAgreementType()
void setAgreementType(SjCode inData)
java.lang.String getAgreementTypeValue()
void setAgreementTypeValue(java.lang.String inData)
void setAgreementTypeValue(java.lang.String inData, boolean inNotify)
SjIdentity getAgreementId()
SjIdentity lookupAgreementId()
void setAgreementId(SjIdentity inData)
java.lang.String getAgreementIdValue()
void setAgreementIdValue(java.lang.String inData)
void setAgreementIdValue(java.lang.String inData, boolean inNotify)
TiStringInterface getAgreementName()
TiStringInterface lookupAgreementName()
void setAgreementName(TiStringInterface inData)
java.lang.String getAgreementNameValue()
void setAgreementNameValue(java.lang.String inData)
void setAgreementNameValue(java.lang.String inData, boolean inNotify)
SjCode getHotelOfferCode()
SjCode lookupHotelOfferCode()
void setHotelOfferCode(SjCode inData)
java.lang.String getHotelOfferCodeValue()
void setHotelOfferCodeValue(java.lang.String inData)
void setHotelOfferCodeValue(java.lang.String inData, boolean inNotify)
TiStringInterface getAgreementDescriptionText()
TiStringInterface lookupAgreementDescriptionText()
void setAgreementDescriptionText(TiStringInterface inData)
java.lang.String getAgreementDescriptionTextValue()
void setAgreementDescriptionTextValue(java.lang.String inData)
void setAgreementDescriptionTextValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |