public class WebShopAdDetailsData extends AdDetailsData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<AdDeliveryMethodVO,WebShopAdDetailsData> |
DELIVERY_METHODS |
static BasicProperty<AdWebShopSettingVO,WebShopAdDetailsData> |
SETTING |
static BasicProperty<java.lang.Boolean,WebShopAdDetailsData> |
WEB_SHOP_ADS_REQUIRE_AUTHORIZATION |
ADDRESS_CONFIGURATION, ADDRESS_LIST_DATA, ADDRESSES, ADS_REQUIRE_AUTHORIZATION, CAN_HIDE, CAN_SAVE_AS_DRAFT, CAN_SUBMIT_FOR_AUTHORIZATION, CATEGORIES, DESCRIPTION_MAX_LENGTH, MAX_ADDRESSES_PER_AD, MAX_CATEGORIES_PER_ADCAN_CREATE_NEW, CAN_SET_ADDRESS, CURRENCIES, CUSTOM_FIELD_ACTIONS, IMAGES, MAX_IMAGES, QUESTIONSCAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
WebShopAdDetailsData() |
WebShopAdDetailsData(Property<T,? super WebShopAdDetailsData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<AdDeliveryMethodVO> |
getDeliveryMethods() |
AdWebShopSettingVO |
getSetting() |
boolean |
isWebShopAdsRequireAuthorization() |
void |
setDeliveryMethods(java.util.List<AdDeliveryMethodVO> deliveryMethods) |
void |
setSetting(AdWebShopSettingVO setting) |
void |
setWebShopAdsRequireAuthorization(boolean webShopAdsRequireAuthorization) |
getAddressConfiguration, getAddresses, getAddressListData, getCategories, getDescriptionMaxLength, getMaxAddressesPerAd, getMaxCategoriesPerAd, isAdsRequireAuthorization, isCanHide, isCanSaveAsDraft, isCanSubmitForAuthorization, setAddressConfiguration, setAddresses, setAddressListData, setAdsRequireAuthorization, setCanHide, setCanSaveAsDraft, setCanSubmitForAuthorization, setCategories, setDescriptionMaxLength, setMaxAddressesPerAd, setMaxCategoriesPerAdgetCurrencies, getCustomFieldActions, getImages, getMaxImages, getQuestions, isCanCreateNew, isCanSetAddress, setCanCreateNew, setCanSetAddress, setCurrencies, setCustomFieldActions, setImages, setMaxImages, setQuestionsgetConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<AdDeliveryMethodVO,WebShopAdDetailsData> DELIVERY_METHODS
public static final BasicProperty<AdWebShopSettingVO,WebShopAdDetailsData> SETTING
public static final BasicProperty<java.lang.Boolean,WebShopAdDetailsData> WEB_SHOP_ADS_REQUIRE_AUTHORIZATION
public WebShopAdDetailsData()
public WebShopAdDetailsData(Property<T,? super WebShopAdDetailsData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class AdDetailsDatapublic java.util.List<AdDeliveryMethodVO> getDeliveryMethods()
public void setDeliveryMethods(java.util.List<AdDeliveryMethodVO> deliveryMethods)
public AdWebShopSettingVO getSetting()
public void setSetting(AdWebShopSettingVO setting)
public boolean isWebShopAdsRequireAuthorization()
public void setWebShopAdsRequireAuthorization(boolean webShopAdsRequireAuthorization)
public java.lang.String className()
className in class AdDetailsData