|
||||||||||
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.SjTimeInformationPlain
public class SjTimeInformationPlain
Innehåller tidsmätningsinformation.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
---|
TiAbstractMapData.TiMapDataComparator |
Field Summary | |
---|---|
TiStringData |
cloneName
|
TiStringData |
description
|
TiStringData |
logTime
|
TiStringData |
methodName
|
TiStringData |
time
|
SjTimeInformationPlain |
timeInformation
|
Fields inherited from interface se.sj.stina.domain.model.SjTimeInformation |
---|
CLONE_NAME, DESCRIPTION, LOG_TIME, METHOD_NAME, TIME, TIME_INFORMATION |
Constructor Summary | |
---|---|
SjTimeInformationPlain()
|
Method Summary | |
---|---|
TiStringInterface |
getCloneName()
Field cloneName is defined as optional. |
java.lang.String |
getCloneNameValue()
Field cloneName is defined as optional. |
TiStringInterface |
getDescription()
Field description is defined as mandatory. |
java.lang.String |
getDescriptionValue()
Field description is defined as mandatory. |
java.lang.String |
getGeneratedTiName()
|
TiStringInterface |
getLogTime()
Field logTime is defined as mandatory. |
java.lang.String |
getLogTimeValue()
Field logTime is defined as mandatory. |
TiStringInterface |
getMethodName()
Field methodName is defined as mandatory. |
java.lang.String |
getMethodNameValue()
Field methodName is defined as mandatory. |
java.lang.String |
getRealTiName()
|
TiStringInterface |
getTime()
Field time is defined as mandatory. |
SjTimeInformation |
getTimeInformation()
Field timeInformation is defined as optional. |
java.lang.String |
getTimeValue()
Field time is defined as mandatory. |
TiStringInterface |
lookupCloneName()
Field cloneName is defined as optional. |
TiStringInterface |
lookupDescription()
Field description is defined as mandatory. |
TiStringInterface |
lookupLogTime()
Field logTime is defined as mandatory. |
TiStringInterface |
lookupMethodName()
Field methodName is defined as mandatory. |
TiStringInterface |
lookupTime()
Field time is defined as mandatory. |
SjTimeInformation |
lookupTimeInformation()
Field timeInformation is defined as optional. |
void |
setCloneName(TiStringInterface inData)
Field cloneName is defined as optional. |
void |
setCloneNameValue(java.lang.String inData)
Field cloneName is defined as optional. |
void |
setCloneNameValue(java.lang.String inData,
boolean inNotify)
Field cloneName is defined as optional. |
void |
setDescription(TiStringInterface inData)
Field description is defined as mandatory. |
void |
setDescriptionValue(java.lang.String inData)
Field description is defined as mandatory. |
void |
setDescriptionValue(java.lang.String inData,
boolean inNotify)
Field description is defined as mandatory. |
void |
setLogTime(TiStringInterface inData)
Field logTime is defined as mandatory. |
void |
setLogTimeValue(java.lang.String inData)
Field logTime is defined as mandatory. |
void |
setLogTimeValue(java.lang.String inData,
boolean inNotify)
Field logTime is defined as mandatory. |
void |
setMethodName(TiStringInterface inData)
Field methodName is defined as mandatory. |
void |
setMethodNameValue(java.lang.String inData)
Field methodName is defined as mandatory. |
void |
setMethodNameValue(java.lang.String inData,
boolean inNotify)
Field methodName is defined as mandatory. |
void |
setTime(TiStringInterface inData)
Field time is defined as mandatory. |
void |
setTimeInformation(SjTimeInformation inData)
Field timeInformation is defined as optional. |
void |
setTimeValue(java.lang.String inData)
Field time is defined as mandatory. |
void |
setTimeValue(java.lang.String inData,
boolean inNotify)
Field time 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 cloneName
public TiStringData description
public TiStringData methodName
public TiStringData time
public TiStringData logTime
public SjTimeInformationPlain timeInformation
Constructor Detail |
---|
public SjTimeInformationPlain()
Method Detail |
---|
public TiStringInterface getCloneName()
getCloneName
in interface SjTimeInformation
public TiStringInterface lookupCloneName()
lookupCloneName
in interface SjTimeInformation
public void setCloneName(TiStringInterface inData)
setCloneName
in interface SjTimeInformation
public java.lang.String getCloneNameValue()
getCloneNameValue
in interface SjTimeInformation
public void setCloneNameValue(java.lang.String inData)
setCloneNameValue
in interface SjTimeInformation
public void setCloneNameValue(java.lang.String inData, boolean inNotify)
setCloneNameValue
in interface SjTimeInformation
public TiStringInterface getDescription()
getDescription
in interface SjTimeInformation
public TiStringInterface lookupDescription()
lookupDescription
in interface SjTimeInformation
public void setDescription(TiStringInterface inData)
setDescription
in interface SjTimeInformation
public java.lang.String getDescriptionValue()
getDescriptionValue
in interface SjTimeInformation
public void setDescriptionValue(java.lang.String inData)
setDescriptionValue
in interface SjTimeInformation
public void setDescriptionValue(java.lang.String inData, boolean inNotify)
setDescriptionValue
in interface SjTimeInformation
public TiStringInterface getMethodName()
getMethodName
in interface SjTimeInformation
public TiStringInterface lookupMethodName()
lookupMethodName
in interface SjTimeInformation
public void setMethodName(TiStringInterface inData)
setMethodName
in interface SjTimeInformation
public java.lang.String getMethodNameValue()
getMethodNameValue
in interface SjTimeInformation
public void setMethodNameValue(java.lang.String inData)
setMethodNameValue
in interface SjTimeInformation
public void setMethodNameValue(java.lang.String inData, boolean inNotify)
setMethodNameValue
in interface SjTimeInformation
public TiStringInterface getTime()
getTime
in interface SjTimeInformation
public TiStringInterface lookupTime()
lookupTime
in interface SjTimeInformation
public void setTime(TiStringInterface inData)
setTime
in interface SjTimeInformation
public java.lang.String getTimeValue()
getTimeValue
in interface SjTimeInformation
public void setTimeValue(java.lang.String inData)
setTimeValue
in interface SjTimeInformation
public void setTimeValue(java.lang.String inData, boolean inNotify)
setTimeValue
in interface SjTimeInformation
public TiStringInterface getLogTime()
getLogTime
in interface SjTimeInformation
public TiStringInterface lookupLogTime()
lookupLogTime
in interface SjTimeInformation
public void setLogTime(TiStringInterface inData)
setLogTime
in interface SjTimeInformation
public java.lang.String getLogTimeValue()
getLogTimeValue
in interface SjTimeInformation
public void setLogTimeValue(java.lang.String inData)
setLogTimeValue
in interface SjTimeInformation
public void setLogTimeValue(java.lang.String inData, boolean inNotify)
setLogTimeValue
in interface SjTimeInformation
public SjTimeInformation getTimeInformation()
getTimeInformation
in interface SjTimeInformation
public SjTimeInformation lookupTimeInformation()
lookupTimeInformation
in interface SjTimeInformation
public void setTimeInformation(SjTimeInformation inData)
setTimeInformation
in interface SjTimeInformation
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 |