|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjCustomerData
Field Summary | |
---|---|
static java.lang.String |
COMMON_CUSTOMER
|
static java.lang.String |
COMPANY_CUSTOMER
|
static java.lang.String |
CUSTOMER_DATA_XOR
|
static java.lang.String |
PRIVATE_CUSTOMER
|
Method Summary | |
---|---|
SjCommonCustomer |
getCommonCustomer()
Field commonCustomer is defined as mandatory. |
SjCompanyCustomer |
getCompanyCustomer()
Field companyCustomer is defined as part of xor. |
TiIntegerInterface |
getCustomerDataXor()
field customerDataXor |
java.lang.Integer |
getCustomerDataXorValue()
field customerDataXor |
SjPrivateCustomer |
getPrivateCustomer()
Field privateCustomer is defined as part of xor. |
SjCommonCustomer |
lookupCommonCustomer()
Field commonCustomer is defined as mandatory. |
SjCompanyCustomer |
lookupCompanyCustomer()
Field companyCustomer is defined as part of xor. |
TiIntegerInterface |
lookupCustomerDataXor()
field customerDataXor |
SjPrivateCustomer |
lookupPrivateCustomer()
Field privateCustomer is defined as part of xor. |
void |
setCommonCustomer(SjCommonCustomer inData)
Field commonCustomer is defined as mandatory. |
void |
setCompanyCustomer(SjCompanyCustomer inData)
Field companyCustomer is defined as part of xor. |
void |
setCustomerDataXor(TiIntegerInterface inData)
field customerDataXor |
void |
setCustomerDataXorValue(java.lang.Integer inData)
field customerDataXor |
void |
setPrivateCustomer(SjPrivateCustomer inData)
Field privateCustomer is defined as part of xor. |
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 COMMON_CUSTOMER
static final java.lang.String CUSTOMER_DATA_XOR
static final java.lang.String PRIVATE_CUSTOMER
static final java.lang.String COMPANY_CUSTOMER
Method Detail |
---|
SjCommonCustomer getCommonCustomer()
SjCommonCustomer lookupCommonCustomer()
void setCommonCustomer(SjCommonCustomer inData)
TiIntegerInterface getCustomerDataXor()
TiIntegerInterface lookupCustomerDataXor()
void setCustomerDataXor(TiIntegerInterface inData)
java.lang.Integer getCustomerDataXorValue()
void setCustomerDataXorValue(java.lang.Integer inData)
SjPrivateCustomer getPrivateCustomer()
SjPrivateCustomer lookupPrivateCustomer()
void setPrivateCustomer(SjPrivateCustomer inData)
SjCompanyCustomer getCompanyCustomer()
SjCompanyCustomer lookupCompanyCustomer()
void setCompanyCustomer(SjCompanyCustomer inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |