se.sj.stina.domain.model
Interface SjNetbookAgreement

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, TiCommonModelPartInterface, TiContainerModelPartInterface, TiGeneratedModelInterface, TiListModelPartInterface, TiMapModelInterface, TiMapModelPartInterface, TiMapPlainInterface, TiMapPropInterface, TiModelConstantsInterface, TiModelInterface, TiObserverInterface, TiPrimitiveModelPartInterface, TiPropertyPartInterface, TiSubjectInterface
All Known Implementing Classes:
SjNetbookAgreementPlain, SjNetbookAgreementStandard

public interface SjNetbookAgreement
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface


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
           
 
Fields inherited from interface org.stina.framework.core.model.TiModelConstantsInterface
ACTIVATED_ELEMENT_PROPERTY, BACKGROUND_COLOR, BOOLEAN_LIST, BYTE_ARRAY_LIST, COLUMN_WIDTH, DEFAULT_VALUE, DISALLOWED_VALUES, DISPLAY_MODE_PROPERTY, EDITABLE, ENABLED, FALSE_MNEMONIC_KEY, FALSE_TEXT, FONT, FORCE_UPDATE, FOREGROUND_COLOR, HORIZONTAL_ALIGNMENT, INTEGER_LIST, LONG_LIST, LONG_LONG_LIST, MAX_VALUE, MIN_VALUE, MNEMONIC_KEY, NO_RESTORE_OF_FIELD, OBJECT_LIST, OBJECT_REFERENCE_LIST, PLAIN_TEXT, PLAIN_VALUES, POSSIBLE_VALUES, PROHIBIT_HTML_FILTER, ROW_HEIGHT, SELECTABLE, SELECTED_ELEMENT_PROPERTY, SELECTED_ELEMENTS, SELECTED_PROPERTY, STRING_LIST, TIBOOLEAN_FALSE, TIBOOLEAN_TRUE, TIINTEGER_0, TISTRING_EMPTY, TOOLTIP_TEXT, TRUE_MNEMONIC_KEY, TRUE_TEXT, VERTICAL_ALIGNMENT
 
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.core.model.TiListModelPartInterface
addModelElement, addModelElement, addModelElements, addModelElements, containsModelElement, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, insertModelElementAt, insertModelElementAt, moveModelElementOfInstance, moveModelElementOfInstance, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, setModelElementAt, setModelElementAt, setModelElements, setModelElements
 
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString
 

Field Detail

AGREEMENT_TYPE

static final java.lang.String AGREEMENT_TYPE
See Also:
Constant Field Values

AGREEMENT_ID

static final java.lang.String AGREEMENT_ID
See Also:
Constant Field Values

AGREEMENT_NAME

static final java.lang.String AGREEMENT_NAME
See Also:
Constant Field Values

HOTEL_OFFER_CODE

static final java.lang.String HOTEL_OFFER_CODE
See Also:
Constant Field Values

AGREEMENT_DESCRIPTION_TEXT

static final java.lang.String AGREEMENT_DESCRIPTION_TEXT
See Also:
Constant Field Values
Method Detail

getAgreementType

SjCode getAgreementType()
Field agreementType is defined as mandatory.


lookupAgreementType

SjCode lookupAgreementType()
Field agreementType is defined as mandatory.


setAgreementType

void setAgreementType(SjCode inData)
Field agreementType is defined as mandatory.


getAgreementTypeValue

java.lang.String getAgreementTypeValue()
Field agreementType is defined as mandatory.


setAgreementTypeValue

void setAgreementTypeValue(java.lang.String inData)
Field agreementType is defined as mandatory.


setAgreementTypeValue

void setAgreementTypeValue(java.lang.String inData,
                           boolean inNotify)
Field agreementType is defined as mandatory.


getAgreementId

SjIdentity getAgreementId()
Field agreementId is defined as optional.


lookupAgreementId

SjIdentity lookupAgreementId()
Field agreementId is defined as optional.


setAgreementId

void setAgreementId(SjIdentity inData)
Field agreementId is defined as optional.


getAgreementIdValue

java.lang.String getAgreementIdValue()
Field agreementId is defined as optional.


setAgreementIdValue

void setAgreementIdValue(java.lang.String inData)
Field agreementId is defined as optional.


setAgreementIdValue

void setAgreementIdValue(java.lang.String inData,
                         boolean inNotify)
Field agreementId is defined as optional.


getAgreementName

TiStringInterface getAgreementName()
Field agreementName is defined as optional.


lookupAgreementName

TiStringInterface lookupAgreementName()
Field agreementName is defined as optional.


setAgreementName

void setAgreementName(TiStringInterface inData)
Field agreementName is defined as optional.


getAgreementNameValue

java.lang.String getAgreementNameValue()
Field agreementName is defined as optional.


setAgreementNameValue

void setAgreementNameValue(java.lang.String inData)
Field agreementName is defined as optional.


setAgreementNameValue

void setAgreementNameValue(java.lang.String inData,
                           boolean inNotify)
Field agreementName is defined as optional.


getHotelOfferCode

SjCode getHotelOfferCode()
Field hotelOfferCode is defined as optional.


lookupHotelOfferCode

SjCode lookupHotelOfferCode()
Field hotelOfferCode is defined as optional.


setHotelOfferCode

void setHotelOfferCode(SjCode inData)
Field hotelOfferCode is defined as optional.


getHotelOfferCodeValue

java.lang.String getHotelOfferCodeValue()
Field hotelOfferCode is defined as optional.


setHotelOfferCodeValue

void setHotelOfferCodeValue(java.lang.String inData)
Field hotelOfferCode is defined as optional.


setHotelOfferCodeValue

void setHotelOfferCodeValue(java.lang.String inData,
                            boolean inNotify)
Field hotelOfferCode is defined as optional.


getAgreementDescriptionText

TiStringInterface getAgreementDescriptionText()
Field agreementDescriptionText is defined as optional.


lookupAgreementDescriptionText

TiStringInterface lookupAgreementDescriptionText()
Field agreementDescriptionText is defined as optional.


setAgreementDescriptionText

void setAgreementDescriptionText(TiStringInterface inData)
Field agreementDescriptionText is defined as optional.


getAgreementDescriptionTextValue

java.lang.String getAgreementDescriptionTextValue()
Field agreementDescriptionText is defined as optional.


setAgreementDescriptionTextValue

void setAgreementDescriptionTextValue(java.lang.String inData)
Field agreementDescriptionText is defined as optional.


setAgreementDescriptionTextValue

void setAgreementDescriptionTextValue(java.lang.String inData,
                                      boolean inNotify)
Field agreementDescriptionText is defined as optional.



Copyright © 2012. All Rights Reserved.