|
||||||||||
| 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.SjDocumentDataPrintedSpecificationPlain
public class SjDocumentDataPrintedSpecificationPlain
InnehÄller data om utskrivet dokument
InvoiceNumber = fakturanummer
OrderDistributionType = dokumentets utskriftskod (dokutskod)
InvoiceSalesUnit = faktura sstnr
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
TiAbstractMapData.TiMapDataComparator |
| Field Summary | |
|---|---|
SjIdentityPlain |
invoiceNumber
|
SjIdentityPlain |
invoiceSalesUnit
|
SjCodePlain |
orderDistributionType
|
| Fields inherited from interface se.sj.stina.domain.model.SjDocumentDataPrintedSpecification |
|---|
INVOICE_NUMBER, INVOICE_SALES_UNIT, ORDER_DISTRIBUTION_TYPE |
| Constructor Summary | |
|---|---|
SjDocumentDataPrintedSpecificationPlain()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getGeneratedTiName()
|
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. |
java.lang.String |
getRealTiName()
|
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 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 SjIdentityPlain invoiceNumber
public SjCodePlain orderDistributionType
public SjIdentityPlain invoiceSalesUnit
| Constructor Detail |
|---|
public SjDocumentDataPrintedSpecificationPlain()
| Method Detail |
|---|
public SjIdentity getInvoiceNumber()
getInvoiceNumber in interface SjDocumentDataPrintedSpecificationpublic SjIdentity lookupInvoiceNumber()
lookupInvoiceNumber in interface SjDocumentDataPrintedSpecificationpublic void setInvoiceNumber(SjIdentity inData)
setInvoiceNumber in interface SjDocumentDataPrintedSpecificationpublic java.lang.String getInvoiceNumberValue()
getInvoiceNumberValue in interface SjDocumentDataPrintedSpecificationpublic void setInvoiceNumberValue(java.lang.String inData)
setInvoiceNumberValue in interface SjDocumentDataPrintedSpecification
public void setInvoiceNumberValue(java.lang.String inData,
boolean inNotify)
setInvoiceNumberValue in interface SjDocumentDataPrintedSpecificationpublic SjCode getOrderDistributionType()
getOrderDistributionType in interface SjDocumentDataPrintedSpecificationpublic SjCode lookupOrderDistributionType()
lookupOrderDistributionType in interface SjDocumentDataPrintedSpecificationpublic void setOrderDistributionType(SjCode inData)
setOrderDistributionType in interface SjDocumentDataPrintedSpecificationpublic java.lang.String getOrderDistributionTypeValue()
getOrderDistributionTypeValue in interface SjDocumentDataPrintedSpecificationpublic void setOrderDistributionTypeValue(java.lang.String inData)
setOrderDistributionTypeValue in interface SjDocumentDataPrintedSpecification
public void setOrderDistributionTypeValue(java.lang.String inData,
boolean inNotify)
setOrderDistributionTypeValue in interface SjDocumentDataPrintedSpecificationpublic SjIdentity getInvoiceSalesUnit()
getInvoiceSalesUnit in interface SjDocumentDataPrintedSpecificationpublic SjIdentity lookupInvoiceSalesUnit()
lookupInvoiceSalesUnit in interface SjDocumentDataPrintedSpecificationpublic void setInvoiceSalesUnit(SjIdentity inData)
setInvoiceSalesUnit in interface SjDocumentDataPrintedSpecificationpublic java.lang.String getInvoiceSalesUnitValue()
getInvoiceSalesUnitValue in interface SjDocumentDataPrintedSpecificationpublic void setInvoiceSalesUnitValue(java.lang.String inData)
setInvoiceSalesUnitValue in interface SjDocumentDataPrintedSpecification
public void setInvoiceSalesUnitValue(java.lang.String inData,
boolean inNotify)
setInvoiceSalesUnitValue in interface SjDocumentDataPrintedSpecificationpublic 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 | |||||||||