se.sj.stina.domain.model
Interface SjNetbookPersonInfo

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, TiCommonModelPartInterface, TiContainerModelPartInterface, TiGeneratedModelInterface, TiListModelPartInterface, TiMapModelInterface, TiMapModelPartInterface, TiMapPlainInterface, TiMapPropInterface, TiModelConstantsInterface, TiModelInterface, TiObserverInterface, TiPrimitiveModelPartInterface, TiPropertyPartInterface, TiSubjectInterface
All Known Implementing Classes:
SjNetbookPersonInfoPlain, SjNetbookPersonInfoStandard

public interface SjNetbookPersonInfo
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface


Field Summary
static java.lang.String ADDRESS
           
static java.lang.String COMPANY
           
static java.lang.String EMAIL_ADDRESS
           
static java.lang.String FAX_NUMBER
           
static java.lang.String FIRST_NAME
           
static java.lang.String LANGUAGE_FOR_COMMUNICATION
           
static java.lang.String LAST_NAME
           
static java.lang.String METHOD_OF_COMMUNICATION
           
static java.lang.String MOBILE
           
static java.lang.String TELEPHONE
           
 
Fields inherited from interface org.stina.framework.core.model.TiModelConstantsInterface
ACTIVATED_ELEMENT_PROPERTY, BACKGROUND_COLOR, BOOLEAN_LIST, BYTE_ARRAY_LIST, COLUMN_WIDTH, DEFAULT_VALUE, DISALLOWED_VALUES, DISPLAY_MODE_PROPERTY, EDITABLE, ENABLED, FALSE_MNEMONIC_KEY, FALSE_TEXT, FONT, FORCE_UPDATE, FOREGROUND_COLOR, HORIZONTAL_ALIGNMENT, INTEGER_LIST, LONG_LIST, LONG_LONG_LIST, MAX_VALUE, MIN_VALUE, MNEMONIC_KEY, NO_RESTORE_OF_FIELD, OBJECT_LIST, OBJECT_REFERENCE_LIST, PLAIN_TEXT, PLAIN_VALUES, POSSIBLE_VALUES, PROHIBIT_HTML_FILTER, ROW_HEIGHT, SELECTABLE, SELECTED_ELEMENT_PROPERTY, SELECTED_ELEMENTS, SELECTED_PROPERTY, STRING_LIST, TIBOOLEAN_FALSE, TIBOOLEAN_TRUE, TIINTEGER_0, TISTRING_EMPTY, TOOLTIP_TEXT, TRUE_MNEMONIC_KEY, TRUE_TEXT, VERTICAL_ALIGNMENT
 
Method Summary
 SjNetbookAddress getAddress()
          Field address is defined as mandatory.
 TiStringInterface getCompany()
          Field company is defined as optional.
 java.lang.String getCompanyValue()
          Field company is defined as optional.
 TiStringInterface getEmailAddress()
          Field emailAddress is defined as optional.
 java.lang.String getEmailAddressValue()
          Field emailAddress is defined as optional.
 SjNetbookTelephone getFaxNumber()
          Field faxNumber is defined as optional.
 java.lang.String getFaxNumberValue()
          Field faxNumber is defined as optional.
 TiStringInterface getFirstName()
          Field firstName is defined as mandatory.
 java.lang.String getFirstNameValue()
          Field firstName is defined as mandatory.
 TiStringInterface getLanguageForCommunication()
          Field languageForCommunication is defined as mandatory.
 java.lang.String getLanguageForCommunicationValue()
          Field languageForCommunication is defined as mandatory.
 TiStringInterface getLastName()
          Field lastName is defined as mandatory.
 java.lang.String getLastNameValue()
          Field lastName is defined as mandatory.
 TiStringInterface getMethodOfCommunication()
          Field methodOfCommunication is defined as mandatory.
 java.lang.String getMethodOfCommunicationValue()
          Field methodOfCommunication is defined as mandatory.
 SjNetbookTelephone getMobile()
          Field mobile is defined as optional.
 java.lang.String getMobileValue()
          Field mobile is defined as optional.
 SjNetbookTelephone getTelephone()
          Field telephone is defined as mandatory.
 java.lang.String getTelephoneValue()
          Field telephone is defined as mandatory.
 SjNetbookAddress lookupAddress()
          Field address is defined as mandatory.
 TiStringInterface lookupCompany()
          Field company is defined as optional.
 TiStringInterface lookupEmailAddress()
          Field emailAddress is defined as optional.
 SjNetbookTelephone lookupFaxNumber()
          Field faxNumber is defined as optional.
 TiStringInterface lookupFirstName()
          Field firstName is defined as mandatory.
 TiStringInterface lookupLanguageForCommunication()
          Field languageForCommunication is defined as mandatory.
 TiStringInterface lookupLastName()
          Field lastName is defined as mandatory.
 TiStringInterface lookupMethodOfCommunication()
          Field methodOfCommunication is defined as mandatory.
 SjNetbookTelephone lookupMobile()
          Field mobile is defined as optional.
 SjNetbookTelephone lookupTelephone()
          Field telephone is defined as mandatory.
 void setAddress(SjNetbookAddress inData)
          Field address is defined as mandatory.
 void setCompany(TiStringInterface inData)
          Field company is defined as optional.
 void setCompanyValue(java.lang.String inData)
          Field company is defined as optional.
 void setCompanyValue(java.lang.String inData, boolean inNotify)
          Field company is defined as optional.
 void setEmailAddress(TiStringInterface inData)
          Field emailAddress is defined as optional.
 void setEmailAddressValue(java.lang.String inData)
          Field emailAddress is defined as optional.
 void setEmailAddressValue(java.lang.String inData, boolean inNotify)
          Field emailAddress is defined as optional.
 void setFaxNumber(SjNetbookTelephone inData)
          Field faxNumber is defined as optional.
 void setFaxNumberValue(java.lang.String inData)
          Field faxNumber is defined as optional.
 void setFaxNumberValue(java.lang.String inData, boolean inNotify)
          Field faxNumber is defined as optional.
 void setFirstName(TiStringInterface inData)
          Field firstName is defined as mandatory.
 void setFirstNameValue(java.lang.String inData)
          Field firstName is defined as mandatory.
 void setFirstNameValue(java.lang.String inData, boolean inNotify)
          Field firstName is defined as mandatory.
 void setLanguageForCommunication(TiStringInterface inData)
          Field languageForCommunication is defined as mandatory.
 void setLanguageForCommunicationValue(java.lang.String inData)
          Field languageForCommunication is defined as mandatory.
 void setLanguageForCommunicationValue(java.lang.String inData, boolean inNotify)
          Field languageForCommunication is defined as mandatory.
 void setLastName(TiStringInterface inData)
          Field lastName is defined as mandatory.
 void setLastNameValue(java.lang.String inData)
          Field lastName is defined as mandatory.
 void setLastNameValue(java.lang.String inData, boolean inNotify)
          Field lastName is defined as mandatory.
 void setMethodOfCommunication(TiStringInterface inData)
          Field methodOfCommunication is defined as mandatory.
 void setMethodOfCommunicationValue(java.lang.String inData)
          Field methodOfCommunication is defined as mandatory.
 void setMethodOfCommunicationValue(java.lang.String inData, boolean inNotify)
          Field methodOfCommunication is defined as mandatory.
 void setMobile(SjNetbookTelephone inData)
          Field mobile is defined as optional.
 void setMobileValue(java.lang.String inData)
          Field mobile is defined as optional.
 void setMobileValue(java.lang.String inData, boolean inNotify)
          Field mobile is defined as optional.
 void setTelephone(SjNetbookTelephone inData)
          Field telephone is defined as mandatory.
 void setTelephoneValue(java.lang.String inData)
          Field telephone is defined as mandatory.
 void setTelephoneValue(java.lang.String inData, boolean inNotify)
          Field telephone 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.core.model.TiListModelPartInterface
addModelElement, addModelElement, addModelElements, addModelElements, containsModelElement, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, insertModelElementAt, insertModelElementAt, moveModelElementOfInstance, moveModelElementOfInstance, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, setModelElementAt, setModelElementAt, setModelElements, setModelElements
 
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString
 

Field Detail

FIRST_NAME

static final java.lang.String FIRST_NAME
See Also:
Constant Field Values

LAST_NAME

static final java.lang.String LAST_NAME
See Also:
Constant Field Values

ADDRESS

static final java.lang.String ADDRESS
See Also:
Constant Field Values

EMAIL_ADDRESS

static final java.lang.String EMAIL_ADDRESS
See Also:
Constant Field Values

TELEPHONE

static final java.lang.String TELEPHONE
See Also:
Constant Field Values

FAX_NUMBER

static final java.lang.String FAX_NUMBER
See Also:
Constant Field Values

MOBILE

static final java.lang.String MOBILE
See Also:
Constant Field Values

COMPANY

static final java.lang.String COMPANY
See Also:
Constant Field Values

LANGUAGE_FOR_COMMUNICATION

static final java.lang.String LANGUAGE_FOR_COMMUNICATION
See Also:
Constant Field Values

METHOD_OF_COMMUNICATION

static final java.lang.String METHOD_OF_COMMUNICATION
See Also:
Constant Field Values
Method Detail

getFirstName

TiStringInterface getFirstName()
Field firstName is defined as mandatory.


lookupFirstName

TiStringInterface lookupFirstName()
Field firstName is defined as mandatory.


setFirstName

void setFirstName(TiStringInterface inData)
Field firstName is defined as mandatory.


getFirstNameValue

java.lang.String getFirstNameValue()
Field firstName is defined as mandatory.


setFirstNameValue

void setFirstNameValue(java.lang.String inData)
Field firstName is defined as mandatory.


setFirstNameValue

void setFirstNameValue(java.lang.String inData,
                       boolean inNotify)
Field firstName is defined as mandatory.


getLastName

TiStringInterface getLastName()
Field lastName is defined as mandatory.


lookupLastName

TiStringInterface lookupLastName()
Field lastName is defined as mandatory.


setLastName

void setLastName(TiStringInterface inData)
Field lastName is defined as mandatory.


getLastNameValue

java.lang.String getLastNameValue()
Field lastName is defined as mandatory.


setLastNameValue

void setLastNameValue(java.lang.String inData)
Field lastName is defined as mandatory.


setLastNameValue

void setLastNameValue(java.lang.String inData,
                      boolean inNotify)
Field lastName is defined as mandatory.


getAddress

SjNetbookAddress getAddress()
Field address is defined as mandatory.


lookupAddress

SjNetbookAddress lookupAddress()
Field address is defined as mandatory.


setAddress

void setAddress(SjNetbookAddress inData)
Field address is defined as mandatory.


getEmailAddress

TiStringInterface getEmailAddress()
Field emailAddress is defined as optional.


lookupEmailAddress

TiStringInterface lookupEmailAddress()
Field emailAddress is defined as optional.


setEmailAddress

void setEmailAddress(TiStringInterface inData)
Field emailAddress is defined as optional.


getEmailAddressValue

java.lang.String getEmailAddressValue()
Field emailAddress is defined as optional.


setEmailAddressValue

void setEmailAddressValue(java.lang.String inData)
Field emailAddress is defined as optional.


setEmailAddressValue

void setEmailAddressValue(java.lang.String inData,
                          boolean inNotify)
Field emailAddress is defined as optional.


getTelephone

SjNetbookTelephone getTelephone()
Field telephone is defined as mandatory.


lookupTelephone

SjNetbookTelephone lookupTelephone()
Field telephone is defined as mandatory.


setTelephone

void setTelephone(SjNetbookTelephone inData)
Field telephone is defined as mandatory.


getTelephoneValue

java.lang.String getTelephoneValue()
Field telephone is defined as mandatory.


setTelephoneValue

void setTelephoneValue(java.lang.String inData)
Field telephone is defined as mandatory.


setTelephoneValue

void setTelephoneValue(java.lang.String inData,
                       boolean inNotify)
Field telephone is defined as mandatory.


getFaxNumber

SjNetbookTelephone getFaxNumber()
Field faxNumber is defined as optional.


lookupFaxNumber

SjNetbookTelephone lookupFaxNumber()
Field faxNumber is defined as optional.


setFaxNumber

void setFaxNumber(SjNetbookTelephone inData)
Field faxNumber is defined as optional.


getFaxNumberValue

java.lang.String getFaxNumberValue()
Field faxNumber is defined as optional.


setFaxNumberValue

void setFaxNumberValue(java.lang.String inData)
Field faxNumber is defined as optional.


setFaxNumberValue

void setFaxNumberValue(java.lang.String inData,
                       boolean inNotify)
Field faxNumber is defined as optional.


getMobile

SjNetbookTelephone getMobile()
Field mobile is defined as optional.


lookupMobile

SjNetbookTelephone lookupMobile()
Field mobile is defined as optional.


setMobile

void setMobile(SjNetbookTelephone inData)
Field mobile is defined as optional.


getMobileValue

java.lang.String getMobileValue()
Field mobile is defined as optional.


setMobileValue

void setMobileValue(java.lang.String inData)
Field mobile is defined as optional.


setMobileValue

void setMobileValue(java.lang.String inData,
                    boolean inNotify)
Field mobile is defined as optional.


getCompany

TiStringInterface getCompany()
Field company is defined as optional.


lookupCompany

TiStringInterface lookupCompany()
Field company is defined as optional.


setCompany

void setCompany(TiStringInterface inData)
Field company is defined as optional.


getCompanyValue

java.lang.String getCompanyValue()
Field company is defined as optional.


setCompanyValue

void setCompanyValue(java.lang.String inData)
Field company is defined as optional.


setCompanyValue

void setCompanyValue(java.lang.String inData,
                     boolean inNotify)
Field company is defined as optional.


getLanguageForCommunication

TiStringInterface getLanguageForCommunication()
Field languageForCommunication is defined as mandatory.


lookupLanguageForCommunication

TiStringInterface lookupLanguageForCommunication()
Field languageForCommunication is defined as mandatory.


setLanguageForCommunication

void setLanguageForCommunication(TiStringInterface inData)
Field languageForCommunication is defined as mandatory.


getLanguageForCommunicationValue

java.lang.String getLanguageForCommunicationValue()
Field languageForCommunication is defined as mandatory.


setLanguageForCommunicationValue

void setLanguageForCommunicationValue(java.lang.String inData)
Field languageForCommunication is defined as mandatory.


setLanguageForCommunicationValue

void setLanguageForCommunicationValue(java.lang.String inData,
                                      boolean inNotify)
Field languageForCommunication is defined as mandatory.


getMethodOfCommunication

TiStringInterface getMethodOfCommunication()
Field methodOfCommunication is defined as mandatory.


lookupMethodOfCommunication

TiStringInterface lookupMethodOfCommunication()
Field methodOfCommunication is defined as mandatory.


setMethodOfCommunication

void setMethodOfCommunication(TiStringInterface inData)
Field methodOfCommunication is defined as mandatory.


getMethodOfCommunicationValue

java.lang.String getMethodOfCommunicationValue()
Field methodOfCommunication is defined as mandatory.


setMethodOfCommunicationValue

void setMethodOfCommunicationValue(java.lang.String inData)
Field methodOfCommunication is defined as mandatory.


setMethodOfCommunicationValue

void setMethodOfCommunicationValue(java.lang.String inData,
                                   boolean inNotify)
Field methodOfCommunication is defined as mandatory.



Copyright © 2012. All Rights Reserved.