se.sj.stina.domain.model
Interface SjOrderQueueResultItem

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:
SjOrderQueueResultItemPlain, SjOrderQueueResultItemStandard

public interface SjOrderQueueResultItem
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

en post med best-information, från sök bestkö


Field Summary
static java.lang.String COSTS_ACCOUNT
           
static java.lang.String CUSTOMER_ID
           
static java.lang.String CUSTOMER_ID_SJ
           
static java.lang.String DEBITABLE
           
static java.lang.String ORDER_ID
           
static java.lang.String REFERENCE
           
static java.lang.String RETRIEVAL_DATE
           
static java.lang.String SALES_ID
           
static java.lang.String TRAVEL_LINK_ORDER
           
 
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 getCostsAccount()
          Field costsAccount is defined as optional.
 java.lang.String getCostsAccountValue()
          Field costsAccount is defined as optional.
 SjIdentity getCustomerId()
          Field customerId is defined as optional.
 SjIdentity getCustomerIdSj()
          Field customerIdSj is defined as optional.
 java.lang.String getCustomerIdSjValue()
          Field customerIdSj is defined as optional.
 java.lang.String getCustomerIdValue()
          Field customerId is defined as optional.
 TiBooleanInterface getDebitable()
          Field debitable is defined as mandatory.
 java.lang.Boolean getDebitableValue()
          Field debitable is defined as mandatory.
 SjIdentity getOrderId()
          Field orderId is defined as mandatory.
 java.lang.String getOrderIdValue()
          Field orderId is defined as mandatory.
 TiStringInterface getReference()
          Field reference is defined as optional.
 java.lang.String getReferenceValue()
          Field reference is defined as optional.
 TiDate getRetrievalDate()
          Field retrievalDate is defined as mandatory.
 TiStringInterface getSalesId()
          Field salesId is defined as optional.
 java.lang.String getSalesIdValue()
          Field salesId is defined as optional.
 TiBooleanInterface getTravelLinkOrder()
          Field travelLinkOrder is defined as mandatory.
 java.lang.Boolean getTravelLinkOrderValue()
          Field travelLinkOrder is defined as mandatory.
 TiStringInterface lookupCostsAccount()
          Field costsAccount is defined as optional.
 SjIdentity lookupCustomerId()
          Field customerId is defined as optional.
 SjIdentity lookupCustomerIdSj()
          Field customerIdSj is defined as optional.
 TiBooleanInterface lookupDebitable()
          Field debitable is defined as mandatory.
 SjIdentity lookupOrderId()
          Field orderId is defined as mandatory.
 TiStringInterface lookupReference()
          Field reference is defined as optional.
 TiDate lookupRetrievalDate()
          Field retrievalDate is defined as mandatory.
 TiStringInterface lookupSalesId()
          Field salesId is defined as optional.
 TiBooleanInterface lookupTravelLinkOrder()
          Field travelLinkOrder is defined as mandatory.
 void setCostsAccount(TiStringInterface inData)
          Field costsAccount is defined as optional.
 void setCostsAccountValue(java.lang.String inData)
          Field costsAccount is defined as optional.
 void setCostsAccountValue(java.lang.String inData, boolean inNotify)
          Field costsAccount is defined as optional.
 void setCustomerId(SjIdentity inData)
          Field customerId is defined as optional.
 void setCustomerIdSj(SjIdentity inData)
          Field customerIdSj is defined as optional.
 void setCustomerIdSjValue(java.lang.String inData)
          Field customerIdSj is defined as optional.
 void setCustomerIdSjValue(java.lang.String inData, boolean inNotify)
          Field customerIdSj is defined as optional.
 void setCustomerIdValue(java.lang.String inData)
          Field customerId is defined as optional.
 void setCustomerIdValue(java.lang.String inData, boolean inNotify)
          Field customerId is defined as optional.
 void setDebitable(TiBooleanInterface inData)
          Field debitable is defined as mandatory.
 void setDebitableValue(java.lang.Boolean inData)
          Field debitable is defined as mandatory.
 void setDebitableValue(java.lang.Boolean inData, boolean inNotify)
          Field debitable is defined as mandatory.
 void setOrderId(SjIdentity inData)
          Field orderId is defined as mandatory.
 void setOrderIdValue(java.lang.String inData)
          Field orderId is defined as mandatory.
 void setOrderIdValue(java.lang.String inData, boolean inNotify)
          Field orderId is defined as mandatory.
 void setReference(TiStringInterface inData)
          Field reference is defined as optional.
 void setReferenceValue(java.lang.String inData)
          Field reference is defined as optional.
 void setReferenceValue(java.lang.String inData, boolean inNotify)
          Field reference is defined as optional.
 void setRetrievalDate(TiDate inData)
          Field retrievalDate is defined as mandatory.
 void setSalesId(TiStringInterface inData)
          Field salesId is defined as optional.
 void setSalesIdValue(java.lang.String inData)
          Field salesId is defined as optional.
 void setSalesIdValue(java.lang.String inData, boolean inNotify)
          Field salesId is defined as optional.
 void setTravelLinkOrder(TiBooleanInterface inData)
          Field travelLinkOrder is defined as mandatory.
 void setTravelLinkOrderValue(java.lang.Boolean inData)
          Field travelLinkOrder is defined as mandatory.
 void setTravelLinkOrderValue(java.lang.Boolean inData, boolean inNotify)
          Field travelLinkOrder is defined as mandatory.
 
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

ORDER_ID

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

RETRIEVAL_DATE

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

TRAVEL_LINK_ORDER

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

DEBITABLE

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

CUSTOMER_ID

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

REFERENCE

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

SALES_ID

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

CUSTOMER_ID_SJ

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

COSTS_ACCOUNT

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

getOrderId

SjIdentity getOrderId()
Field orderId is defined as mandatory.


lookupOrderId

SjIdentity lookupOrderId()
Field orderId is defined as mandatory.


setOrderId

void setOrderId(SjIdentity inData)
Field orderId is defined as mandatory.


getOrderIdValue

java.lang.String getOrderIdValue()
Field orderId is defined as mandatory.


setOrderIdValue

void setOrderIdValue(java.lang.String inData)
Field orderId is defined as mandatory.


setOrderIdValue

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


getRetrievalDate

TiDate getRetrievalDate()
Field retrievalDate is defined as mandatory.


lookupRetrievalDate

TiDate lookupRetrievalDate()
Field retrievalDate is defined as mandatory.


setRetrievalDate

void setRetrievalDate(TiDate inData)
Field retrievalDate is defined as mandatory.


getTravelLinkOrder

TiBooleanInterface getTravelLinkOrder()
Field travelLinkOrder is defined as mandatory.


lookupTravelLinkOrder

TiBooleanInterface lookupTravelLinkOrder()
Field travelLinkOrder is defined as mandatory.


setTravelLinkOrder

void setTravelLinkOrder(TiBooleanInterface inData)
Field travelLinkOrder is defined as mandatory.


getTravelLinkOrderValue

java.lang.Boolean getTravelLinkOrderValue()
Field travelLinkOrder is defined as mandatory.


setTravelLinkOrderValue

void setTravelLinkOrderValue(java.lang.Boolean inData)
Field travelLinkOrder is defined as mandatory.


setTravelLinkOrderValue

void setTravelLinkOrderValue(java.lang.Boolean inData,
                             boolean inNotify)
Field travelLinkOrder is defined as mandatory.


getDebitable

TiBooleanInterface getDebitable()
Field debitable is defined as mandatory.


lookupDebitable

TiBooleanInterface lookupDebitable()
Field debitable is defined as mandatory.


setDebitable

void setDebitable(TiBooleanInterface inData)
Field debitable is defined as mandatory.


getDebitableValue

java.lang.Boolean getDebitableValue()
Field debitable is defined as mandatory.


setDebitableValue

void setDebitableValue(java.lang.Boolean inData)
Field debitable is defined as mandatory.


setDebitableValue

void setDebitableValue(java.lang.Boolean inData,
                       boolean inNotify)
Field debitable is defined as mandatory.


getCustomerId

SjIdentity getCustomerId()
Field customerId is defined as optional.


lookupCustomerId

SjIdentity lookupCustomerId()
Field customerId is defined as optional.


setCustomerId

void setCustomerId(SjIdentity inData)
Field customerId is defined as optional.


getCustomerIdValue

java.lang.String getCustomerIdValue()
Field customerId is defined as optional.


setCustomerIdValue

void setCustomerIdValue(java.lang.String inData)
Field customerId is defined as optional.


setCustomerIdValue

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


getReference

TiStringInterface getReference()
Field reference is defined as optional.


lookupReference

TiStringInterface lookupReference()
Field reference is defined as optional.


setReference

void setReference(TiStringInterface inData)
Field reference is defined as optional.


getReferenceValue

java.lang.String getReferenceValue()
Field reference is defined as optional.


setReferenceValue

void setReferenceValue(java.lang.String inData)
Field reference is defined as optional.


setReferenceValue

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


getSalesId

TiStringInterface getSalesId()
Field salesId is defined as optional.


lookupSalesId

TiStringInterface lookupSalesId()
Field salesId is defined as optional.


setSalesId

void setSalesId(TiStringInterface inData)
Field salesId is defined as optional.


getSalesIdValue

java.lang.String getSalesIdValue()
Field salesId is defined as optional.


setSalesIdValue

void setSalesIdValue(java.lang.String inData)
Field salesId is defined as optional.


setSalesIdValue

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


getCustomerIdSj

SjIdentity getCustomerIdSj()
Field customerIdSj is defined as optional.


lookupCustomerIdSj

SjIdentity lookupCustomerIdSj()
Field customerIdSj is defined as optional.


setCustomerIdSj

void setCustomerIdSj(SjIdentity inData)
Field customerIdSj is defined as optional.


getCustomerIdSjValue

java.lang.String getCustomerIdSjValue()
Field customerIdSj is defined as optional.


setCustomerIdSjValue

void setCustomerIdSjValue(java.lang.String inData)
Field customerIdSj is defined as optional.


setCustomerIdSjValue

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


getCostsAccount

TiStringInterface getCostsAccount()
Field costsAccount is defined as optional.


lookupCostsAccount

TiStringInterface lookupCostsAccount()
Field costsAccount is defined as optional.


setCostsAccount

void setCostsAccount(TiStringInterface inData)
Field costsAccount is defined as optional.


getCostsAccountValue

java.lang.String getCostsAccountValue()
Field costsAccount is defined as optional.


setCostsAccountValue

void setCostsAccountValue(java.lang.String inData)
Field costsAccount is defined as optional.


setCostsAccountValue

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



Copyright © 2012. All Rights Reserved.