public class ProductMyAdFieldDTO extends ProductAdFieldDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,ProductMyAdFieldDTO> |
ENABLE |
CUSTOM_FIELD, MANAGE, VIEWID| Constructor and Description |
|---|
ProductMyAdFieldDTO() |
ProductMyAdFieldDTO(java.lang.Long id) |
ProductMyAdFieldDTO(Property<T,? super ProductMyAdFieldDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
boolean |
isEnable() |
void |
setEnable(boolean enable) |
getCustomField, isManage, isView, setCustomField, setManage, setViewgetVersion, 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<java.lang.Boolean,ProductMyAdFieldDTO> ENABLE
public ProductMyAdFieldDTO()
public ProductMyAdFieldDTO(java.lang.Long id)
public ProductMyAdFieldDTO(Property<T,? super ProductMyAdFieldDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ProductAdFieldDTOpublic boolean isEnable()
public void setEnable(boolean enable)
public java.lang.String className()
className in class ProductAdFieldDTO