|
||||||||||
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.SjPlacementPriceSectionDescriptionPlain
public class SjPlacementPriceSectionDescriptionPlain
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.SjPlacementPriceSectionDescription |
---|
DEFAULT_RESERVATION, EXCHANGE_VOUCHER_AMOUNT, MANDATORY, OTHER_PRODUCERS_FEES, PRICE_INCL_VAT, SECTION_REFERENCE |
Constructor Summary | |
---|---|
SjPlacementPriceSectionDescriptionPlain()
|
Method Summary | |
---|---|
TiBooleanInterface |
getDefaultReservation()
Field defaultReservation is defined as optional. |
java.lang.Boolean |
getDefaultReservationValue()
Field defaultReservation is defined as optional. |
SjMoney |
getExchangeVoucherAmount()
Field exchangeVoucherAmount is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
TiBooleanInterface |
getMandatory()
Field mandatory is defined as optional. |
java.lang.Boolean |
getMandatoryValue()
Field mandatory is defined as optional. |
SjMoney |
getOtherProducersFees()
Field otherProducersFees is defined as optional. |
SjMoney |
getPriceInclVat()
Field priceInclVat is defined as optional. |
java.lang.String |
getRealTiName()
|
SjObjectStringRef |
getSectionReference()
Field sectionReference is defined as mandatory. |
java.lang.String |
getSectionReferenceValue()
Field sectionReference is defined as mandatory. |
TiBooleanInterface |
lookupDefaultReservation()
Field defaultReservation is defined as optional. |
SjMoney |
lookupExchangeVoucherAmount()
Field exchangeVoucherAmount is defined as optional. |
TiBooleanInterface |
lookupMandatory()
Field mandatory is defined as optional. |
SjMoney |
lookupOtherProducersFees()
Field otherProducersFees is defined as optional. |
SjMoney |
lookupPriceInclVat()
Field priceInclVat is defined as optional. |
SjObjectStringRef |
lookupSectionReference()
Field sectionReference is defined as mandatory. |
void |
setDefaultReservation(TiBooleanInterface inData)
Field defaultReservation is defined as optional. |
void |
setDefaultReservationValue(java.lang.Boolean inData)
Field defaultReservation is defined as optional. |
void |
setDefaultReservationValue(java.lang.Boolean inData,
boolean inNotify)
Field defaultReservation is defined as optional. |
void |
setExchangeVoucherAmount(SjMoney inData)
Field exchangeVoucherAmount is defined as optional. |
void |
setMandatory(TiBooleanInterface inData)
Field mandatory is defined as optional. |
void |
setMandatoryValue(java.lang.Boolean inData)
Field mandatory is defined as optional. |
void |
setMandatoryValue(java.lang.Boolean inData,
boolean inNotify)
Field mandatory is defined as optional. |
void |
setOtherProducersFees(SjMoney inData)
Field otherProducersFees is defined as optional. |
void |
setPriceInclVat(SjMoney inData)
Field priceInclVat is defined as optional. |
void |
setSectionReference(SjObjectStringRef inData)
Field sectionReference is defined as mandatory. |
void |
setSectionReferenceValue(java.lang.String inData)
Field sectionReference is defined as mandatory. |
void |
setSectionReferenceValue(java.lang.String inData,
boolean inNotify)
Field sectionReference 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 SjObjectStringRefPlain sectionReference
public SjMoneyPlain priceInclVat
public SjMoneyPlain otherProducersFees
public SjMoneyPlain exchangeVoucherAmount
public TiBooleanData mandatory
public TiBooleanData defaultReservation
Constructor Detail |
---|
public SjPlacementPriceSectionDescriptionPlain()
Method Detail |
---|
public SjObjectStringRef getSectionReference()
getSectionReference
in interface SjPlacementPriceSectionDescription
public SjObjectStringRef lookupSectionReference()
lookupSectionReference
in interface SjPlacementPriceSectionDescription
public void setSectionReference(SjObjectStringRef inData)
setSectionReference
in interface SjPlacementPriceSectionDescription
public java.lang.String getSectionReferenceValue()
getSectionReferenceValue
in interface SjPlacementPriceSectionDescription
public void setSectionReferenceValue(java.lang.String inData)
setSectionReferenceValue
in interface SjPlacementPriceSectionDescription
public void setSectionReferenceValue(java.lang.String inData, boolean inNotify)
setSectionReferenceValue
in interface SjPlacementPriceSectionDescription
public SjMoney getPriceInclVat()
getPriceInclVat
in interface SjPlacementPriceSectionDescription
public SjMoney lookupPriceInclVat()
lookupPriceInclVat
in interface SjPlacementPriceSectionDescription
public void setPriceInclVat(SjMoney inData)
setPriceInclVat
in interface SjPlacementPriceSectionDescription
public SjMoney getOtherProducersFees()
getOtherProducersFees
in interface SjPlacementPriceSectionDescription
public SjMoney lookupOtherProducersFees()
lookupOtherProducersFees
in interface SjPlacementPriceSectionDescription
public void setOtherProducersFees(SjMoney inData)
setOtherProducersFees
in interface SjPlacementPriceSectionDescription
public SjMoney getExchangeVoucherAmount()
getExchangeVoucherAmount
in interface SjPlacementPriceSectionDescription
public SjMoney lookupExchangeVoucherAmount()
lookupExchangeVoucherAmount
in interface SjPlacementPriceSectionDescription
public void setExchangeVoucherAmount(SjMoney inData)
setExchangeVoucherAmount
in interface SjPlacementPriceSectionDescription
public TiBooleanInterface getMandatory()
getMandatory
in interface SjPlacementPriceSectionDescription
public TiBooleanInterface lookupMandatory()
lookupMandatory
in interface SjPlacementPriceSectionDescription
public void setMandatory(TiBooleanInterface inData)
setMandatory
in interface SjPlacementPriceSectionDescription
public java.lang.Boolean getMandatoryValue()
getMandatoryValue
in interface SjPlacementPriceSectionDescription
public void setMandatoryValue(java.lang.Boolean inData)
setMandatoryValue
in interface SjPlacementPriceSectionDescription
public void setMandatoryValue(java.lang.Boolean inData, boolean inNotify)
setMandatoryValue
in interface SjPlacementPriceSectionDescription
public TiBooleanInterface getDefaultReservation()
getDefaultReservation
in interface SjPlacementPriceSectionDescription
public TiBooleanInterface lookupDefaultReservation()
lookupDefaultReservation
in interface SjPlacementPriceSectionDescription
public void setDefaultReservation(TiBooleanInterface inData)
setDefaultReservation
in interface SjPlacementPriceSectionDescription
public java.lang.Boolean getDefaultReservationValue()
getDefaultReservationValue
in interface SjPlacementPriceSectionDescription
public void setDefaultReservationValue(java.lang.Boolean inData)
setDefaultReservationValue
in interface SjPlacementPriceSectionDescription
public void setDefaultReservationValue(java.lang.Boolean inData, boolean inNotify)
setDefaultReservationValue
in interface SjPlacementPriceSectionDescription
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 |