se.sj.stina.domain.model
Interface SjRetroactiveMemberSpecification

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:
SjRetroactiveMemberSpecificationPlain, SjRetroactiveMemberSpecificationStandard

public interface SjRetroactiveMemberSpecification
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface


Field Summary
static java.lang.String CARD_NUMBER
           
static java.lang.String CARD_TYPE
           
static java.lang.String EXPIRATION_DATE
           
static java.lang.String ORDER_ITEM_ROW_NR
           
static java.lang.String ORDER_NUMBER
           
static java.lang.String ORDER_ROW_INDICATOR_XOR
           
static java.lang.String START_DATE
           
static java.lang.String TICKET_NUMBER
           
 
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 getCardNumber()
          Field cardNumber is defined as mandatory.
 java.lang.String getCardNumberValue()
          Field cardNumber is defined as mandatory.
 TiStringInterface getCardType()
          Field cardType is defined as optional.
 java.lang.String getCardTypeValue()
          Field cardType is defined as optional.
 TiDate getExpirationDate()
          Field expirationDate is defined as optional.
 SjIntegerString getOrderItemRowNr()
          Field orderItemRowNr is defined as part of xor.
 java.lang.String getOrderItemRowNrValue()
          Field orderItemRowNr is defined as part of xor.
 TiStringInterface getOrderNumber()
          Field orderNumber is defined as part of xor.
 java.lang.String getOrderNumberValue()
          Field orderNumber is defined as part of xor.
 TiIntegerInterface getOrderRowIndicatorXor()
          field orderRowIndicatorXor
 java.lang.Integer getOrderRowIndicatorXorValue()
          field orderRowIndicatorXor
 TiDate getStartDate()
          Field startDate is defined as mandatory.
 TiStringInterface getTicketNumber()
          Field ticketNumber is defined as part of xor.
 java.lang.String getTicketNumberValue()
          Field ticketNumber is defined as part of xor.
 TiStringInterface lookupCardNumber()
          Field cardNumber is defined as mandatory.
 TiStringInterface lookupCardType()
          Field cardType is defined as optional.
 TiDate lookupExpirationDate()
          Field expirationDate is defined as optional.
 SjIntegerString lookupOrderItemRowNr()
          Field orderItemRowNr is defined as part of xor.
 TiStringInterface lookupOrderNumber()
          Field orderNumber is defined as part of xor.
 TiIntegerInterface lookupOrderRowIndicatorXor()
          field orderRowIndicatorXor
 TiDate lookupStartDate()
          Field startDate is defined as mandatory.
 TiStringInterface lookupTicketNumber()
          Field ticketNumber is defined as part of xor.
 void setCardNumber(TiStringInterface inData)
          Field cardNumber is defined as mandatory.
 void setCardNumberValue(java.lang.String inData)
          Field cardNumber is defined as mandatory.
 void setCardNumberValue(java.lang.String inData, boolean inNotify)
          Field cardNumber is defined as mandatory.
 void setCardType(TiStringInterface inData)
          Field cardType is defined as optional.
 void setCardTypeValue(java.lang.String inData)
          Field cardType is defined as optional.
 void setCardTypeValue(java.lang.String inData, boolean inNotify)
          Field cardType is defined as optional.
 void setExpirationDate(TiDate inData)
          Field expirationDate is defined as optional.
 void setOrderItemRowNr(SjIntegerString inData)
          Field orderItemRowNr is defined as part of xor.
 void setOrderItemRowNrValue(java.lang.String inData)
          Field orderItemRowNr is defined as part of xor.
 void setOrderItemRowNrValue(java.lang.String inData, boolean inNotify)
          Field orderItemRowNr is defined as part of xor.
 void setOrderNumber(TiStringInterface inData)
          Field orderNumber is defined as part of xor.
 void setOrderNumberValue(java.lang.String inData)
          Field orderNumber is defined as part of xor.
 void setOrderNumberValue(java.lang.String inData, boolean inNotify)
          Field orderNumber is defined as part of xor.
 void setOrderRowIndicatorXor(TiIntegerInterface inData)
          field orderRowIndicatorXor
 void setOrderRowIndicatorXorValue(java.lang.Integer inData)
          field orderRowIndicatorXor
 void setStartDate(TiDate inData)
          Field startDate is defined as mandatory.
 void setTicketNumber(TiStringInterface inData)
          Field ticketNumber is defined as part of xor.
 void setTicketNumberValue(java.lang.String inData)
          Field ticketNumber is defined as part of xor.
 void setTicketNumberValue(java.lang.String inData, boolean inNotify)
          Field ticketNumber is defined as part of xor.
 
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_ROW_INDICATOR_XOR

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

TICKET_NUMBER

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

ORDER_NUMBER

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

ORDER_ITEM_ROW_NR

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

CARD_NUMBER

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

START_DATE

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

EXPIRATION_DATE

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

CARD_TYPE

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

getOrderRowIndicatorXor

TiIntegerInterface getOrderRowIndicatorXor()
field orderRowIndicatorXor


lookupOrderRowIndicatorXor

TiIntegerInterface lookupOrderRowIndicatorXor()
field orderRowIndicatorXor


setOrderRowIndicatorXor

void setOrderRowIndicatorXor(TiIntegerInterface inData)
field orderRowIndicatorXor


getOrderRowIndicatorXorValue

java.lang.Integer getOrderRowIndicatorXorValue()
field orderRowIndicatorXor


setOrderRowIndicatorXorValue

void setOrderRowIndicatorXorValue(java.lang.Integer inData)
field orderRowIndicatorXor


getTicketNumber

TiStringInterface getTicketNumber()
Field ticketNumber is defined as part of xor.


lookupTicketNumber

TiStringInterface lookupTicketNumber()
Field ticketNumber is defined as part of xor.


setTicketNumber

void setTicketNumber(TiStringInterface inData)
Field ticketNumber is defined as part of xor.


getTicketNumberValue

java.lang.String getTicketNumberValue()
Field ticketNumber is defined as part of xor.


setTicketNumberValue

void setTicketNumberValue(java.lang.String inData)
Field ticketNumber is defined as part of xor.


setTicketNumberValue

void setTicketNumberValue(java.lang.String inData,
                          boolean inNotify)
Field ticketNumber is defined as part of xor.


getOrderNumber

TiStringInterface getOrderNumber()
Field orderNumber is defined as part of xor.


lookupOrderNumber

TiStringInterface lookupOrderNumber()
Field orderNumber is defined as part of xor.


setOrderNumber

void setOrderNumber(TiStringInterface inData)
Field orderNumber is defined as part of xor.


getOrderNumberValue

java.lang.String getOrderNumberValue()
Field orderNumber is defined as part of xor.


setOrderNumberValue

void setOrderNumberValue(java.lang.String inData)
Field orderNumber is defined as part of xor.


setOrderNumberValue

void setOrderNumberValue(java.lang.String inData,
                         boolean inNotify)
Field orderNumber is defined as part of xor.


getOrderItemRowNr

SjIntegerString getOrderItemRowNr()
Field orderItemRowNr is defined as part of xor.


lookupOrderItemRowNr

SjIntegerString lookupOrderItemRowNr()
Field orderItemRowNr is defined as part of xor.


setOrderItemRowNr

void setOrderItemRowNr(SjIntegerString inData)
Field orderItemRowNr is defined as part of xor.


getOrderItemRowNrValue

java.lang.String getOrderItemRowNrValue()
Field orderItemRowNr is defined as part of xor.


setOrderItemRowNrValue

void setOrderItemRowNrValue(java.lang.String inData)
Field orderItemRowNr is defined as part of xor.


setOrderItemRowNrValue

void setOrderItemRowNrValue(java.lang.String inData,
                            boolean inNotify)
Field orderItemRowNr is defined as part of xor.


getCardNumber

TiStringInterface getCardNumber()
Field cardNumber is defined as mandatory.


lookupCardNumber

TiStringInterface lookupCardNumber()
Field cardNumber is defined as mandatory.


setCardNumber

void setCardNumber(TiStringInterface inData)
Field cardNumber is defined as mandatory.


getCardNumberValue

java.lang.String getCardNumberValue()
Field cardNumber is defined as mandatory.


setCardNumberValue

void setCardNumberValue(java.lang.String inData)
Field cardNumber is defined as mandatory.


setCardNumberValue

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


getStartDate

TiDate getStartDate()
Field startDate is defined as mandatory.


lookupStartDate

TiDate lookupStartDate()
Field startDate is defined as mandatory.


setStartDate

void setStartDate(TiDate inData)
Field startDate is defined as mandatory.


getExpirationDate

TiDate getExpirationDate()
Field expirationDate is defined as optional.


lookupExpirationDate

TiDate lookupExpirationDate()
Field expirationDate is defined as optional.


setExpirationDate

void setExpirationDate(TiDate inData)
Field expirationDate is defined as optional.


getCardType

TiStringInterface getCardType()
Field cardType is defined as optional.


lookupCardType

TiStringInterface lookupCardType()
Field cardType is defined as optional.


setCardType

void setCardType(TiStringInterface inData)
Field cardType is defined as optional.


getCardTypeValue

java.lang.String getCardTypeValue()
Field cardType is defined as optional.


setCardTypeValue

void setCardTypeValue(java.lang.String inData)
Field cardType is defined as optional.


setCardTypeValue

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



Copyright © 2012. All Rights Reserved.