se.sj.stina.domain.model
Interface SjTransactionJournalSpecification

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:
SjTransactionJournalSpecificationPlain, SjTransactionJournalSpecificationStandard

public interface SjTransactionJournalSpecification
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

Information för att kunna skapa en journaldatapost på servern


Field Summary
static java.lang.String APPROVAL_CODE
           
static java.lang.String BUNDLE_ID
           
static java.lang.String CARD_SYSTEM
           
static java.lang.String CURRENT_DATE
           
static java.lang.String TERMINAL_ID
           
 
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 getApprovalCode()
          Field approvalCode is defined as optional.
 java.lang.String getApprovalCodeValue()
          Field approvalCode is defined as optional.
 TiStringInterface getBundleId()
          Field bundleId is defined as mandatory.
 java.lang.String getBundleIdValue()
          Field bundleId is defined as mandatory.
 TiStringInterface getCardSystem()
          Field cardSystem is defined as optional.
 java.lang.String getCardSystemValue()
          Field cardSystem is defined as optional.
 TiDateTime getCurrentDate()
          Field currentDate is defined as optional.
 TiStringInterface getTerminalID()
          Field terminalID is defined as mandatory.
 java.lang.String getTerminalIDValue()
          Field terminalID is defined as mandatory.
 TiStringInterface lookupApprovalCode()
          Field approvalCode is defined as optional.
 TiStringInterface lookupBundleId()
          Field bundleId is defined as mandatory.
 TiStringInterface lookupCardSystem()
          Field cardSystem is defined as optional.
 TiDateTime lookupCurrentDate()
          Field currentDate is defined as optional.
 TiStringInterface lookupTerminalID()
          Field terminalID is defined as mandatory.
 void setApprovalCode(TiStringInterface inData)
          Field approvalCode is defined as optional.
 void setApprovalCodeValue(java.lang.String inData)
          Field approvalCode is defined as optional.
 void setApprovalCodeValue(java.lang.String inData, boolean inNotify)
          Field approvalCode is defined as optional.
 void setBundleId(TiStringInterface inData)
          Field bundleId is defined as mandatory.
 void setBundleIdValue(java.lang.String inData)
          Field bundleId is defined as mandatory.
 void setBundleIdValue(java.lang.String inData, boolean inNotify)
          Field bundleId is defined as mandatory.
 void setCardSystem(TiStringInterface inData)
          Field cardSystem is defined as optional.
 void setCardSystemValue(java.lang.String inData)
          Field cardSystem is defined as optional.
 void setCardSystemValue(java.lang.String inData, boolean inNotify)
          Field cardSystem is defined as optional.
 void setCurrentDate(TiDateTime inData)
          Field currentDate is defined as optional.
 void setTerminalID(TiStringInterface inData)
          Field terminalID is defined as mandatory.
 void setTerminalIDValue(java.lang.String inData)
          Field terminalID is defined as mandatory.
 void setTerminalIDValue(java.lang.String inData, boolean inNotify)
          Field terminalID 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

TERMINAL_ID

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

BUNDLE_ID

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

CURRENT_DATE

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

APPROVAL_CODE

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

CARD_SYSTEM

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

getTerminalID

TiStringInterface getTerminalID()
Field terminalID is defined as mandatory.


lookupTerminalID

TiStringInterface lookupTerminalID()
Field terminalID is defined as mandatory.


setTerminalID

void setTerminalID(TiStringInterface inData)
Field terminalID is defined as mandatory.


getTerminalIDValue

java.lang.String getTerminalIDValue()
Field terminalID is defined as mandatory.


setTerminalIDValue

void setTerminalIDValue(java.lang.String inData)
Field terminalID is defined as mandatory.


setTerminalIDValue

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


getBundleId

TiStringInterface getBundleId()
Field bundleId is defined as mandatory.


lookupBundleId

TiStringInterface lookupBundleId()
Field bundleId is defined as mandatory.


setBundleId

void setBundleId(TiStringInterface inData)
Field bundleId is defined as mandatory.


getBundleIdValue

java.lang.String getBundleIdValue()
Field bundleId is defined as mandatory.


setBundleIdValue

void setBundleIdValue(java.lang.String inData)
Field bundleId is defined as mandatory.


setBundleIdValue

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


getCurrentDate

TiDateTime getCurrentDate()
Field currentDate is defined as optional.


lookupCurrentDate

TiDateTime lookupCurrentDate()
Field currentDate is defined as optional.


setCurrentDate

void setCurrentDate(TiDateTime inData)
Field currentDate is defined as optional.


getApprovalCode

TiStringInterface getApprovalCode()
Field approvalCode is defined as optional.


lookupApprovalCode

TiStringInterface lookupApprovalCode()
Field approvalCode is defined as optional.


setApprovalCode

void setApprovalCode(TiStringInterface inData)
Field approvalCode is defined as optional.


getApprovalCodeValue

java.lang.String getApprovalCodeValue()
Field approvalCode is defined as optional.


setApprovalCodeValue

void setApprovalCodeValue(java.lang.String inData)
Field approvalCode is defined as optional.


setApprovalCodeValue

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


getCardSystem

TiStringInterface getCardSystem()
Field cardSystem is defined as optional.


lookupCardSystem

TiStringInterface lookupCardSystem()
Field cardSystem is defined as optional.


setCardSystem

void setCardSystem(TiStringInterface inData)
Field cardSystem is defined as optional.


getCardSystemValue

java.lang.String getCardSystemValue()
Field cardSystem is defined as optional.


setCardSystemValue

void setCardSystemValue(java.lang.String inData)
Field cardSystem is defined as optional.


setCardSystemValue

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



Copyright © 2012. All Rights Reserved.