public class AdDeliveryMethodDTO extends NamedEntityDTO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<AdDeliveryMethodChargeType,AdDeliveryMethodDTO> |
CHARGE_TYPE |
static java.lang.String |
CLASS_NAME |
static BasicProperty<TimeIntervalDTO,AdDeliveryMethodDTO> |
DELIVERY_TIME |
static BasicProperty<java.lang.String,AdDeliveryMethodDTO> |
DETAILS |
static BasicProperty<java.lang.Boolean,AdDeliveryMethodDTO> |
ENABLED |
static BasicProperty<UserVO,AdDeliveryMethodDTO> |
OWNER |
static BasicProperty<CurrencyAmountDTO,AdDeliveryMethodDTO> |
PRICE |
NAMEID| Constructor and Description |
|---|
AdDeliveryMethodDTO() |
AdDeliveryMethodDTO(java.lang.Long id) |
AdDeliveryMethodDTO(Property<T,? super AdDeliveryMethodDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
AdDeliveryMethodChargeType |
getChargeType() |
TimeIntervalDTO |
getDeliveryTime() |
java.lang.String |
getDetails() |
java.lang.Boolean |
getEnabled() |
UserVO |
getOwner() |
CurrencyAmountDTO |
getPrice() |
void |
setChargeType(AdDeliveryMethodChargeType chargeType) |
void |
setDeliveryTime(TimeIntervalDTO deliveryTime) |
void |
setDetails(java.lang.String details) |
void |
setEnabled(java.lang.Boolean enabled) |
void |
setOwner(UserVO owner) |
void |
setPrice(CurrencyAmountDTO price) |
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<AdDeliveryMethodChargeType,AdDeliveryMethodDTO> CHARGE_TYPE
public static final BasicProperty<TimeIntervalDTO,AdDeliveryMethodDTO> DELIVERY_TIME
public static final BasicProperty<java.lang.String,AdDeliveryMethodDTO> DETAILS
public static final BasicProperty<java.lang.Boolean,AdDeliveryMethodDTO> ENABLED
public static final BasicProperty<UserVO,AdDeliveryMethodDTO> OWNER
public static final BasicProperty<CurrencyAmountDTO,AdDeliveryMethodDTO> PRICE
public AdDeliveryMethodDTO()
public AdDeliveryMethodDTO(java.lang.Long id)
public AdDeliveryMethodDTO(Property<T,? super AdDeliveryMethodDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityDTOpublic AdDeliveryMethodChargeType getChargeType()
public void setChargeType(AdDeliveryMethodChargeType chargeType)
public TimeIntervalDTO getDeliveryTime()
public void setDeliveryTime(TimeIntervalDTO deliveryTime)
public java.lang.String getDetails()
public void setDetails(java.lang.String details)
public java.lang.Boolean getEnabled()
public void setEnabled(java.lang.Boolean enabled)
public UserVO getOwner()
public void setOwner(UserVO owner)
public CurrencyAmountDTO getPrice()
public void setPrice(CurrencyAmountDTO price)