|
||||||||||
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.TiPrimitiveData
org.stina.framework.core.model.TiStringData
se.sj.stina.domain.model.impl.plain.SjDecimalStringPlain
public class SjDecimalStringPlain
The decimal string datatype is used to represent fixed and floating scale quantities in a form close to their external representation. The decimal string datatype include the format in which each decimal digit occupies one byte (character). The decimal separator is represented by the character '.'.
Field Summary |
---|
Fields inherited from class org.stina.framework.core.model.TiStringData |
---|
_name |
Constructor Summary | |
---|---|
SjDecimalStringPlain()
|
Method Summary | |
---|---|
java.lang.String |
getGeneratedTiName()
|
java.lang.String |
getRealTiName()
|
Methods inherited from class org.stina.framework.core.model.TiStringData |
---|
getPrimitiveClass, getString, setString, setString |
Methods inherited from class org.stina.framework.core.model.TiPrimitiveData |
---|
clone, clone, compareTo, disposeModel, equals, equalsModel, getValue, setValue, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.stina.framework.core.model.TiStringInterface |
---|
getString, setString, setString |
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.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.TiPropertyPartInterface |
---|
getProperty, getPropertyModel, getPropertyNames, isEnabled, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setProperty, setProperty, specifyProperties |
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface |
---|
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString |
Constructor Detail |
---|
public SjDecimalStringPlain()
Method Detail |
---|
public java.lang.String getRealTiName()
getRealTiName
in interface TiCommonModelPartInterface
getRealTiName
in class TiStringData
public java.lang.String getGeneratedTiName()
getGeneratedTiName
in interface TiCommonModelPartInterface
getGeneratedTiName
in class TiStringData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |