|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjTelephone
Struktur som håller information om ett telefonnummer
Field Summary | |
---|---|
static java.lang.String |
AREA_PART
|
static java.lang.String |
COUNTRY_PART
|
static java.lang.String |
EXTENSION_PART
|
static java.lang.String |
MAIN_PART
|
Method Summary | |
---|---|
SjIntegerString |
getAreaPart()
Field areaPart is defined as mandatory. |
java.lang.String |
getAreaPartValue()
Field areaPart is defined as mandatory. |
SjIntegerString |
getCountryPart()
Field countryPart is defined as optional. |
java.lang.String |
getCountryPartValue()
Field countryPart is defined as optional. |
SjIntegerString |
getExtensionPart()
Field extensionPart is defined as optional. |
java.lang.String |
getExtensionPartValue()
Field extensionPart is defined as optional. |
SjIntegerString |
getMainPart()
Field mainPart is defined as mandatory. |
java.lang.String |
getMainPartValue()
Field mainPart is defined as mandatory. |
SjIntegerString |
lookupAreaPart()
Field areaPart is defined as mandatory. |
SjIntegerString |
lookupCountryPart()
Field countryPart is defined as optional. |
SjIntegerString |
lookupExtensionPart()
Field extensionPart is defined as optional. |
SjIntegerString |
lookupMainPart()
Field mainPart is defined as mandatory. |
void |
setAreaPart(SjIntegerString inData)
Field areaPart is defined as mandatory. |
void |
setAreaPartValue(java.lang.String inData)
Field areaPart is defined as mandatory. |
void |
setAreaPartValue(java.lang.String inData,
boolean inNotify)
Field areaPart is defined as mandatory. |
void |
setCountryPart(SjIntegerString inData)
Field countryPart is defined as optional. |
void |
setCountryPartValue(java.lang.String inData)
Field countryPart is defined as optional. |
void |
setCountryPartValue(java.lang.String inData,
boolean inNotify)
Field countryPart is defined as optional. |
void |
setExtensionPart(SjIntegerString inData)
Field extensionPart is defined as optional. |
void |
setExtensionPartValue(java.lang.String inData)
Field extensionPart is defined as optional. |
void |
setExtensionPartValue(java.lang.String inData,
boolean inNotify)
Field extensionPart is defined as optional. |
void |
setMainPart(SjIntegerString inData)
Field mainPart is defined as mandatory. |
void |
setMainPartValue(java.lang.String inData)
Field mainPart is defined as mandatory. |
void |
setMainPartValue(java.lang.String inData,
boolean inNotify)
Field mainPart is defined as mandatory. |
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 COUNTRY_PART
static final java.lang.String AREA_PART
static final java.lang.String MAIN_PART
static final java.lang.String EXTENSION_PART
Method Detail |
---|
SjIntegerString getCountryPart()
SjIntegerString lookupCountryPart()
void setCountryPart(SjIntegerString inData)
java.lang.String getCountryPartValue()
void setCountryPartValue(java.lang.String inData)
void setCountryPartValue(java.lang.String inData, boolean inNotify)
SjIntegerString getAreaPart()
SjIntegerString lookupAreaPart()
void setAreaPart(SjIntegerString inData)
java.lang.String getAreaPartValue()
void setAreaPartValue(java.lang.String inData)
void setAreaPartValue(java.lang.String inData, boolean inNotify)
SjIntegerString getMainPart()
SjIntegerString lookupMainPart()
void setMainPart(SjIntegerString inData)
java.lang.String getMainPartValue()
void setMainPartValue(java.lang.String inData)
void setMainPartValue(java.lang.String inData, boolean inNotify)
SjIntegerString getExtensionPart()
SjIntegerString lookupExtensionPart()
void setExtensionPart(SjIntegerString inData)
java.lang.String getExtensionPartValue()
void setExtensionPartValue(java.lang.String inData)
void setExtensionPartValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |