|
||||||||||
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.SjCodeTranslationStandard
public class SjCodeTranslationStandard
TypeOfCode = Typ av term (ex PRSNV) Direction = Om översättningen är från Externt till Internt eller tvärtom. (ex U) Använd konstant TranslationDirectionToInternal och TranslationDirectionToExternal Code = Termkod i Petra (ex NO) Translation = Termkod i externt system. T ex samtrafiken (ex standard)
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.SjCodeTranslation |
---|
CODE, DIRECTION, TRANSLATION, TYPE_OF_CODE |
Constructor Summary | |
---|---|
SjCodeTranslationStandard()
|
Method Summary | |
---|---|
TiStringInterface |
getCode()
Field code is defined as mandatory. |
java.lang.String |
getCodeValue()
Field code is defined as mandatory. |
TiStringInterface |
getDirection()
Field direction is defined as mandatory. |
java.lang.String |
getDirectionValue()
Field direction is defined as mandatory. |
java.lang.String |
getGeneratedTiName()
|
java.lang.String |
getRealTiName()
|
TiStringInterface |
getTranslation()
Field translation is defined as mandatory. |
java.lang.String |
getTranslationValue()
Field translation is defined as mandatory. |
TiStringInterface |
getTypeOfCode()
Field typeOfCode is defined as mandatory. |
java.lang.String |
getTypeOfCodeValue()
Field typeOfCode is defined as mandatory. |
TiStringInterface |
lookupCode()
Field code is defined as mandatory. |
TiStringInterface |
lookupDirection()
Field direction is defined as mandatory. |
TiStringInterface |
lookupTranslation()
Field translation is defined as mandatory. |
TiStringInterface |
lookupTypeOfCode()
Field typeOfCode is defined as mandatory. |
void |
setCode(TiStringInterface inData)
Field code is defined as mandatory. |
void |
setCodeValue(java.lang.String inData)
Field code is defined as mandatory. |
void |
setCodeValue(java.lang.String inData,
boolean inNotify)
Field code is defined as mandatory. |
void |
setDirection(TiStringInterface inData)
Field direction is defined as mandatory. |
void |
setDirectionValue(java.lang.String inData)
Field direction is defined as mandatory. |
void |
setDirectionValue(java.lang.String inData,
boolean inNotify)
Field direction is defined as mandatory. |
void |
setTranslation(TiStringInterface inData)
Field translation is defined as mandatory. |
void |
setTranslationValue(java.lang.String inData)
Field translation is defined as mandatory. |
void |
setTranslationValue(java.lang.String inData,
boolean inNotify)
Field translation is defined as mandatory. |
void |
setTypeOfCode(TiStringInterface inData)
Field typeOfCode is defined as mandatory. |
void |
setTypeOfCodeValue(java.lang.String inData)
Field typeOfCode is defined as mandatory. |
void |
setTypeOfCodeValue(java.lang.String inData,
boolean inNotify)
Field typeOfCode 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 SjCodeTranslationStandard()
Method Detail |
---|
public TiStringInterface getTypeOfCode()
getTypeOfCode
in interface SjCodeTranslation
public TiStringInterface lookupTypeOfCode()
lookupTypeOfCode
in interface SjCodeTranslation
public void setTypeOfCode(TiStringInterface inData)
setTypeOfCode
in interface SjCodeTranslation
public java.lang.String getTypeOfCodeValue()
getTypeOfCodeValue
in interface SjCodeTranslation
public void setTypeOfCodeValue(java.lang.String inData)
setTypeOfCodeValue
in interface SjCodeTranslation
public void setTypeOfCodeValue(java.lang.String inData, boolean inNotify)
setTypeOfCodeValue
in interface SjCodeTranslation
public TiStringInterface getDirection()
getDirection
in interface SjCodeTranslation
public TiStringInterface lookupDirection()
lookupDirection
in interface SjCodeTranslation
public void setDirection(TiStringInterface inData)
setDirection
in interface SjCodeTranslation
public java.lang.String getDirectionValue()
getDirectionValue
in interface SjCodeTranslation
public void setDirectionValue(java.lang.String inData)
setDirectionValue
in interface SjCodeTranslation
public void setDirectionValue(java.lang.String inData, boolean inNotify)
setDirectionValue
in interface SjCodeTranslation
public TiStringInterface getCode()
getCode
in interface SjCodeTranslation
public TiStringInterface lookupCode()
lookupCode
in interface SjCodeTranslation
public void setCode(TiStringInterface inData)
setCode
in interface SjCodeTranslation
public java.lang.String getCodeValue()
getCodeValue
in interface SjCodeTranslation
public void setCodeValue(java.lang.String inData)
setCodeValue
in interface SjCodeTranslation
public void setCodeValue(java.lang.String inData, boolean inNotify)
setCodeValue
in interface SjCodeTranslation
public TiStringInterface getTranslation()
getTranslation
in interface SjCodeTranslation
public TiStringInterface lookupTranslation()
lookupTranslation
in interface SjCodeTranslation
public void setTranslation(TiStringInterface inData)
setTranslation
in interface SjCodeTranslation
public java.lang.String getTranslationValue()
getTranslationValue
in interface SjCodeTranslation
public void setTranslationValue(java.lang.String inData)
setTranslationValue
in interface SjCodeTranslation
public void setTranslationValue(java.lang.String inData, boolean inNotify)
setTranslationValue
in interface SjCodeTranslation
protected TiFieldSpecificationEnumeration specifyFields()
specifyFields
in class TiAbstractMapModel
public java.lang.String getRealTiName()
getRealTiName
in interface TiCommonModelPartInterface
getRealTiName
in class TiAbstractModel
public java.lang.String getGeneratedTiName()
getGeneratedTiName
in interface TiCommonModelPartInterface
getGeneratedTiName
in class TiAbstractModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |