|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stina.framework.core.model.TiAbstractData
org.stina.framework.core.model.TiAbstractMapData
se.sj.stina.domain.model.impl.plain.SjSalesControlPriceGroupLogicPlain
public class SjSalesControlPriceGroupLogicPlain
Innehåller säljdefinitioner per prisgrupp(=defaultgrupp) MinimumDaysBeforeDeparture (FORKOPMIN) anger minsta antal dagar mellan bokning och avresa som prisgruppen är bokningsbar MaximumDaysBeforeDeparture (FORKOPMAX) anger max antal dagar mellan bokning och avresa som prisgruppen är bokningsbar
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
---|
TiAbstractMapData.TiMapDataComparator |
Fields inherited from interface se.sj.stina.domain.model.SjSalesControlPriceGroupLogic |
---|
EXPIRATION_DATE, MAXIMUM_DAYS_BEFORE_DEPARTURE, MINIMUM_DAYS_BEFORE_DEPARTURE, PRICE_GROUP_CODE, SALES_CONTROL_PRODUCT_LIST, START_DATE |
Constructor Summary | |
---|---|
SjSalesControlPriceGroupLogicPlain()
|
Method Summary | |
---|---|
TiDate |
getExpirationDate()
Field expirationDate is defined as mandatory. |
java.lang.String |
getGeneratedTiName()
|
SjIntegerString |
getMaximumDaysBeforeDeparture()
Field maximumDaysBeforeDeparture is defined as optional. |
java.lang.String |
getMaximumDaysBeforeDepartureValue()
Field maximumDaysBeforeDeparture is defined as optional. |
SjIntegerString |
getMinimumDaysBeforeDeparture()
Field minimumDaysBeforeDeparture is defined as optional. |
java.lang.String |
getMinimumDaysBeforeDepartureValue()
Field minimumDaysBeforeDeparture is defined as optional. |
SjCode |
getPriceGroupCode()
Field priceGroupCode is defined as mandatory. |
java.lang.String |
getPriceGroupCodeValue()
Field priceGroupCode is defined as mandatory. |
java.lang.String |
getRealTiName()
|
SjSalesControlProductList |
getSalesControlProductList()
Field salesControlProductList is defined as mandatory. |
TiDate |
getStartDate()
Field startDate is defined as mandatory. |
TiDate |
lookupExpirationDate()
Field expirationDate is defined as mandatory. |
SjIntegerString |
lookupMaximumDaysBeforeDeparture()
Field maximumDaysBeforeDeparture is defined as optional. |
SjIntegerString |
lookupMinimumDaysBeforeDeparture()
Field minimumDaysBeforeDeparture is defined as optional. |
SjCode |
lookupPriceGroupCode()
Field priceGroupCode is defined as mandatory. |
SjSalesControlProductList |
lookupSalesControlProductList()
Field salesControlProductList is defined as mandatory. |
TiDate |
lookupStartDate()
Field startDate is defined as mandatory. |
void |
setExpirationDate(TiDate inData)
Field expirationDate is defined as mandatory. |
void |
setMaximumDaysBeforeDeparture(SjIntegerString inData)
Field maximumDaysBeforeDeparture is defined as optional. |
void |
setMaximumDaysBeforeDepartureValue(java.lang.String inData)
Field maximumDaysBeforeDeparture is defined as optional. |
void |
setMaximumDaysBeforeDepartureValue(java.lang.String inData,
boolean inNotify)
Field maximumDaysBeforeDeparture is defined as optional. |
void |
setMinimumDaysBeforeDeparture(SjIntegerString inData)
Field minimumDaysBeforeDeparture is defined as optional. |
void |
setMinimumDaysBeforeDepartureValue(java.lang.String inData)
Field minimumDaysBeforeDeparture is defined as optional. |
void |
setMinimumDaysBeforeDepartureValue(java.lang.String inData,
boolean inNotify)
Field minimumDaysBeforeDeparture is defined as optional. |
void |
setPriceGroupCode(SjCode inData)
Field priceGroupCode is defined as mandatory. |
void |
setPriceGroupCodeValue(java.lang.String inData)
Field priceGroupCode is defined as mandatory. |
void |
setPriceGroupCodeValue(java.lang.String inData,
boolean inNotify)
Field priceGroupCode is defined as mandatory. |
void |
setSalesControlProductList(SjSalesControlProductList inData)
Field salesControlProductList is defined as mandatory. |
void |
setStartDate(TiDate inData)
Field startDate is defined as mandatory. |
Methods inherited from class org.stina.framework.core.model.TiAbstractMapData |
---|
clear, clone, clone, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getFieldNames, getIndexForXorPart, getModel, getModelImpl, getValue, getXorNameForXorPart, getXorPart, getXorPartNames, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setModel, setValue, setValue, specifyXors, toDebugString, toDebugString, updateXorIndex |
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 |
Field Detail |
---|
public SjCodePlain priceGroupCode
public TiDatePlain startDate
public TiDatePlain expirationDate
public SjIntegerStringPlain minimumDaysBeforeDeparture
public SjIntegerStringPlain maximumDaysBeforeDeparture
public SjSalesControlProductListPlain salesControlProductList
Constructor Detail |
---|
public SjSalesControlPriceGroupLogicPlain()
Method Detail |
---|
public SjCode getPriceGroupCode()
getPriceGroupCode
in interface SjSalesControlPriceGroupLogic
public SjCode lookupPriceGroupCode()
lookupPriceGroupCode
in interface SjSalesControlPriceGroupLogic
public void setPriceGroupCode(SjCode inData)
setPriceGroupCode
in interface SjSalesControlPriceGroupLogic
public java.lang.String getPriceGroupCodeValue()
getPriceGroupCodeValue
in interface SjSalesControlPriceGroupLogic
public void setPriceGroupCodeValue(java.lang.String inData)
setPriceGroupCodeValue
in interface SjSalesControlPriceGroupLogic
public void setPriceGroupCodeValue(java.lang.String inData, boolean inNotify)
setPriceGroupCodeValue
in interface SjSalesControlPriceGroupLogic
public TiDate getStartDate()
getStartDate
in interface SjSalesControlPriceGroupLogic
public TiDate lookupStartDate()
lookupStartDate
in interface SjSalesControlPriceGroupLogic
public void setStartDate(TiDate inData)
setStartDate
in interface SjSalesControlPriceGroupLogic
public TiDate getExpirationDate()
getExpirationDate
in interface SjSalesControlPriceGroupLogic
public TiDate lookupExpirationDate()
lookupExpirationDate
in interface SjSalesControlPriceGroupLogic
public void setExpirationDate(TiDate inData)
setExpirationDate
in interface SjSalesControlPriceGroupLogic
public SjIntegerString getMinimumDaysBeforeDeparture()
getMinimumDaysBeforeDeparture
in interface SjSalesControlPriceGroupLogic
public SjIntegerString lookupMinimumDaysBeforeDeparture()
lookupMinimumDaysBeforeDeparture
in interface SjSalesControlPriceGroupLogic
public void setMinimumDaysBeforeDeparture(SjIntegerString inData)
setMinimumDaysBeforeDeparture
in interface SjSalesControlPriceGroupLogic
public java.lang.String getMinimumDaysBeforeDepartureValue()
getMinimumDaysBeforeDepartureValue
in interface SjSalesControlPriceGroupLogic
public void setMinimumDaysBeforeDepartureValue(java.lang.String inData)
setMinimumDaysBeforeDepartureValue
in interface SjSalesControlPriceGroupLogic
public void setMinimumDaysBeforeDepartureValue(java.lang.String inData, boolean inNotify)
setMinimumDaysBeforeDepartureValue
in interface SjSalesControlPriceGroupLogic
public SjIntegerString getMaximumDaysBeforeDeparture()
getMaximumDaysBeforeDeparture
in interface SjSalesControlPriceGroupLogic
public SjIntegerString lookupMaximumDaysBeforeDeparture()
lookupMaximumDaysBeforeDeparture
in interface SjSalesControlPriceGroupLogic
public void setMaximumDaysBeforeDeparture(SjIntegerString inData)
setMaximumDaysBeforeDeparture
in interface SjSalesControlPriceGroupLogic
public java.lang.String getMaximumDaysBeforeDepartureValue()
getMaximumDaysBeforeDepartureValue
in interface SjSalesControlPriceGroupLogic
public void setMaximumDaysBeforeDepartureValue(java.lang.String inData)
setMaximumDaysBeforeDepartureValue
in interface SjSalesControlPriceGroupLogic
public void setMaximumDaysBeforeDepartureValue(java.lang.String inData, boolean inNotify)
setMaximumDaysBeforeDepartureValue
in interface SjSalesControlPriceGroupLogic
public SjSalesControlProductList getSalesControlProductList()
getSalesControlProductList
in interface SjSalesControlPriceGroupLogic
public SjSalesControlProductList lookupSalesControlProductList()
lookupSalesControlProductList
in interface SjSalesControlPriceGroupLogic
public void setSalesControlProductList(SjSalesControlProductList inData)
setSalesControlProductList
in interface SjSalesControlPriceGroupLogic
public java.lang.String getRealTiName()
getRealTiName
in interface TiCommonModelPartInterface
getRealTiName
in class TiAbstractData
public java.lang.String getGeneratedTiName()
getGeneratedTiName
in interface TiCommonModelPartInterface
getGeneratedTiName
in class TiAbstractData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |