public abstract class AbstractAdData extends EntityData<BasicAdDTO>
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,AbstractAdData> |
CAN_CREATE_NEW |
static BasicProperty<java.lang.Boolean,AbstractAdData> |
CAN_SET_ADDRESS |
static java.lang.String |
CLASS_NAME |
static ListProperty<CurrencyVO,AbstractAdData> |
CURRENCIES |
static ListProperty<AdCustomFieldActions,AbstractAdData> |
CUSTOM_FIELD_ACTIONS |
static ListProperty<AdImageVO,AbstractAdData> |
IMAGES |
static BasicProperty<java.lang.Integer,AbstractAdData> |
MAX_IMAGES |
static ListProperty<AdQuestionVO,AbstractAdData> |
QUESTIONS |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
AbstractAdData() |
AbstractAdData(Property<T,? super AbstractAdData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<CurrencyVO> |
getCurrencies() |
java.util.List<AdCustomFieldActions> |
getCustomFieldActions() |
java.util.List<AdImageVO> |
getImages() |
int |
getMaxImages() |
java.util.List<AdQuestionVO> |
getQuestions() |
boolean |
isCanCreateNew() |
boolean |
isCanSetAddress() |
void |
setCanCreateNew(boolean canCreateNew) |
void |
setCanSetAddress(boolean canSetAddress) |
void |
setCurrencies(java.util.List<CurrencyVO> currencies) |
void |
setCustomFieldActions(java.util.List<AdCustomFieldActions> customFieldActions) |
void |
setImages(java.util.List<AdImageVO> images) |
void |
setMaxImages(int maxImages) |
void |
setQuestions(java.util.List<AdQuestionVO> questions) |
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Boolean,AbstractAdData> CAN_CREATE_NEW
public static final BasicProperty<java.lang.Boolean,AbstractAdData> CAN_SET_ADDRESS
public static final ListProperty<CurrencyVO,AbstractAdData> CURRENCIES
public static final ListProperty<AdCustomFieldActions,AbstractAdData> CUSTOM_FIELD_ACTIONS
public static final ListProperty<AdImageVO,AbstractAdData> IMAGES
public static final BasicProperty<java.lang.Integer,AbstractAdData> MAX_IMAGES
public static final ListProperty<AdQuestionVO,AbstractAdData> QUESTIONS
public AbstractAdData()
public AbstractAdData(Property<T,? super AbstractAdData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<BasicAdDTO>public boolean isCanCreateNew()
public void setCanCreateNew(boolean canCreateNew)
public boolean isCanSetAddress()
public void setCanSetAddress(boolean canSetAddress)
public java.util.List<CurrencyVO> getCurrencies()
public void setCurrencies(java.util.List<CurrencyVO> currencies)
public java.util.List<AdCustomFieldActions> getCustomFieldActions()
public void setCustomFieldActions(java.util.List<AdCustomFieldActions> customFieldActions)
public java.util.List<AdImageVO> getImages()
public void setImages(java.util.List<AdImageVO> images)
public int getMaxImages()
public void setMaxImages(int maxImages)
public java.util.List<AdQuestionVO> getQuestions()
public void setQuestions(java.util.List<AdQuestionVO> questions)