|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjValidForConfirmationOrderItem
En beställningsrads incheckningsbarhet
Field Summary | |
---|---|
static java.lang.String |
NOT_ALLOWED_TO_CONFIRM_ORDER_ITEM
|
static java.lang.String |
ORDER_ITEM_ID
|
static java.lang.String |
VALID_FOR_CONFIRMATION
|
Method Summary | |
---|---|
SjNotAllowedToConfirmOrderItem |
getNotAllowedToConfirmOrderItem()
Field notAllowedToConfirmOrderItem is defined as optional. |
SjIdentity |
getOrderItemId()
Field orderItemId is defined as mandatory. |
java.lang.String |
getOrderItemIdValue()
Field orderItemId is defined as mandatory. |
TiBooleanInterface |
getValidForConfirmation()
Field validForConfirmation is defined as mandatory. |
java.lang.Boolean |
getValidForConfirmationValue()
Field validForConfirmation is defined as mandatory. |
SjNotAllowedToConfirmOrderItem |
lookupNotAllowedToConfirmOrderItem()
Field notAllowedToConfirmOrderItem is defined as optional. |
SjIdentity |
lookupOrderItemId()
Field orderItemId is defined as mandatory. |
TiBooleanInterface |
lookupValidForConfirmation()
Field validForConfirmation is defined as mandatory. |
void |
setNotAllowedToConfirmOrderItem(SjNotAllowedToConfirmOrderItem inData)
Field notAllowedToConfirmOrderItem is defined as optional. |
void |
setOrderItemId(SjIdentity inData)
Field orderItemId is defined as mandatory. |
void |
setOrderItemIdValue(java.lang.String inData)
Field orderItemId is defined as mandatory. |
void |
setOrderItemIdValue(java.lang.String inData,
boolean inNotify)
Field orderItemId is defined as mandatory. |
void |
setValidForConfirmation(TiBooleanInterface inData)
Field validForConfirmation is defined as mandatory. |
void |
setValidForConfirmationValue(java.lang.Boolean inData)
Field validForConfirmation is defined as mandatory. |
void |
setValidForConfirmationValue(java.lang.Boolean inData,
boolean inNotify)
Field validForConfirmation 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.support.observer.TiSubjectInterface |
---|
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString |
Field Detail |
---|
static final java.lang.String ORDER_ITEM_ID
static final java.lang.String VALID_FOR_CONFIRMATION
static final java.lang.String NOT_ALLOWED_TO_CONFIRM_ORDER_ITEM
Method Detail |
---|
SjIdentity getOrderItemId()
SjIdentity lookupOrderItemId()
void setOrderItemId(SjIdentity inData)
java.lang.String getOrderItemIdValue()
void setOrderItemIdValue(java.lang.String inData)
void setOrderItemIdValue(java.lang.String inData, boolean inNotify)
TiBooleanInterface getValidForConfirmation()
TiBooleanInterface lookupValidForConfirmation()
void setValidForConfirmation(TiBooleanInterface inData)
java.lang.Boolean getValidForConfirmationValue()
void setValidForConfirmationValue(java.lang.Boolean inData)
void setValidForConfirmationValue(java.lang.Boolean inData, boolean inNotify)
SjNotAllowedToConfirmOrderItem getNotAllowedToConfirmOrderItem()
SjNotAllowedToConfirmOrderItem lookupNotAllowedToConfirmOrderItem()
void setNotAllowedToConfirmOrderItem(SjNotAllowedToConfirmOrderItem inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |