|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.stina.framework.core.model.TiAbstractData
org.stina.framework.core.model.TiAbstractMapData
se.sj.stina.domain.model.impl.plain.SjCashRegisterCreditOrderPlain
public class SjCashRegisterCreditOrderPlain
Beställning som krediteras
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
TiAbstractMapData.TiMapDataComparator |
| Field Summary | |
|---|---|
SjCashRegisterCreditOrderItemListPlain |
cashRegisterCreditOrderItemList
|
TiByteArrayData |
destinationOrder
|
SjIdentityPlain |
orderId
|
| Fields inherited from interface se.sj.stina.domain.model.SjCashRegisterCreditOrder |
|---|
CASH_REGISTER_CREDIT_ORDER_ITEM_LIST, DESTINATION_ORDER, ORDER_ID |
| Constructor Summary | |
|---|---|
SjCashRegisterCreditOrderPlain()
|
|
| Method Summary | |
|---|---|
SjCashRegisterCreditOrderItemList |
getCashRegisterCreditOrderItemList()
Field cashRegisterCreditOrderItemList is defined as mandatory. |
TiByteArrayInterface |
getDestinationOrder()
Field destinationOrder is defined as mandatory. |
byte[] |
getDestinationOrderValue()
Field destinationOrder is defined as mandatory. |
java.lang.String |
getGeneratedTiName()
|
SjIdentity |
getOrderId()
Field orderId is defined as mandatory. |
java.lang.String |
getOrderIdValue()
Field orderId is defined as mandatory. |
java.lang.String |
getRealTiName()
|
SjCashRegisterCreditOrderItemList |
lookupCashRegisterCreditOrderItemList()
Field cashRegisterCreditOrderItemList is defined as mandatory. |
TiByteArrayInterface |
lookupDestinationOrder()
Field destinationOrder is defined as mandatory. |
SjIdentity |
lookupOrderId()
Field orderId is defined as mandatory. |
void |
setCashRegisterCreditOrderItemList(SjCashRegisterCreditOrderItemList inData)
Field cashRegisterCreditOrderItemList is defined as mandatory. |
void |
setDestinationOrder(TiByteArrayInterface inData)
Field destinationOrder is defined as mandatory. |
void |
setDestinationOrderValue(byte[] inData)
Field destinationOrder is defined as mandatory. |
void |
setDestinationOrderValue(byte[] inData,
boolean inNotify)
Field destinationOrder 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. |
| Methods inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
clear, clone, clone, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getFieldNames, getIndexForXorPart, getModel, getModelImpl, getValue, getXorNameForXorPart, getXorPart, getXorPartNames, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setModel, setValue, setValue, specifyXors, toDebugString, toDebugString, updateXorIndex |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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, 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 |
| Methods inherited from interface org.stina.framework.support.util.TiModelComponentInterface |
|---|
property |
| Field Detail |
|---|
public TiByteArrayData destinationOrder
public SjIdentityPlain orderId
public SjCashRegisterCreditOrderItemListPlain cashRegisterCreditOrderItemList
| Constructor Detail |
|---|
public SjCashRegisterCreditOrderPlain()
| Method Detail |
|---|
public TiByteArrayInterface getDestinationOrder()
getDestinationOrder in interface SjCashRegisterCreditOrderpublic TiByteArrayInterface lookupDestinationOrder()
lookupDestinationOrder in interface SjCashRegisterCreditOrderpublic void setDestinationOrder(TiByteArrayInterface inData)
setDestinationOrder in interface SjCashRegisterCreditOrderpublic byte[] getDestinationOrderValue()
getDestinationOrderValue in interface SjCashRegisterCreditOrderpublic void setDestinationOrderValue(byte[] inData)
setDestinationOrderValue in interface SjCashRegisterCreditOrder
public void setDestinationOrderValue(byte[] inData,
boolean inNotify)
setDestinationOrderValue in interface SjCashRegisterCreditOrderpublic SjIdentity getOrderId()
getOrderId in interface SjCashRegisterCreditOrderpublic SjIdentity lookupOrderId()
lookupOrderId in interface SjCashRegisterCreditOrderpublic void setOrderId(SjIdentity inData)
setOrderId in interface SjCashRegisterCreditOrderpublic java.lang.String getOrderIdValue()
getOrderIdValue in interface SjCashRegisterCreditOrderpublic void setOrderIdValue(java.lang.String inData)
setOrderIdValue in interface SjCashRegisterCreditOrder
public void setOrderIdValue(java.lang.String inData,
boolean inNotify)
setOrderIdValue in interface SjCashRegisterCreditOrderpublic SjCashRegisterCreditOrderItemList getCashRegisterCreditOrderItemList()
getCashRegisterCreditOrderItemList in interface SjCashRegisterCreditOrderpublic SjCashRegisterCreditOrderItemList lookupCashRegisterCreditOrderItemList()
lookupCashRegisterCreditOrderItemList in interface SjCashRegisterCreditOrderpublic void setCashRegisterCreditOrderItemList(SjCashRegisterCreditOrderItemList inData)
setCashRegisterCreditOrderItemList in interface SjCashRegisterCreditOrderpublic java.lang.String getRealTiName()
getRealTiName in interface TiCommonModelPartInterfacegetRealTiName in class TiAbstractDatapublic java.lang.String getGeneratedTiName()
getGeneratedTiName in interface TiCommonModelPartInterfacegetGeneratedTiName in class TiAbstractData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||