public class ProductManagementDTO extends EntityDTO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,ProductManagementDTO> |
ASSIGN_TO_GROUPS |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,ProductManagementDTO> |
MANAGE |
static BasicProperty<ProductVO,ProductManagementDTO> |
MANAGED_PRODUCT |
static BasicProperty<java.lang.Boolean,ProductManagementDTO> |
VIEW |
ID| Constructor and Description |
|---|
ProductManagementDTO() |
ProductManagementDTO(java.lang.Long id) |
ProductManagementDTO(Property<T,? super ProductManagementDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
ProductVO |
getManagedProduct() |
boolean |
isAssignToGroups() |
boolean |
isManage() |
boolean |
isView() |
void |
setAssignToGroups(boolean assignToGroups) |
void |
setManage(boolean manage) |
void |
setManagedProduct(ProductVO managedProduct) |
void |
setView(boolean view) |
getVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Boolean,ProductManagementDTO> ASSIGN_TO_GROUPS
public static final BasicProperty<java.lang.Boolean,ProductManagementDTO> MANAGE
public static final BasicProperty<ProductVO,ProductManagementDTO> MANAGED_PRODUCT
public static final BasicProperty<java.lang.Boolean,ProductManagementDTO> VIEW
public ProductManagementDTO()
public ProductManagementDTO(java.lang.Long id)
public ProductManagementDTO(Property<T,? super ProductManagementDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityDTOpublic boolean isAssignToGroups()
public void setAssignToGroups(boolean assignToGroups)
public boolean isManage()
public void setManage(boolean manage)
public ProductVO getManagedProduct()
public void setManagedProduct(ProductVO managedProduct)
public boolean isView()
public void setView(boolean view)