|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjContract
Field Summary | |
---|---|
static java.lang.String |
CLIENT_INFORMATION
|
static java.lang.String |
CONTRACT_HAS_NET_DISCOUNTS
|
static java.lang.String |
CONTRACT_NO
|
static java.lang.String |
CONTRACT_TYPE
|
static java.lang.String |
SALES_DEP_HAS_NET_DISCOUNTS
|
Method Summary | |
---|---|
SjClientInformation |
getClientInformation()
Field clientInformation is defined as optional. |
TiBooleanInterface |
getContractHasNetDiscounts()
Field contractHasNetDiscounts is defined as mandatory. |
java.lang.Boolean |
getContractHasNetDiscountsValue()
Field contractHasNetDiscounts is defined as mandatory. |
TiStringInterface |
getContractNo()
Field contractNo is defined as mandatory. |
java.lang.String |
getContractNoValue()
Field contractNo is defined as mandatory. |
TiStringInterface |
getContractType()
Field contractType is defined as mandatory. |
java.lang.String |
getContractTypeValue()
Field contractType is defined as mandatory. |
TiBooleanInterface |
getSalesDepHasNetDiscounts()
Field salesDepHasNetDiscounts is defined as mandatory. |
java.lang.Boolean |
getSalesDepHasNetDiscountsValue()
Field salesDepHasNetDiscounts is defined as mandatory. |
SjClientInformation |
lookupClientInformation()
Field clientInformation is defined as optional. |
TiBooleanInterface |
lookupContractHasNetDiscounts()
Field contractHasNetDiscounts is defined as mandatory. |
TiStringInterface |
lookupContractNo()
Field contractNo is defined as mandatory. |
TiStringInterface |
lookupContractType()
Field contractType is defined as mandatory. |
TiBooleanInterface |
lookupSalesDepHasNetDiscounts()
Field salesDepHasNetDiscounts is defined as mandatory. |
void |
setClientInformation(SjClientInformation inData)
Field clientInformation is defined as optional. |
void |
setContractHasNetDiscounts(TiBooleanInterface inData)
Field contractHasNetDiscounts is defined as mandatory. |
void |
setContractHasNetDiscountsValue(java.lang.Boolean inData)
Field contractHasNetDiscounts is defined as mandatory. |
void |
setContractHasNetDiscountsValue(java.lang.Boolean inData,
boolean inNotify)
Field contractHasNetDiscounts is defined as mandatory. |
void |
setContractNo(TiStringInterface inData)
Field contractNo is defined as mandatory. |
void |
setContractNoValue(java.lang.String inData)
Field contractNo is defined as mandatory. |
void |
setContractNoValue(java.lang.String inData,
boolean inNotify)
Field contractNo is defined as mandatory. |
void |
setContractType(TiStringInterface inData)
Field contractType is defined as mandatory. |
void |
setContractTypeValue(java.lang.String inData)
Field contractType is defined as mandatory. |
void |
setContractTypeValue(java.lang.String inData,
boolean inNotify)
Field contractType is defined as mandatory. |
void |
setSalesDepHasNetDiscounts(TiBooleanInterface inData)
Field salesDepHasNetDiscounts is defined as mandatory. |
void |
setSalesDepHasNetDiscountsValue(java.lang.Boolean inData)
Field salesDepHasNetDiscounts is defined as mandatory. |
void |
setSalesDepHasNetDiscountsValue(java.lang.Boolean inData,
boolean inNotify)
Field salesDepHasNetDiscounts 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 CONTRACT_NO
static final java.lang.String CONTRACT_TYPE
static final java.lang.String CONTRACT_HAS_NET_DISCOUNTS
static final java.lang.String SALES_DEP_HAS_NET_DISCOUNTS
static final java.lang.String CLIENT_INFORMATION
Method Detail |
---|
TiStringInterface getContractNo()
TiStringInterface lookupContractNo()
void setContractNo(TiStringInterface inData)
java.lang.String getContractNoValue()
void setContractNoValue(java.lang.String inData)
void setContractNoValue(java.lang.String inData, boolean inNotify)
TiStringInterface getContractType()
TiStringInterface lookupContractType()
void setContractType(TiStringInterface inData)
java.lang.String getContractTypeValue()
void setContractTypeValue(java.lang.String inData)
void setContractTypeValue(java.lang.String inData, boolean inNotify)
TiBooleanInterface getContractHasNetDiscounts()
TiBooleanInterface lookupContractHasNetDiscounts()
void setContractHasNetDiscounts(TiBooleanInterface inData)
java.lang.Boolean getContractHasNetDiscountsValue()
void setContractHasNetDiscountsValue(java.lang.Boolean inData)
void setContractHasNetDiscountsValue(java.lang.Boolean inData, boolean inNotify)
TiBooleanInterface getSalesDepHasNetDiscounts()
TiBooleanInterface lookupSalesDepHasNetDiscounts()
void setSalesDepHasNetDiscounts(TiBooleanInterface inData)
java.lang.Boolean getSalesDepHasNetDiscountsValue()
void setSalesDepHasNetDiscountsValue(java.lang.Boolean inData)
void setSalesDepHasNetDiscountsValue(java.lang.Boolean inData, boolean inNotify)
SjClientInformation getClientInformation()
SjClientInformation lookupClientInformation()
void setClientInformation(SjClientInformation inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |