|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjDocumentDataPrintedSpecification
InnehÄller data om utskrivet dokument
InvoiceNumber = fakturanummer
OrderDistributionType = dokumentets utskriftskod (dokutskod)
InvoiceSalesUnit = faktura sstnr
Field Summary | |
---|---|
static java.lang.String |
INVOICE_NUMBER
|
static java.lang.String |
INVOICE_SALES_UNIT
|
static java.lang.String |
ORDER_DISTRIBUTION_TYPE
|
Method Summary | |
---|---|
SjIdentity |
getInvoiceNumber()
Field invoiceNumber is defined as mandatory. |
java.lang.String |
getInvoiceNumberValue()
Field invoiceNumber is defined as mandatory. |
SjIdentity |
getInvoiceSalesUnit()
Field invoiceSalesUnit is defined as mandatory. |
java.lang.String |
getInvoiceSalesUnitValue()
Field invoiceSalesUnit is defined as mandatory. |
SjCode |
getOrderDistributionType()
Field orderDistributionType is defined as mandatory. |
java.lang.String |
getOrderDistributionTypeValue()
Field orderDistributionType is defined as mandatory. |
SjIdentity |
lookupInvoiceNumber()
Field invoiceNumber is defined as mandatory. |
SjIdentity |
lookupInvoiceSalesUnit()
Field invoiceSalesUnit is defined as mandatory. |
SjCode |
lookupOrderDistributionType()
Field orderDistributionType is defined as mandatory. |
void |
setInvoiceNumber(SjIdentity inData)
Field invoiceNumber is defined as mandatory. |
void |
setInvoiceNumberValue(java.lang.String inData)
Field invoiceNumber is defined as mandatory. |
void |
setInvoiceNumberValue(java.lang.String inData,
boolean inNotify)
Field invoiceNumber is defined as mandatory. |
void |
setInvoiceSalesUnit(SjIdentity inData)
Field invoiceSalesUnit is defined as mandatory. |
void |
setInvoiceSalesUnitValue(java.lang.String inData)
Field invoiceSalesUnit is defined as mandatory. |
void |
setInvoiceSalesUnitValue(java.lang.String inData,
boolean inNotify)
Field invoiceSalesUnit is defined as mandatory. |
void |
setOrderDistributionType(SjCode inData)
Field orderDistributionType is defined as mandatory. |
void |
setOrderDistributionTypeValue(java.lang.String inData)
Field orderDistributionType is defined as mandatory. |
void |
setOrderDistributionTypeValue(java.lang.String inData,
boolean inNotify)
Field orderDistributionType 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 INVOICE_NUMBER
static final java.lang.String ORDER_DISTRIBUTION_TYPE
static final java.lang.String INVOICE_SALES_UNIT
Method Detail |
---|
SjIdentity getInvoiceNumber()
SjIdentity lookupInvoiceNumber()
void setInvoiceNumber(SjIdentity inData)
java.lang.String getInvoiceNumberValue()
void setInvoiceNumberValue(java.lang.String inData)
void setInvoiceNumberValue(java.lang.String inData, boolean inNotify)
SjCode getOrderDistributionType()
SjCode lookupOrderDistributionType()
void setOrderDistributionType(SjCode inData)
java.lang.String getOrderDistributionTypeValue()
void setOrderDistributionTypeValue(java.lang.String inData)
void setOrderDistributionTypeValue(java.lang.String inData, boolean inNotify)
SjIdentity getInvoiceSalesUnit()
SjIdentity lookupInvoiceSalesUnit()
void setInvoiceSalesUnit(SjIdentity inData)
java.lang.String getInvoiceSalesUnitValue()
void setInvoiceSalesUnitValue(java.lang.String inData)
void setInvoiceSalesUnitValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |