|
||||||||||
| 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.SjAddressSpecificationPlain
public class SjAddressSpecificationPlain
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
TiAbstractMapData.TiMapDataComparator |
| Field Summary | |
|---|---|
TiStringData |
city
|
TiStringData |
connectionPointId
|
SjCodePlain |
countryCode
|
TiStringData |
streetAddress
|
TiStringData |
streetNumber
|
TiStringData |
zipCode
|
| Fields inherited from interface se.sj.stina.domain.model.SjAddressSpecification |
|---|
CITY, CONNECTION_POINT_ID, COUNTRY_CODE, STREET_ADDRESS, STREET_NUMBER, ZIP_CODE |
| Constructor Summary | |
|---|---|
SjAddressSpecificationPlain()
|
|
| Method Summary | |
|---|---|
TiStringInterface |
getCity()
Field city is defined as mandatory. |
java.lang.String |
getCityValue()
Field city is defined as mandatory. |
TiStringInterface |
getConnectionPointId()
Field connectionPointId is defined as optional. |
java.lang.String |
getConnectionPointIdValue()
Field connectionPointId is defined as optional. |
SjCode |
getCountryCode()
Field countryCode is defined as mandatory. |
java.lang.String |
getCountryCodeValue()
Field countryCode is defined as mandatory. |
java.lang.String |
getGeneratedTiName()
|
java.lang.String |
getRealTiName()
|
TiStringInterface |
getStreetAddress()
Field streetAddress is defined as mandatory. |
java.lang.String |
getStreetAddressValue()
Field streetAddress is defined as mandatory. |
TiStringInterface |
getStreetNumber()
Field streetNumber is defined as mandatory. |
java.lang.String |
getStreetNumberValue()
Field streetNumber is defined as mandatory. |
TiStringInterface |
getZipCode()
Field zipCode is defined as mandatory. |
java.lang.String |
getZipCodeValue()
Field zipCode is defined as mandatory. |
TiStringInterface |
lookupCity()
Field city is defined as mandatory. |
TiStringInterface |
lookupConnectionPointId()
Field connectionPointId is defined as optional. |
SjCode |
lookupCountryCode()
Field countryCode is defined as mandatory. |
TiStringInterface |
lookupStreetAddress()
Field streetAddress is defined as mandatory. |
TiStringInterface |
lookupStreetNumber()
Field streetNumber is defined as mandatory. |
TiStringInterface |
lookupZipCode()
Field zipCode is defined as mandatory. |
void |
setCity(TiStringInterface inData)
Field city is defined as mandatory. |
void |
setCityValue(java.lang.String inData)
Field city is defined as mandatory. |
void |
setCityValue(java.lang.String inData,
boolean inNotify)
Field city is defined as mandatory. |
void |
setConnectionPointId(TiStringInterface inData)
Field connectionPointId is defined as optional. |
void |
setConnectionPointIdValue(java.lang.String inData)
Field connectionPointId is defined as optional. |
void |
setConnectionPointIdValue(java.lang.String inData,
boolean inNotify)
Field connectionPointId is defined as optional. |
void |
setCountryCode(SjCode inData)
Field countryCode is defined as mandatory. |
void |
setCountryCodeValue(java.lang.String inData)
Field countryCode is defined as mandatory. |
void |
setCountryCodeValue(java.lang.String inData,
boolean inNotify)
Field countryCode is defined as mandatory. |
void |
setStreetAddress(TiStringInterface inData)
Field streetAddress is defined as mandatory. |
void |
setStreetAddressValue(java.lang.String inData)
Field streetAddress is defined as mandatory. |
void |
setStreetAddressValue(java.lang.String inData,
boolean inNotify)
Field streetAddress is defined as mandatory. |
void |
setStreetNumber(TiStringInterface inData)
Field streetNumber is defined as mandatory. |
void |
setStreetNumberValue(java.lang.String inData)
Field streetNumber is defined as mandatory. |
void |
setStreetNumberValue(java.lang.String inData,
boolean inNotify)
Field streetNumber is defined as mandatory. |
void |
setZipCode(TiStringInterface inData)
Field zipCode is defined as mandatory. |
void |
setZipCodeValue(java.lang.String inData)
Field zipCode is defined as mandatory. |
void |
setZipCodeValue(java.lang.String inData,
boolean inNotify)
Field zipCode 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 connectionPointId
public TiStringData streetAddress
public TiStringData streetNumber
public TiStringData city
public TiStringData zipCode
public SjCodePlain countryCode
| Constructor Detail |
|---|
public SjAddressSpecificationPlain()
| Method Detail |
|---|
public TiStringInterface getConnectionPointId()
getConnectionPointId in interface SjAddressSpecificationpublic TiStringInterface lookupConnectionPointId()
lookupConnectionPointId in interface SjAddressSpecificationpublic void setConnectionPointId(TiStringInterface inData)
setConnectionPointId in interface SjAddressSpecificationpublic java.lang.String getConnectionPointIdValue()
getConnectionPointIdValue in interface SjAddressSpecificationpublic void setConnectionPointIdValue(java.lang.String inData)
setConnectionPointIdValue in interface SjAddressSpecification
public void setConnectionPointIdValue(java.lang.String inData,
boolean inNotify)
setConnectionPointIdValue in interface SjAddressSpecificationpublic TiStringInterface getStreetAddress()
getStreetAddress in interface SjAddressSpecificationpublic TiStringInterface lookupStreetAddress()
lookupStreetAddress in interface SjAddressSpecificationpublic void setStreetAddress(TiStringInterface inData)
setStreetAddress in interface SjAddressSpecificationpublic java.lang.String getStreetAddressValue()
getStreetAddressValue in interface SjAddressSpecificationpublic void setStreetAddressValue(java.lang.String inData)
setStreetAddressValue in interface SjAddressSpecification
public void setStreetAddressValue(java.lang.String inData,
boolean inNotify)
setStreetAddressValue in interface SjAddressSpecificationpublic TiStringInterface getStreetNumber()
getStreetNumber in interface SjAddressSpecificationpublic TiStringInterface lookupStreetNumber()
lookupStreetNumber in interface SjAddressSpecificationpublic void setStreetNumber(TiStringInterface inData)
setStreetNumber in interface SjAddressSpecificationpublic java.lang.String getStreetNumberValue()
getStreetNumberValue in interface SjAddressSpecificationpublic void setStreetNumberValue(java.lang.String inData)
setStreetNumberValue in interface SjAddressSpecification
public void setStreetNumberValue(java.lang.String inData,
boolean inNotify)
setStreetNumberValue in interface SjAddressSpecificationpublic TiStringInterface getCity()
getCity in interface SjAddressSpecificationpublic TiStringInterface lookupCity()
lookupCity in interface SjAddressSpecificationpublic void setCity(TiStringInterface inData)
setCity in interface SjAddressSpecificationpublic java.lang.String getCityValue()
getCityValue in interface SjAddressSpecificationpublic void setCityValue(java.lang.String inData)
setCityValue in interface SjAddressSpecification
public void setCityValue(java.lang.String inData,
boolean inNotify)
setCityValue in interface SjAddressSpecificationpublic TiStringInterface getZipCode()
getZipCode in interface SjAddressSpecificationpublic TiStringInterface lookupZipCode()
lookupZipCode in interface SjAddressSpecificationpublic void setZipCode(TiStringInterface inData)
setZipCode in interface SjAddressSpecificationpublic java.lang.String getZipCodeValue()
getZipCodeValue in interface SjAddressSpecificationpublic void setZipCodeValue(java.lang.String inData)
setZipCodeValue in interface SjAddressSpecification
public void setZipCodeValue(java.lang.String inData,
boolean inNotify)
setZipCodeValue in interface SjAddressSpecificationpublic SjCode getCountryCode()
getCountryCode in interface SjAddressSpecificationpublic SjCode lookupCountryCode()
lookupCountryCode in interface SjAddressSpecificationpublic void setCountryCode(SjCode inData)
setCountryCode in interface SjAddressSpecificationpublic java.lang.String getCountryCodeValue()
getCountryCodeValue in interface SjAddressSpecificationpublic void setCountryCodeValue(java.lang.String inData)
setCountryCodeValue in interface SjAddressSpecification
public void setCountryCodeValue(java.lang.String inData,
boolean inNotify)
setCountryCodeValue in interface SjAddressSpecificationpublic java.lang.String getRealTiName()
getRealTiName in interface TiCommonModelPartInterfacegetRealTiName in class TiAbstractDatapublic java.lang.String getGeneratedTiName()
getGeneratedTiName in interface TiCommonModelPartInterfacegetGeneratedTiName in class TiAbstractData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||