public abstract class ProductsCollections extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<ProductLevelData,ProductsCollections> |
ASSIGNED |
static ListProperty<ProductVO,ProductsCollections> |
AVAILABLE |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Long,ProductsCollections> |
OWNER_ID |
| Constructor and Description |
|---|
ProductsCollections() |
ProductsCollections(Property<T,? super ProductsCollections> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
ProductLevelData |
getAssigned() |
java.util.List<ProductVO> |
getAvailable() |
java.lang.Long |
getOwnerId() |
void |
setAssigned(ProductLevelData assigned) |
void |
setAvailable(java.util.List<ProductVO> available) |
void |
setOwnerId(java.lang.Long ownerId) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, 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<ProductLevelData,ProductsCollections> ASSIGNED
public static final ListProperty<ProductVO,ProductsCollections> AVAILABLE
public static final BasicProperty<java.lang.Long,ProductsCollections> OWNER_ID
public ProductsCollections()
public ProductsCollections(Property<T,? super ProductsCollections> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic ProductLevelData getAssigned()
public void setAssigned(ProductLevelData assigned)
public java.util.List<ProductVO> getAvailable()
public void setAvailable(java.util.List<ProductVO> available)
public java.lang.Long getOwnerId()
public void setOwnerId(java.lang.Long ownerId)