|
||||||||||
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.SjOfferQueryStandard
public class SjOfferQueryStandard
Innehåller diverse flaggor för hämtande av resp erbjudande lista
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.SjOfferQuery |
---|
ALL_LISTS, CLIENT_CACHE, OFFER_INCL_INTERNATIONAL_LIST, OFFER_INTERNATIONAL_LIST, OFFER_LIST, OFFER_QUERY_XOR |
Constructor Summary | |
---|---|
SjOfferQueryStandard()
|
Method Summary | |
---|---|
TiBooleanInterface |
getAllLists()
Field allLists is defined as part of xor. |
java.lang.Boolean |
getAllListsValue()
Field allLists is defined as part of xor. |
SjClientCacheInfo |
getClientCache()
Field clientCache is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
TiBooleanInterface |
getOfferInclInternationalList()
Field offerInclInternationalList is defined as optional. |
java.lang.Boolean |
getOfferInclInternationalListValue()
Field offerInclInternationalList is defined as optional. |
TiBooleanInterface |
getOfferInternationalList()
Field offerInternationalList is defined as optional. |
java.lang.Boolean |
getOfferInternationalListValue()
Field offerInternationalList is defined as optional. |
TiBooleanInterface |
getOfferList()
Field offerList is defined as optional. |
java.lang.Boolean |
getOfferListValue()
Field offerList is defined as optional. |
TiIntegerInterface |
getOfferQueryXor()
field offerQueryXor |
java.lang.Integer |
getOfferQueryXorValue()
field offerQueryXor |
java.lang.String |
getRealTiName()
|
TiBooleanInterface |
lookupAllLists()
Field allLists is defined as part of xor. |
SjClientCacheInfo |
lookupClientCache()
Field clientCache is defined as optional. |
TiBooleanInterface |
lookupOfferInclInternationalList()
Field offerInclInternationalList is defined as optional. |
TiBooleanInterface |
lookupOfferInternationalList()
Field offerInternationalList is defined as optional. |
TiBooleanInterface |
lookupOfferList()
Field offerList is defined as optional. |
TiIntegerInterface |
lookupOfferQueryXor()
field offerQueryXor |
void |
setAllLists(TiBooleanInterface inData)
Field allLists is defined as part of xor. |
void |
setAllListsValue(java.lang.Boolean inData)
Field allLists is defined as part of xor. |
void |
setAllListsValue(java.lang.Boolean inData,
boolean inNotify)
Field allLists is defined as part of xor. |
void |
setClientCache(SjClientCacheInfo inData)
Field clientCache is defined as optional. |
void |
setOfferInclInternationalList(TiBooleanInterface inData)
Field offerInclInternationalList is defined as optional. |
void |
setOfferInclInternationalListValue(java.lang.Boolean inData)
Field offerInclInternationalList is defined as optional. |
void |
setOfferInclInternationalListValue(java.lang.Boolean inData,
boolean inNotify)
Field offerInclInternationalList is defined as optional. |
void |
setOfferInternationalList(TiBooleanInterface inData)
Field offerInternationalList is defined as optional. |
void |
setOfferInternationalListValue(java.lang.Boolean inData)
Field offerInternationalList is defined as optional. |
void |
setOfferInternationalListValue(java.lang.Boolean inData,
boolean inNotify)
Field offerInternationalList is defined as optional. |
void |
setOfferList(TiBooleanInterface inData)
Field offerList is defined as optional. |
void |
setOfferListValue(java.lang.Boolean inData)
Field offerList is defined as optional. |
void |
setOfferListValue(java.lang.Boolean inData,
boolean inNotify)
Field offerList is defined as optional. |
void |
setOfferQueryXor(TiIntegerInterface inData)
field offerQueryXor |
void |
setOfferQueryXorValue(java.lang.Integer inData)
field offerQueryXor |
protected TiFieldSpecificationEnumeration |
specifyFields()
|
protected TiXorSpecificationEnumeration |
specifyXors()
|
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, 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 SjOfferQueryStandard()
Method Detail |
---|
public SjClientCacheInfo getClientCache()
getClientCache
in interface SjOfferQuery
public SjClientCacheInfo lookupClientCache()
lookupClientCache
in interface SjOfferQuery
public void setClientCache(SjClientCacheInfo inData)
setClientCache
in interface SjOfferQuery
public TiIntegerInterface getOfferQueryXor()
getOfferQueryXor
in interface SjOfferQuery
public TiIntegerInterface lookupOfferQueryXor()
lookupOfferQueryXor
in interface SjOfferQuery
public void setOfferQueryXor(TiIntegerInterface inData)
setOfferQueryXor
in interface SjOfferQuery
public java.lang.Integer getOfferQueryXorValue()
getOfferQueryXorValue
in interface SjOfferQuery
public void setOfferQueryXorValue(java.lang.Integer inData)
setOfferQueryXorValue
in interface SjOfferQuery
public TiBooleanInterface getAllLists()
getAllLists
in interface SjOfferQuery
public TiBooleanInterface lookupAllLists()
lookupAllLists
in interface SjOfferQuery
public void setAllLists(TiBooleanInterface inData)
setAllLists
in interface SjOfferQuery
public java.lang.Boolean getAllListsValue()
getAllListsValue
in interface SjOfferQuery
public void setAllListsValue(java.lang.Boolean inData)
setAllListsValue
in interface SjOfferQuery
public void setAllListsValue(java.lang.Boolean inData, boolean inNotify)
setAllListsValue
in interface SjOfferQuery
public TiBooleanInterface getOfferList()
getOfferList
in interface SjOfferQuery
public TiBooleanInterface lookupOfferList()
lookupOfferList
in interface SjOfferQuery
public void setOfferList(TiBooleanInterface inData)
setOfferList
in interface SjOfferQuery
public java.lang.Boolean getOfferListValue()
getOfferListValue
in interface SjOfferQuery
public void setOfferListValue(java.lang.Boolean inData)
setOfferListValue
in interface SjOfferQuery
public void setOfferListValue(java.lang.Boolean inData, boolean inNotify)
setOfferListValue
in interface SjOfferQuery
public TiBooleanInterface getOfferInclInternationalList()
getOfferInclInternationalList
in interface SjOfferQuery
public TiBooleanInterface lookupOfferInclInternationalList()
lookupOfferInclInternationalList
in interface SjOfferQuery
public void setOfferInclInternationalList(TiBooleanInterface inData)
setOfferInclInternationalList
in interface SjOfferQuery
public java.lang.Boolean getOfferInclInternationalListValue()
getOfferInclInternationalListValue
in interface SjOfferQuery
public void setOfferInclInternationalListValue(java.lang.Boolean inData)
setOfferInclInternationalListValue
in interface SjOfferQuery
public void setOfferInclInternationalListValue(java.lang.Boolean inData, boolean inNotify)
setOfferInclInternationalListValue
in interface SjOfferQuery
public TiBooleanInterface getOfferInternationalList()
getOfferInternationalList
in interface SjOfferQuery
public TiBooleanInterface lookupOfferInternationalList()
lookupOfferInternationalList
in interface SjOfferQuery
public void setOfferInternationalList(TiBooleanInterface inData)
setOfferInternationalList
in interface SjOfferQuery
public java.lang.Boolean getOfferInternationalListValue()
getOfferInternationalListValue
in interface SjOfferQuery
public void setOfferInternationalListValue(java.lang.Boolean inData)
setOfferInternationalListValue
in interface SjOfferQuery
public void setOfferInternationalListValue(java.lang.Boolean inData, boolean inNotify)
setOfferInternationalListValue
in interface SjOfferQuery
protected TiFieldSpecificationEnumeration specifyFields()
specifyFields
in class TiAbstractMapModel
protected TiXorSpecificationEnumeration specifyXors()
specifyXors
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 |