public class AdInterestData extends EntityData<AdInterestDTO>
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<AdCategoryDetailedVO,AdInterestData> |
CATEGORIES |
static java.lang.String |
CLASS_NAME |
static ListProperty<CurrencyVO,AdInterestData> |
CURRENCIES |
static BasicProperty<java.lang.Boolean,AdInterestData> |
SELECT_AD_TYPE |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
AdInterestData() |
AdInterestData(Property<T,? super AdInterestData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<AdCategoryDetailedVO> |
getCategories() |
java.util.List<CurrencyVO> |
getCurrencies() |
boolean |
isSelectAdType() |
void |
setCategories(java.util.List<AdCategoryDetailedVO> categories) |
void |
setCurrencies(java.util.List<CurrencyVO> currencies) |
void |
setSelectAdType(boolean selectAdType) |
getConfirmationPasswordInput, 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<AdCategoryDetailedVO,AdInterestData> CATEGORIES
public static final ListProperty<CurrencyVO,AdInterestData> CURRENCIES
public static final BasicProperty<java.lang.Boolean,AdInterestData> SELECT_AD_TYPE
public AdInterestData()
public AdInterestData(Property<T,? super AdInterestData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<AdInterestDTO>public java.util.List<AdCategoryDetailedVO> getCategories()
public void setCategories(java.util.List<AdCategoryDetailedVO> categories)
public java.util.List<CurrencyVO> getCurrencies()
public void setCurrencies(java.util.List<CurrencyVO> currencies)
public boolean isSelectAdType()
public void setSelectAdType(boolean selectAdType)