|
||||||||||
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 SjEncryptedDataInfo
public TiStringInterface lookupEncryptionRoutineId()
lookupEncryptionRoutineId
in interface SjEncryptedDataInfo
public void setEncryptionRoutineId(TiStringInterface inData)
setEncryptionRoutineId
in interface SjEncryptedDataInfo
public java.lang.String getEncryptionRoutineIdValue()
getEncryptionRoutineIdValue
in interface SjEncryptedDataInfo
public void setEncryptionRoutineIdValue(java.lang.String inData)
setEncryptionRoutineIdValue
in interface SjEncryptedDataInfo
public void setEncryptionRoutineIdValue(java.lang.String inData, boolean inNotify)
setEncryptionRoutineIdValue
in interface SjEncryptedDataInfo
public TiStringInterface getEncryptionRoutineVersion()
getEncryptionRoutineVersion
in interface SjEncryptedDataInfo
public TiStringInterface lookupEncryptionRoutineVersion()
lookupEncryptionRoutineVersion
in interface SjEncryptedDataInfo
public void setEncryptionRoutineVersion(TiStringInterface inData)
setEncryptionRoutineVersion
in interface SjEncryptedDataInfo
public java.lang.String getEncryptionRoutineVersionValue()
getEncryptionRoutineVersionValue
in interface SjEncryptedDataInfo
public void setEncryptionRoutineVersionValue(java.lang.String inData)
setEncryptionRoutineVersionValue
in interface SjEncryptedDataInfo
public void setEncryptionRoutineVersionValue(java.lang.String inData, boolean inNotify)
setEncryptionRoutineVersionValue
in interface SjEncryptedDataInfo
public TiByteArrayInterface getEncryptedData()
getEncryptedData
in interface SjEncryptedDataInfo
public TiByteArrayInterface lookupEncryptedData()
lookupEncryptedData
in interface SjEncryptedDataInfo
public void setEncryptedData(TiByteArrayInterface inData)
setEncryptedData
in interface SjEncryptedDataInfo
public byte[] getEncryptedDataValue()
getEncryptedDataValue
in interface SjEncryptedDataInfo
public void setEncryptedDataValue(byte[] inData)
setEncryptedDataValue
in interface SjEncryptedDataInfo
public void setEncryptedDataValue(byte[] inData, boolean inNotify)
setEncryptedDataValue
in interface SjEncryptedDataInfo
public java.lang.String getRealTiName()
getRealTiName
in interface TiCommonModelPartInterface
getRealTiName
in class TiAbstractData
public java.lang.String getGeneratedTiName()
getGeneratedTiName
in interface TiCommonModelPartInterface
getGeneratedTiName
in class TiAbstractData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |