|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjDestinationOrderSpecification
Innehåller information målbeställning vid flytta rader
Field Summary | |
---|---|
static java.lang.String |
AGREEMENT_EXIST
|
static java.lang.String |
DESTINATION_ORDER
|
Method Summary | |
---|---|
TiBooleanInterface |
getAgreementExist()
Field agreementExist is defined as mandatory. |
java.lang.Boolean |
getAgreementExistValue()
Field agreementExist is defined as mandatory. |
TiByteArrayInterface |
getDestinationOrder()
Field destinationOrder is defined as mandatory. |
byte[] |
getDestinationOrderValue()
Field destinationOrder is defined as mandatory. |
TiBooleanInterface |
lookupAgreementExist()
Field agreementExist is defined as mandatory. |
TiByteArrayInterface |
lookupDestinationOrder()
Field destinationOrder is defined as mandatory. |
void |
setAgreementExist(TiBooleanInterface inData)
Field agreementExist is defined as mandatory. |
void |
setAgreementExistValue(java.lang.Boolean inData)
Field agreementExist is defined as mandatory. |
void |
setAgreementExistValue(java.lang.Boolean inData,
boolean inNotify)
Field agreementExist 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. |
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 DESTINATION_ORDER
static final java.lang.String AGREEMENT_EXIST
Method Detail |
---|
TiByteArrayInterface getDestinationOrder()
TiByteArrayInterface lookupDestinationOrder()
void setDestinationOrder(TiByteArrayInterface inData)
byte[] getDestinationOrderValue()
void setDestinationOrderValue(byte[] inData)
void setDestinationOrderValue(byte[] inData, boolean inNotify)
TiBooleanInterface getAgreementExist()
TiBooleanInterface lookupAgreementExist()
void setAgreementExist(TiBooleanInterface inData)
java.lang.Boolean getAgreementExistValue()
void setAgreementExistValue(java.lang.Boolean inData)
void setAgreementExistValue(java.lang.Boolean inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |