|
||||||||||
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.SjSectionProducerStandard
public class SjSectionProducerStandard
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.SjSectionProducer |
---|
CODE, COUNTRY, PRODUCER_NAME, SECTION_PRODUCER_NAME |
Constructor Summary | |
---|---|
SjSectionProducerStandard()
|
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. |
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 SjSectionProducerStandard()
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
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 |