|
||||||||||
| 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.SjDocumentDataResultPlain
public class SjDocumentDataResultPlain
Resultatet av en DocumentDataQuery.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
TiAbstractMapData.TiMapDataComparator |
| Field Summary | |
|---|---|
SjClientInformationPlain |
clientInformation
|
SjIdentityPlain |
invoiceNumber
|
SjStringListPlain |
styleSheetList
|
TiByteArrayData |
xmlData
|
| Fields inherited from interface se.sj.stina.domain.model.SjDocumentDataResult |
|---|
CLIENT_INFORMATION, INVOICE_NUMBER, STYLE_SHEET_LIST, XML_DATA |
| Constructor Summary | |
|---|---|
SjDocumentDataResultPlain()
|
|
| Method Summary | |
|---|---|
SjClientInformation |
getClientInformation()
Field clientInformation is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
SjIdentity |
getInvoiceNumber()
Field invoiceNumber is defined as mandatory. |
java.lang.String |
getInvoiceNumberValue()
Field invoiceNumber is defined as mandatory. |
java.lang.String |
getRealTiName()
|
SjStringList |
getStyleSheetList()
Field styleSheetList is defined as mandatory. |
TiByteArrayInterface |
getXmlData()
Field xmlData is defined as mandatory. |
byte[] |
getXmlDataValue()
Field xmlData is defined as mandatory. |
SjClientInformation |
lookupClientInformation()
Field clientInformation is defined as optional. |
SjIdentity |
lookupInvoiceNumber()
Field invoiceNumber is defined as mandatory. |
SjStringList |
lookupStyleSheetList()
Field styleSheetList is defined as mandatory. |
TiByteArrayInterface |
lookupXmlData()
Field xmlData is defined as mandatory. |
void |
setClientInformation(SjClientInformation inData)
Field clientInformation is defined as optional. |
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 |
setStyleSheetList(SjStringList inData)
Field styleSheetList is defined as mandatory. |
void |
setXmlData(TiByteArrayInterface inData)
Field xmlData is defined as mandatory. |
void |
setXmlDataValue(byte[] inData)
Field xmlData is defined as mandatory. |
void |
setXmlDataValue(byte[] inData,
boolean inNotify)
Field xmlData 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 SjStringListPlain styleSheetList
public TiByteArrayData xmlData
public SjClientInformationPlain clientInformation
| Constructor Detail |
|---|
public SjDocumentDataResultPlain()
| Method Detail |
|---|
public SjIdentity getInvoiceNumber()
getInvoiceNumber in interface SjDocumentDataResultpublic SjIdentity lookupInvoiceNumber()
lookupInvoiceNumber in interface SjDocumentDataResultpublic void setInvoiceNumber(SjIdentity inData)
setInvoiceNumber in interface SjDocumentDataResultpublic java.lang.String getInvoiceNumberValue()
getInvoiceNumberValue in interface SjDocumentDataResultpublic void setInvoiceNumberValue(java.lang.String inData)
setInvoiceNumberValue in interface SjDocumentDataResult
public void setInvoiceNumberValue(java.lang.String inData,
boolean inNotify)
setInvoiceNumberValue in interface SjDocumentDataResultpublic SjStringList getStyleSheetList()
getStyleSheetList in interface SjDocumentDataResultpublic SjStringList lookupStyleSheetList()
lookupStyleSheetList in interface SjDocumentDataResultpublic void setStyleSheetList(SjStringList inData)
setStyleSheetList in interface SjDocumentDataResultpublic TiByteArrayInterface getXmlData()
getXmlData in interface SjDocumentDataResultpublic TiByteArrayInterface lookupXmlData()
lookupXmlData in interface SjDocumentDataResultpublic void setXmlData(TiByteArrayInterface inData)
setXmlData in interface SjDocumentDataResultpublic byte[] getXmlDataValue()
getXmlDataValue in interface SjDocumentDataResultpublic void setXmlDataValue(byte[] inData)
setXmlDataValue in interface SjDocumentDataResult
public void setXmlDataValue(byte[] inData,
boolean inNotify)
setXmlDataValue in interface SjDocumentDataResultpublic SjClientInformation getClientInformation()
getClientInformation in interface SjDocumentDataResultpublic SjClientInformation lookupClientInformation()
lookupClientInformation in interface SjDocumentDataResultpublic void setClientInformation(SjClientInformation inData)
setClientInformation in interface SjDocumentDataResultpublic 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 | |||||||||