|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.stina.framework.support.observer.TiSubject
org.stina.framework.core.model.TiAbstractModel
org.stina.framework.core.model.TiAbstractMapModel
se.sj.stina.domain.model.impl.standard.SjEncryptedDataInfoStandard
public class SjEncryptedDataInfoStandard
Innehåller informationen som behövs till dekryptering
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapModel |
|---|
TiAbstractMapModel.TiMapModelComparator |
| Field Summary |
|---|
| Fields inherited from class org.stina.framework.core.model.TiAbstractModel |
|---|
disposed |
| Fields inherited from interface se.sj.stina.domain.model.SjEncryptedDataInfo |
|---|
ENCRYPTED_DATA, ENCRYPTION_ROUTINE_ID, ENCRYPTION_ROUTINE_VERSION |
| Constructor Summary | |
|---|---|
SjEncryptedDataInfoStandard()
|
|
| 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. |
protected TiFieldSpecificationEnumeration |
specifyFields()
|
| Methods inherited from class org.stina.framework.core.model.TiAbstractMapModel |
|---|
attachObserver, clear, clone, detachObserver, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getField, getFieldNames, getIncludeIfOptional, getIndexForXorPart, getModel, getModelImpl, getRealField, getRealField, getValue, getXorNameForXorPart, getXorPartNames, getXorSpecificationByName, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setIncludeIfOptional, setModel, setUpdateXorFieldEnabled, setValue, setValue, specifyXors, toDebugString, toDebugString |
| Methods inherited from class org.stina.framework.support.observer.TiSubject |
|---|
getIndexOf, getIndexOf, getObserverCount, getObserverCount, isObserverAttached, logObservers, lookupObservers, lookupObserversLock, notifyAnyAspectObservers, notifyObservers |
| 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 |
| Constructor Detail |
|---|
public SjEncryptedDataInfoStandard()
| 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 SjEncryptedDataInfoprotected TiFieldSpecificationEnumeration specifyFields()
specifyFields in class TiAbstractMapModelpublic java.lang.String getRealTiName()
getRealTiName in interface TiCommonModelPartInterfacegetRealTiName in class TiAbstractModelpublic java.lang.String getGeneratedTiName()
getGeneratedTiName in interface TiCommonModelPartInterfacegetGeneratedTiName in class TiAbstractModel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||