|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjNewOrderConsumerSpecification
Resenär med rabatt-kod
Field Summary | |
---|---|
static java.lang.String |
CONSUMER_CATEGORY
|
static java.lang.String |
DISCOUNT_CODE
|
Method Summary | |
---|---|
TiStringInterface |
getConsumerCategory()
Field consumerCategory is defined as mandatory. |
java.lang.String |
getConsumerCategoryValue()
Field consumerCategory is defined as mandatory. |
SjCode |
getDiscountCode()
Field discountCode is defined as optional. |
java.lang.String |
getDiscountCodeValue()
Field discountCode is defined as optional. |
TiStringInterface |
lookupConsumerCategory()
Field consumerCategory is defined as mandatory. |
SjCode |
lookupDiscountCode()
Field discountCode is defined as optional. |
void |
setConsumerCategory(TiStringInterface inData)
Field consumerCategory is defined as mandatory. |
void |
setConsumerCategoryValue(java.lang.String inData)
Field consumerCategory is defined as mandatory. |
void |
setConsumerCategoryValue(java.lang.String inData,
boolean inNotify)
Field consumerCategory is defined as mandatory. |
void |
setDiscountCode(SjCode inData)
Field discountCode is defined as optional. |
void |
setDiscountCodeValue(java.lang.String inData)
Field discountCode is defined as optional. |
void |
setDiscountCodeValue(java.lang.String inData,
boolean inNotify)
Field discountCode is defined as optional. |
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 CONSUMER_CATEGORY
static final java.lang.String DISCOUNT_CODE
Method Detail |
---|
TiStringInterface getConsumerCategory()
TiStringInterface lookupConsumerCategory()
void setConsumerCategory(TiStringInterface inData)
java.lang.String getConsumerCategoryValue()
void setConsumerCategoryValue(java.lang.String inData)
void setConsumerCategoryValue(java.lang.String inData, boolean inNotify)
SjCode getDiscountCode()
SjCode lookupDiscountCode()
void setDiscountCode(SjCode inData)
java.lang.String getDiscountCodeValue()
void setDiscountCodeValue(java.lang.String inData)
void setDiscountCodeValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |