|
||||||||||
| 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.SjPlacementPriceSectionDescriptionStandard
public class SjPlacementPriceSectionDescriptionStandard
| 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.SjPlacementPriceSectionDescription |
|---|
DEFAULT_RESERVATION, EXCHANGE_VOUCHER_AMOUNT, MANDATORY, OTHER_PRODUCERS_FEES, PRICE_INCL_VAT, SECTION_REFERENCE |
| Constructor Summary | |
|---|---|
SjPlacementPriceSectionDescriptionStandard()
|
|
| 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. |
protected TiFieldSpecificationEnumeration |
specifyFields()
|
| 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, specifyXors, 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 SjPlacementPriceSectionDescriptionStandard()
| Method Detail |
|---|
public SjObjectStringRef getSectionReference()
getSectionReference in interface SjPlacementPriceSectionDescriptionpublic SjObjectStringRef lookupSectionReference()
lookupSectionReference in interface SjPlacementPriceSectionDescriptionpublic void setSectionReference(SjObjectStringRef inData)
setSectionReference in interface SjPlacementPriceSectionDescriptionpublic java.lang.String getSectionReferenceValue()
getSectionReferenceValue in interface SjPlacementPriceSectionDescriptionpublic void setSectionReferenceValue(java.lang.String inData)
setSectionReferenceValue in interface SjPlacementPriceSectionDescription
public void setSectionReferenceValue(java.lang.String inData,
boolean inNotify)
setSectionReferenceValue in interface SjPlacementPriceSectionDescriptionpublic SjMoney getPriceInclVat()
getPriceInclVat in interface SjPlacementPriceSectionDescriptionpublic SjMoney lookupPriceInclVat()
lookupPriceInclVat in interface SjPlacementPriceSectionDescriptionpublic void setPriceInclVat(SjMoney inData)
setPriceInclVat in interface SjPlacementPriceSectionDescriptionpublic SjMoney getOtherProducersFees()
getOtherProducersFees in interface SjPlacementPriceSectionDescriptionpublic SjMoney lookupOtherProducersFees()
lookupOtherProducersFees in interface SjPlacementPriceSectionDescriptionpublic void setOtherProducersFees(SjMoney inData)
setOtherProducersFees in interface SjPlacementPriceSectionDescriptionpublic SjMoney getExchangeVoucherAmount()
getExchangeVoucherAmount in interface SjPlacementPriceSectionDescriptionpublic SjMoney lookupExchangeVoucherAmount()
lookupExchangeVoucherAmount in interface SjPlacementPriceSectionDescriptionpublic void setExchangeVoucherAmount(SjMoney inData)
setExchangeVoucherAmount in interface SjPlacementPriceSectionDescriptionpublic TiBooleanInterface getMandatory()
getMandatory in interface SjPlacementPriceSectionDescriptionpublic TiBooleanInterface lookupMandatory()
lookupMandatory in interface SjPlacementPriceSectionDescriptionpublic void setMandatory(TiBooleanInterface inData)
setMandatory in interface SjPlacementPriceSectionDescriptionpublic java.lang.Boolean getMandatoryValue()
getMandatoryValue in interface SjPlacementPriceSectionDescriptionpublic void setMandatoryValue(java.lang.Boolean inData)
setMandatoryValue in interface SjPlacementPriceSectionDescription
public void setMandatoryValue(java.lang.Boolean inData,
boolean inNotify)
setMandatoryValue in interface SjPlacementPriceSectionDescriptionpublic TiBooleanInterface getDefaultReservation()
getDefaultReservation in interface SjPlacementPriceSectionDescriptionpublic TiBooleanInterface lookupDefaultReservation()
lookupDefaultReservation in interface SjPlacementPriceSectionDescriptionpublic void setDefaultReservation(TiBooleanInterface inData)
setDefaultReservation in interface SjPlacementPriceSectionDescriptionpublic java.lang.Boolean getDefaultReservationValue()
getDefaultReservationValue in interface SjPlacementPriceSectionDescriptionpublic void setDefaultReservationValue(java.lang.Boolean inData)
setDefaultReservationValue in interface SjPlacementPriceSectionDescription
public void setDefaultReservationValue(java.lang.Boolean inData,
boolean inNotify)
setDefaultReservationValue in interface SjPlacementPriceSectionDescriptionprotected TiFieldSpecificationEnumeration specifyFields()
specifyFields in class TiAbstractMapModelpublic java.lang.String getRealTiName()
getRealTiName in interface TiCommonModelPartInterfacegetRealTiName in class TiAbstractModelpublic java.lang.String getGeneratedTiName()
getGeneratedTiName in interface TiCommonModelPartInterfacegetGeneratedTiName in class TiAbstractModel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||