public class ProductAdFieldDTO extends EntityDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<CustomFieldVO,ProductAdFieldDTO> |
CUSTOM_FIELD |
static BasicProperty<java.lang.Boolean,ProductAdFieldDTO> |
MANAGE |
static BasicProperty<java.lang.Boolean,ProductAdFieldDTO> |
VIEW |
ID| Constructor and Description |
|---|
ProductAdFieldDTO() |
ProductAdFieldDTO(java.lang.Long id) |
ProductAdFieldDTO(Property<T,? super ProductAdFieldDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
CustomFieldVO |
getCustomField() |
boolean |
isManage() |
boolean |
isView() |
void |
setCustomField(CustomFieldVO customField) |
void |
setManage(boolean manage) |
void |
setView(boolean view) |
getVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, 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<CustomFieldVO,ProductAdFieldDTO> CUSTOM_FIELD
public static final BasicProperty<java.lang.Boolean,ProductAdFieldDTO> MANAGE
public static final BasicProperty<java.lang.Boolean,ProductAdFieldDTO> VIEW
public ProductAdFieldDTO()
public ProductAdFieldDTO(java.lang.Long id)
public ProductAdFieldDTO(Property<T,? super ProductAdFieldDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityDTOpublic CustomFieldVO getCustomField()
public void setCustomField(CustomFieldVO customField)
public boolean isManage()
public void setManage(boolean manage)
public boolean isView()
public void setView(boolean view)