public class GroupProductsCollections extends ProductsCollections
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<ProductVO,GroupProductsCollections> |
UNASSIGNABLE_PRODUCTS |
ASSIGNED, AVAILABLE, OWNER_ID| Constructor and Description |
|---|
GroupProductsCollections() |
GroupProductsCollections(Property<T,? super GroupProductsCollections> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<ProductVO> |
getUnassignableProducts() |
void |
setUnassignableProducts(java.util.List<ProductVO> unassignableProducts) |
getAssigned, getAvailable, getOwnerId, setAssigned, setAvailable, setOwnerIdaddPropertyChangeListener, 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 ListProperty<ProductVO,GroupProductsCollections> UNASSIGNABLE_PRODUCTS
public GroupProductsCollections()
public GroupProductsCollections(Property<T,? super GroupProductsCollections> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ProductsCollectionspublic java.util.List<ProductVO> getUnassignableProducts()
public void setUnassignableProducts(java.util.List<ProductVO> unassignableProducts)