public class AdInterestDTO extends NamedEntityDTO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<AdType,AdInterestDTO> |
AD_TYPE |
static BasicProperty<AdCategoryVO,AdInterestDTO> |
CATEGORY |
static java.lang.String |
CLASS_NAME |
static SetProperty<java.lang.String,AdInterestDTO> |
KEYWORDS |
static BasicProperty<UserVO,AdInterestDTO> |
OWNER |
static BasicProperty<CurrencyAmountRangeDTO,AdInterestDTO> |
PRICE_RANGE |
static BasicProperty<UserVO,AdInterestDTO> |
USER |
NAMEID| Constructor and Description |
|---|
AdInterestDTO() |
AdInterestDTO(java.lang.Long id) |
AdInterestDTO(Property<T,? super AdInterestDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
AdType |
getAdType() |
AdCategoryVO |
getCategory() |
java.util.Set<java.lang.String> |
getKeywords() |
UserVO |
getOwner() |
CurrencyAmountRangeDTO |
getPriceRange() |
UserVO |
getUser() |
void |
setAdType(AdType adType) |
void |
setCategory(AdCategoryVO category) |
void |
setKeywords(java.util.Set<java.lang.String> keywords) |
void |
setOwner(UserVO owner) |
void |
setPriceRange(CurrencyAmountRangeDTO priceRange) |
void |
setUser(UserVO user) |
compareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, 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 BasicProperty<AdType,AdInterestDTO> AD_TYPE
public static final BasicProperty<AdCategoryVO,AdInterestDTO> CATEGORY
public static final SetProperty<java.lang.String,AdInterestDTO> KEYWORDS
public static final BasicProperty<UserVO,AdInterestDTO> OWNER
public static final BasicProperty<CurrencyAmountRangeDTO,AdInterestDTO> PRICE_RANGE
public static final BasicProperty<UserVO,AdInterestDTO> USER
public AdInterestDTO()
public AdInterestDTO(java.lang.Long id)
public AdInterestDTO(Property<T,? super AdInterestDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityDTOpublic AdType getAdType()
public void setAdType(AdType adType)
public AdCategoryVO getCategory()
public void setCategory(AdCategoryVO category)
public java.util.Set<java.lang.String> getKeywords()
public void setKeywords(java.util.Set<java.lang.String> keywords)
public UserVO getOwner()
public void setOwner(UserVO owner)
public CurrencyAmountRangeDTO getPriceRange()
public void setPriceRange(CurrencyAmountRangeDTO priceRange)
public UserVO getUser()
public void setUser(UserVO user)