public class AdDeliveryMethodVO extends NamedEntityVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<AdDeliveryMethodChargeType,AdDeliveryMethodVO> |
CHARGE_TYPE |
static java.lang.String |
CLASS_NAME |
static BasicProperty<TimeIntervalDTO,AdDeliveryMethodVO> |
DELIVERY_TIME |
static BasicProperty<java.lang.String,AdDeliveryMethodVO> |
DETAILS |
static BasicProperty<java.lang.Boolean,AdDeliveryMethodVO> |
ENABLED |
static BasicProperty<CurrencyAmountDTO,AdDeliveryMethodVO> |
PRICE |
static BasicProperty<java.lang.Boolean,AdDeliveryMethodVO> |
REMOVED_FROM_OWNER |
NAMEID| Constructor and Description |
|---|
AdDeliveryMethodVO() |
AdDeliveryMethodVO(java.lang.Long id) |
AdDeliveryMethodVO(Property<T,? super AdDeliveryMethodVO> 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() |
CurrencyAmountDTO |
getPrice() |
boolean |
isEnabled() |
boolean |
isRemovedFromOwner() |
void |
setChargeType(AdDeliveryMethodChargeType chargeType) |
void |
setDeliveryTime(TimeIntervalDTO deliveryTime) |
void |
setDetails(java.lang.String details) |
void |
setEnabled(boolean enabled) |
void |
setPrice(CurrencyAmountDTO price) |
void |
setRemovedFromOwner(boolean removedFromOwner) |
compareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, 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,AdDeliveryMethodVO> CHARGE_TYPE
public static final BasicProperty<TimeIntervalDTO,AdDeliveryMethodVO> DELIVERY_TIME
public static final BasicProperty<java.lang.String,AdDeliveryMethodVO> DETAILS
public static final BasicProperty<java.lang.Boolean,AdDeliveryMethodVO> ENABLED
public static final BasicProperty<CurrencyAmountDTO,AdDeliveryMethodVO> PRICE
public static final BasicProperty<java.lang.Boolean,AdDeliveryMethodVO> REMOVED_FROM_OWNER
public AdDeliveryMethodVO()
public AdDeliveryMethodVO(java.lang.Long id)
public AdDeliveryMethodVO(Property<T,? super AdDeliveryMethodVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityVOpublic 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 boolean isEnabled()
public void setEnabled(boolean enabled)
public CurrencyAmountDTO getPrice()
public void setPrice(CurrencyAmountDTO price)
public boolean isRemovedFromOwner()
public void setRemovedFromOwner(boolean removedFromOwner)