|
||||||||||
| 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.SjEncryptedDataInfoPlain
public class SjEncryptedDataInfoPlain
Innehåller informationen som behövs till dekryptering
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
TiAbstractMapData.TiMapDataComparator |
| Field Summary | |
|---|---|
TiByteArrayData |
encryptedData
|
TiStringData |
encryptionRoutineId
|
TiStringData |
encryptionRoutineVersion
|
| Fields inherited from interface se.sj.stina.domain.model.SjEncryptedDataInfo |
|---|
ENCRYPTED_DATA, ENCRYPTION_ROUTINE_ID, ENCRYPTION_ROUTINE_VERSION |
| Constructor Summary | |
|---|---|
SjEncryptedDataInfoPlain()
|
|
| Method Summary | |
|---|---|
TiByteArrayInterface |
getEncryptedData()
Field encryptedData is defined as mandatory. |
byte[] |
getEncryptedDataValue()
Field encryptedData is defined as mandatory. |
TiStringInterface |
getEncryptionRoutineId()
Field encryptionRoutineId is defined as mandatory. |
java.lang.String |
getEncryptionRoutineIdValue()
Field encryptionRoutineId is defined as mandatory. |
TiStringInterface |
getEncryptionRoutineVersion()
Field encryptionRoutineVersion is defined as mandatory. |
java.lang.String |
getEncryptionRoutineVersionValue()
Field encryptionRoutineVersion is defined as mandatory. |
java.lang.String |
getGeneratedTiName()
|
java.lang.String |
getRealTiName()
|
TiByteArrayInterface |
lookupEncryptedData()
Field encryptedData is defined as mandatory. |
TiStringInterface |
lookupEncryptionRoutineId()
Field encryptionRoutineId is defined as mandatory. |
TiStringInterface |
lookupEncryptionRoutineVersion()
Field encryptionRoutineVersion is defined as mandatory. |
void |
setEncryptedData(TiByteArrayInterface inData)
Field encryptedData is defined as mandatory. |
void |
setEncryptedDataValue(byte[] inData)
Field encryptedData is defined as mandatory. |
void |
setEncryptedDataValue(byte[] inData,
boolean inNotify)
Field encryptedData is defined as mandatory. |
void |
setEncryptionRoutineId(TiStringInterface inData)
Field encryptionRoutineId is defined as mandatory. |
void |
setEncryptionRoutineIdValue(java.lang.String inData)
Field encryptionRoutineId is defined as mandatory. |
void |
setEncryptionRoutineIdValue(java.lang.String inData,
boolean inNotify)
Field encryptionRoutineId is defined as mandatory. |
void |
setEncryptionRoutineVersion(TiStringInterface inData)
Field encryptionRoutineVersion is defined as mandatory. |
void |
setEncryptionRoutineVersionValue(java.lang.String inData)
Field encryptionRoutineVersion is defined as mandatory. |
void |
setEncryptionRoutineVersionValue(java.lang.String inData,
boolean inNotify)
Field encryptionRoutineVersion 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 TiStringData encryptionRoutineId
public TiStringData encryptionRoutineVersion
public TiByteArrayData encryptedData
| Constructor Detail |
|---|
public SjEncryptedDataInfoPlain()
| Method Detail |
|---|
public TiStringInterface getEncryptionRoutineId()
getEncryptionRoutineId in interface SjEncryptedDataInfopublic TiStringInterface lookupEncryptionRoutineId()
lookupEncryptionRoutineId in interface SjEncryptedDataInfopublic void setEncryptionRoutineId(TiStringInterface inData)
setEncryptionRoutineId in interface SjEncryptedDataInfopublic java.lang.String getEncryptionRoutineIdValue()
getEncryptionRoutineIdValue in interface SjEncryptedDataInfopublic void setEncryptionRoutineIdValue(java.lang.String inData)
setEncryptionRoutineIdValue in interface SjEncryptedDataInfo
public void setEncryptionRoutineIdValue(java.lang.String inData,
boolean inNotify)
setEncryptionRoutineIdValue in interface SjEncryptedDataInfopublic TiStringInterface getEncryptionRoutineVersion()
getEncryptionRoutineVersion in interface SjEncryptedDataInfopublic TiStringInterface lookupEncryptionRoutineVersion()
lookupEncryptionRoutineVersion in interface SjEncryptedDataInfopublic void setEncryptionRoutineVersion(TiStringInterface inData)
setEncryptionRoutineVersion in interface SjEncryptedDataInfopublic java.lang.String getEncryptionRoutineVersionValue()
getEncryptionRoutineVersionValue in interface SjEncryptedDataInfopublic void setEncryptionRoutineVersionValue(java.lang.String inData)
setEncryptionRoutineVersionValue in interface SjEncryptedDataInfo
public void setEncryptionRoutineVersionValue(java.lang.String inData,
boolean inNotify)
setEncryptionRoutineVersionValue in interface SjEncryptedDataInfopublic TiByteArrayInterface getEncryptedData()
getEncryptedData in interface SjEncryptedDataInfopublic TiByteArrayInterface lookupEncryptedData()
lookupEncryptedData in interface SjEncryptedDataInfopublic void setEncryptedData(TiByteArrayInterface inData)
setEncryptedData in interface SjEncryptedDataInfopublic byte[] getEncryptedDataValue()
getEncryptedDataValue in interface SjEncryptedDataInfopublic void setEncryptedDataValue(byte[] inData)
setEncryptedDataValue in interface SjEncryptedDataInfo
public void setEncryptedDataValue(byte[] inData,
boolean inNotify)
setEncryptedDataValue in interface SjEncryptedDataInfopublic 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 | |||||||||