|
||||||||||
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.SjMatchCustomerQueryStandard
public class SjMatchCustomerQueryStandard
Innehåller matchingskritera för den (KPS-)kund som skall hittas eller skapas
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.SjMatchCustomerQuery |
---|
BIRTH_DATE, CUSTOMER_ADDRESS, CUSTOMER_ID, EMAIL_ADDRESS, FIRST_NAME, LAST_NAME, SJ_CARD_LIST, SOCIAL_SECURITY_NUMBER, TELEPHONE |
Constructor Summary | |
---|---|
SjMatchCustomerQueryStandard()
|
Method Summary | |
---|---|
TiDate |
getBirthDate()
Field birthDate is defined as mandatory. |
SjCustomerAddress |
getCustomerAddress()
Field customerAddress is defined as mandatory. |
TiStringInterface |
getCustomerId()
Field customerId is defined as optional. |
java.lang.String |
getCustomerIdValue()
Field customerId is defined as optional. |
TiStringInterface |
getEmailAddress()
Field emailAddress is defined as optional. |
java.lang.String |
getEmailAddressValue()
Field emailAddress is defined as optional. |
TiStringInterface |
getFirstName()
Field firstName is defined as mandatory. |
java.lang.String |
getFirstNameValue()
Field firstName is defined as mandatory. |
java.lang.String |
getGeneratedTiName()
|
TiStringInterface |
getLastName()
Field lastName is defined as mandatory. |
java.lang.String |
getLastNameValue()
Field lastName is defined as mandatory. |
java.lang.String |
getRealTiName()
|
SjSjCardList |
getSjCardList()
Field sjCardList is defined as optional. |
TiStringInterface |
getSocialSecurityNumber()
Field socialSecurityNumber is defined as optional. |
java.lang.String |
getSocialSecurityNumberValue()
Field socialSecurityNumber is defined as optional. |
SjTelephone |
getTelephone()
Field telephone is defined as optional. |
TiDate |
lookupBirthDate()
Field birthDate is defined as mandatory. |
SjCustomerAddress |
lookupCustomerAddress()
Field customerAddress is defined as mandatory. |
TiStringInterface |
lookupCustomerId()
Field customerId is defined as optional. |
TiStringInterface |
lookupEmailAddress()
Field emailAddress is defined as optional. |
TiStringInterface |
lookupFirstName()
Field firstName is defined as mandatory. |
TiStringInterface |
lookupLastName()
Field lastName is defined as mandatory. |
SjSjCardList |
lookupSjCardList()
Field sjCardList is defined as optional. |
TiStringInterface |
lookupSocialSecurityNumber()
Field socialSecurityNumber is defined as optional. |
SjTelephone |
lookupTelephone()
Field telephone is defined as optional. |
void |
setBirthDate(TiDate inData)
Field birthDate is defined as mandatory. |
void |
setCustomerAddress(SjCustomerAddress inData)
Field customerAddress is defined as mandatory. |
void |
setCustomerId(TiStringInterface inData)
Field customerId is defined as optional. |
void |
setCustomerIdValue(java.lang.String inData)
Field customerId is defined as optional. |
void |
setCustomerIdValue(java.lang.String inData,
boolean inNotify)
Field customerId 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 |
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 |
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 |
setSjCardList(SjSjCardList inData)
Field sjCardList is defined as optional. |
void |
setSocialSecurityNumber(TiStringInterface inData)
Field socialSecurityNumber is defined as optional. |
void |
setSocialSecurityNumberValue(java.lang.String inData)
Field socialSecurityNumber is defined as optional. |
void |
setSocialSecurityNumberValue(java.lang.String inData,
boolean inNotify)
Field socialSecurityNumber is defined as optional. |
void |
setTelephone(SjTelephone inData)
Field telephone is defined as optional. |
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 SjMatchCustomerQueryStandard()
Method Detail |
---|
public TiStringInterface getFirstName()
getFirstName
in interface SjMatchCustomerQuery
public TiStringInterface lookupFirstName()
lookupFirstName
in interface SjMatchCustomerQuery
public void setFirstName(TiStringInterface inData)
setFirstName
in interface SjMatchCustomerQuery
public java.lang.String getFirstNameValue()
getFirstNameValue
in interface SjMatchCustomerQuery
public void setFirstNameValue(java.lang.String inData)
setFirstNameValue
in interface SjMatchCustomerQuery
public void setFirstNameValue(java.lang.String inData, boolean inNotify)
setFirstNameValue
in interface SjMatchCustomerQuery
public TiStringInterface getLastName()
getLastName
in interface SjMatchCustomerQuery
public TiStringInterface lookupLastName()
lookupLastName
in interface SjMatchCustomerQuery
public void setLastName(TiStringInterface inData)
setLastName
in interface SjMatchCustomerQuery
public java.lang.String getLastNameValue()
getLastNameValue
in interface SjMatchCustomerQuery
public void setLastNameValue(java.lang.String inData)
setLastNameValue
in interface SjMatchCustomerQuery
public void setLastNameValue(java.lang.String inData, boolean inNotify)
setLastNameValue
in interface SjMatchCustomerQuery
public TiDate getBirthDate()
getBirthDate
in interface SjMatchCustomerQuery
public TiDate lookupBirthDate()
lookupBirthDate
in interface SjMatchCustomerQuery
public void setBirthDate(TiDate inData)
setBirthDate
in interface SjMatchCustomerQuery
public SjCustomerAddress getCustomerAddress()
getCustomerAddress
in interface SjMatchCustomerQuery
public SjCustomerAddress lookupCustomerAddress()
lookupCustomerAddress
in interface SjMatchCustomerQuery
public void setCustomerAddress(SjCustomerAddress inData)
setCustomerAddress
in interface SjMatchCustomerQuery
public SjTelephone getTelephone()
getTelephone
in interface SjMatchCustomerQuery
public SjTelephone lookupTelephone()
lookupTelephone
in interface SjMatchCustomerQuery
public void setTelephone(SjTelephone inData)
setTelephone
in interface SjMatchCustomerQuery
public TiStringInterface getEmailAddress()
getEmailAddress
in interface SjMatchCustomerQuery
public TiStringInterface lookupEmailAddress()
lookupEmailAddress
in interface SjMatchCustomerQuery
public void setEmailAddress(TiStringInterface inData)
setEmailAddress
in interface SjMatchCustomerQuery
public java.lang.String getEmailAddressValue()
getEmailAddressValue
in interface SjMatchCustomerQuery
public void setEmailAddressValue(java.lang.String inData)
setEmailAddressValue
in interface SjMatchCustomerQuery
public void setEmailAddressValue(java.lang.String inData, boolean inNotify)
setEmailAddressValue
in interface SjMatchCustomerQuery
public TiStringInterface getSocialSecurityNumber()
getSocialSecurityNumber
in interface SjMatchCustomerQuery
public TiStringInterface lookupSocialSecurityNumber()
lookupSocialSecurityNumber
in interface SjMatchCustomerQuery
public void setSocialSecurityNumber(TiStringInterface inData)
setSocialSecurityNumber
in interface SjMatchCustomerQuery
public java.lang.String getSocialSecurityNumberValue()
getSocialSecurityNumberValue
in interface SjMatchCustomerQuery
public void setSocialSecurityNumberValue(java.lang.String inData)
setSocialSecurityNumberValue
in interface SjMatchCustomerQuery
public void setSocialSecurityNumberValue(java.lang.String inData, boolean inNotify)
setSocialSecurityNumberValue
in interface SjMatchCustomerQuery
public TiStringInterface getCustomerId()
getCustomerId
in interface SjMatchCustomerQuery
public TiStringInterface lookupCustomerId()
lookupCustomerId
in interface SjMatchCustomerQuery
public void setCustomerId(TiStringInterface inData)
setCustomerId
in interface SjMatchCustomerQuery
public java.lang.String getCustomerIdValue()
getCustomerIdValue
in interface SjMatchCustomerQuery
public void setCustomerIdValue(java.lang.String inData)
setCustomerIdValue
in interface SjMatchCustomerQuery
public void setCustomerIdValue(java.lang.String inData, boolean inNotify)
setCustomerIdValue
in interface SjMatchCustomerQuery
public SjSjCardList getSjCardList()
getSjCardList
in interface SjMatchCustomerQuery
public SjSjCardList lookupSjCardList()
lookupSjCardList
in interface SjMatchCustomerQuery
public void setSjCardList(SjSjCardList inData)
setSjCardList
in interface SjMatchCustomerQuery
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 |