|
||||||||||
| 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.SjCompressedResultPlain
public class SjCompressedResultPlain
Struktur för att skicka kompressat data
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
TiAbstractMapData.TiMapDataComparator |
| Field Summary | |
|---|---|
TiStringData |
algorithm
|
TiStringData |
originalName
|
TiByteArrayData |
result
|
| Fields inherited from interface se.sj.stina.domain.model.SjCompressedResult |
|---|
ALGORITHM, ORIGINAL_NAME, RESULT |
| Constructor Summary | |
|---|---|
SjCompressedResultPlain()
|
|
| Method Summary | |
|---|---|
TiStringInterface |
getAlgorithm()
Field algorithm is defined as optional. |
java.lang.String |
getAlgorithmValue()
Field algorithm is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
TiStringInterface |
getOriginalName()
Field originalName is defined as optional. |
java.lang.String |
getOriginalNameValue()
Field originalName is defined as optional. |
java.lang.String |
getRealTiName()
|
TiByteArrayInterface |
getResult()
Field result is defined as mandatory. |
byte[] |
getResultValue()
Field result is defined as mandatory. |
TiStringInterface |
lookupAlgorithm()
Field algorithm is defined as optional. |
TiStringInterface |
lookupOriginalName()
Field originalName is defined as optional. |
TiByteArrayInterface |
lookupResult()
Field result is defined as mandatory. |
void |
setAlgorithm(TiStringInterface inData)
Field algorithm is defined as optional. |
void |
setAlgorithmValue(java.lang.String inData)
Field algorithm is defined as optional. |
void |
setAlgorithmValue(java.lang.String inData,
boolean inNotify)
Field algorithm is defined as optional. |
void |
setOriginalName(TiStringInterface inData)
Field originalName is defined as optional. |
void |
setOriginalNameValue(java.lang.String inData)
Field originalName is defined as optional. |
void |
setOriginalNameValue(java.lang.String inData,
boolean inNotify)
Field originalName is defined as optional. |
void |
setResult(TiByteArrayInterface inData)
Field result is defined as mandatory. |
void |
setResultValue(byte[] inData)
Field result is defined as mandatory. |
void |
setResultValue(byte[] inData,
boolean inNotify)
Field result 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 TiByteArrayData result
public TiStringData originalName
public TiStringData algorithm
| Constructor Detail |
|---|
public SjCompressedResultPlain()
| Method Detail |
|---|
public TiByteArrayInterface getResult()
getResult in interface SjCompressedResultpublic TiByteArrayInterface lookupResult()
lookupResult in interface SjCompressedResultpublic void setResult(TiByteArrayInterface inData)
setResult in interface SjCompressedResultpublic byte[] getResultValue()
getResultValue in interface SjCompressedResultpublic void setResultValue(byte[] inData)
setResultValue in interface SjCompressedResult
public void setResultValue(byte[] inData,
boolean inNotify)
setResultValue in interface SjCompressedResultpublic TiStringInterface getOriginalName()
getOriginalName in interface SjCompressedResultpublic TiStringInterface lookupOriginalName()
lookupOriginalName in interface SjCompressedResultpublic void setOriginalName(TiStringInterface inData)
setOriginalName in interface SjCompressedResultpublic java.lang.String getOriginalNameValue()
getOriginalNameValue in interface SjCompressedResultpublic void setOriginalNameValue(java.lang.String inData)
setOriginalNameValue in interface SjCompressedResult
public void setOriginalNameValue(java.lang.String inData,
boolean inNotify)
setOriginalNameValue in interface SjCompressedResultpublic TiStringInterface getAlgorithm()
getAlgorithm in interface SjCompressedResultpublic TiStringInterface lookupAlgorithm()
lookupAlgorithm in interface SjCompressedResultpublic void setAlgorithm(TiStringInterface inData)
setAlgorithm in interface SjCompressedResultpublic java.lang.String getAlgorithmValue()
getAlgorithmValue in interface SjCompressedResultpublic void setAlgorithmValue(java.lang.String inData)
setAlgorithmValue in interface SjCompressedResult
public void setAlgorithmValue(java.lang.String inData,
boolean inNotify)
setAlgorithmValue in interface SjCompressedResultpublic 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 | |||||||||