|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjNetbookAddress
Field Summary | |
---|---|
static java.lang.String |
CITY_NAME
|
static java.lang.String |
COUNTRY_CODE
|
static java.lang.String |
STREET_NAME
|
static java.lang.String |
ZIP_CODE
|
Method Summary | |
---|---|
TiStringInterface |
getCityName()
Field cityName is defined as optional. |
java.lang.String |
getCityNameValue()
Field cityName is defined as optional. |
TiStringInterface |
getCountryCode()
Field countryCode is defined as mandatory. |
java.lang.String |
getCountryCodeValue()
Field countryCode is defined as mandatory. |
TiStringInterface |
getStreetName()
Field streetName is defined as optional. |
java.lang.String |
getStreetNameValue()
Field streetName is defined as optional. |
TiStringInterface |
getZipCode()
Field zipCode is defined as optional. |
java.lang.String |
getZipCodeValue()
Field zipCode is defined as optional. |
TiStringInterface |
lookupCityName()
Field cityName is defined as optional. |
TiStringInterface |
lookupCountryCode()
Field countryCode is defined as mandatory. |
TiStringInterface |
lookupStreetName()
Field streetName is defined as optional. |
TiStringInterface |
lookupZipCode()
Field zipCode is defined as optional. |
void |
setCityName(TiStringInterface inData)
Field cityName is defined as optional. |
void |
setCityNameValue(java.lang.String inData)
Field cityName is defined as optional. |
void |
setCityNameValue(java.lang.String inData,
boolean inNotify)
Field cityName is defined as optional. |
void |
setCountryCode(TiStringInterface 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 |
setStreetName(TiStringInterface inData)
Field streetName is defined as optional. |
void |
setStreetNameValue(java.lang.String inData)
Field streetName is defined as optional. |
void |
setStreetNameValue(java.lang.String inData,
boolean inNotify)
Field streetName is defined as optional. |
void |
setZipCode(TiStringInterface inData)
Field zipCode is defined as optional. |
void |
setZipCodeValue(java.lang.String inData)
Field zipCode is defined as optional. |
void |
setZipCodeValue(java.lang.String inData,
boolean inNotify)
Field zipCode is defined as optional. |
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, getGeneratedTiName, getRealTiName, 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 |
Field Detail |
---|
static final java.lang.String STREET_NAME
static final java.lang.String ZIP_CODE
static final java.lang.String CITY_NAME
static final java.lang.String COUNTRY_CODE
Method Detail |
---|
TiStringInterface getStreetName()
TiStringInterface lookupStreetName()
void setStreetName(TiStringInterface inData)
java.lang.String getStreetNameValue()
void setStreetNameValue(java.lang.String inData)
void setStreetNameValue(java.lang.String inData, boolean inNotify)
TiStringInterface getZipCode()
TiStringInterface lookupZipCode()
void setZipCode(TiStringInterface inData)
java.lang.String getZipCodeValue()
void setZipCodeValue(java.lang.String inData)
void setZipCodeValue(java.lang.String inData, boolean inNotify)
TiStringInterface getCityName()
TiStringInterface lookupCityName()
void setCityName(TiStringInterface inData)
java.lang.String getCityNameValue()
void setCityNameValue(java.lang.String inData)
void setCityNameValue(java.lang.String inData, boolean inNotify)
TiStringInterface getCountryCode()
TiStringInterface lookupCountryCode()
void setCountryCode(TiStringInterface inData)
java.lang.String getCountryCodeValue()
void setCountryCodeValue(java.lang.String inData)
void setCountryCodeValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |