|
||||||||||
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.SjSectionProducerPlain
public class SjSectionProducerPlain
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
---|
TiAbstractMapData.TiMapDataComparator |
Field Summary | |
---|---|
SjCodePlain |
code
|
TiStringData |
country
|
TiStringData |
producerName
|
TiStringData |
sectionProducerName
|
Fields inherited from interface se.sj.stina.domain.model.SjSectionProducer |
---|
CODE, COUNTRY, PRODUCER_NAME, SECTION_PRODUCER_NAME |
Constructor Summary | |
---|---|
SjSectionProducerPlain()
|
Method Summary | |
---|---|
SjCode |
getCode()
Field code is defined as mandatory. |
java.lang.String |
getCodeValue()
Field code is defined as mandatory. |
TiStringInterface |
getCountry()
Field country is defined as mandatory. |
java.lang.String |
getCountryValue()
Field country is defined as mandatory. |
java.lang.String |
getGeneratedTiName()
|
TiStringInterface |
getProducerName()
Field producerName is defined as mandatory. |
java.lang.String |
getProducerNameValue()
Field producerName is defined as mandatory. |
java.lang.String |
getRealTiName()
|
TiStringInterface |
getSectionProducerName()
Field sectionProducerName is defined as mandatory. |
java.lang.String |
getSectionProducerNameValue()
Field sectionProducerName is defined as mandatory. |
SjCode |
lookupCode()
Field code is defined as mandatory. |
TiStringInterface |
lookupCountry()
Field country is defined as mandatory. |
TiStringInterface |
lookupProducerName()
Field producerName is defined as mandatory. |
TiStringInterface |
lookupSectionProducerName()
Field sectionProducerName is defined as mandatory. |
void |
setCode(SjCode 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 |
setCountry(TiStringInterface inData)
Field country is defined as mandatory. |
void |
setCountryValue(java.lang.String inData)
Field country is defined as mandatory. |
void |
setCountryValue(java.lang.String inData,
boolean inNotify)
Field country is defined as mandatory. |
void |
setProducerName(TiStringInterface inData)
Field producerName is defined as mandatory. |
void |
setProducerNameValue(java.lang.String inData)
Field producerName is defined as mandatory. |
void |
setProducerNameValue(java.lang.String inData,
boolean inNotify)
Field producerName is defined as mandatory. |
void |
setSectionProducerName(TiStringInterface inData)
Field sectionProducerName is defined as mandatory. |
void |
setSectionProducerNameValue(java.lang.String inData)
Field sectionProducerName is defined as mandatory. |
void |
setSectionProducerNameValue(java.lang.String inData,
boolean inNotify)
Field sectionProducerName 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 country
public TiStringData producerName
public TiStringData sectionProducerName
public SjCodePlain code
Constructor Detail |
---|
public SjSectionProducerPlain()
Method Detail |
---|
public TiStringInterface getCountry()
getCountry
in interface SjSectionProducer
public TiStringInterface lookupCountry()
lookupCountry
in interface SjSectionProducer
public void setCountry(TiStringInterface inData)
setCountry
in interface SjSectionProducer
public java.lang.String getCountryValue()
getCountryValue
in interface SjSectionProducer
public void setCountryValue(java.lang.String inData)
setCountryValue
in interface SjSectionProducer
public void setCountryValue(java.lang.String inData, boolean inNotify)
setCountryValue
in interface SjSectionProducer
public TiStringInterface getProducerName()
getProducerName
in interface SjSectionProducer
public TiStringInterface lookupProducerName()
lookupProducerName
in interface SjSectionProducer
public void setProducerName(TiStringInterface inData)
setProducerName
in interface SjSectionProducer
public java.lang.String getProducerNameValue()
getProducerNameValue
in interface SjSectionProducer
public void setProducerNameValue(java.lang.String inData)
setProducerNameValue
in interface SjSectionProducer
public void setProducerNameValue(java.lang.String inData, boolean inNotify)
setProducerNameValue
in interface SjSectionProducer
public TiStringInterface getSectionProducerName()
getSectionProducerName
in interface SjSectionProducer
public TiStringInterface lookupSectionProducerName()
lookupSectionProducerName
in interface SjSectionProducer
public void setSectionProducerName(TiStringInterface inData)
setSectionProducerName
in interface SjSectionProducer
public java.lang.String getSectionProducerNameValue()
getSectionProducerNameValue
in interface SjSectionProducer
public void setSectionProducerNameValue(java.lang.String inData)
setSectionProducerNameValue
in interface SjSectionProducer
public void setSectionProducerNameValue(java.lang.String inData, boolean inNotify)
setSectionProducerNameValue
in interface SjSectionProducer
public SjCode getCode()
getCode
in interface SjSectionProducer
public SjCode lookupCode()
lookupCode
in interface SjSectionProducer
public void setCode(SjCode inData)
setCode
in interface SjSectionProducer
public java.lang.String getCodeValue()
getCodeValue
in interface SjSectionProducer
public void setCodeValue(java.lang.String inData)
setCodeValue
in interface SjSectionProducer
public void setCodeValue(java.lang.String inData, boolean inNotify)
setCodeValue
in interface SjSectionProducer
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 |