Package org.cyclos.model.users.groups
Class GroupProductsCollections
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.users.products.ProductsCollections
-
- org.cyclos.model.users.groups.GroupProductsCollections
-
- All Implemented Interfaces:
Serializable
public class GroupProductsCollections extends ProductsCollections
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<BasicGroupVO,GroupProductsCollections>BASIC_GROUPstatic StringCLASS_NAME-
Fields inherited from class org.cyclos.model.users.products.ProductsCollections
ASSIGNED, AVAILABLE, LOGS, UNASSIGNABLE
-
-
Constructor Summary
Constructors Constructor Description GroupProductsCollections()GroupProductsCollections(Property<T,? super GroupProductsCollections> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()BasicGroupVOgetBasicGroup()voidsetBasicGroup(BasicGroupVO basicGroup)-
Methods inherited from class org.cyclos.model.users.products.ProductsCollections
getAssigned, getAvailable, getLogs, getUnassignable, setAssigned, setAvailable, setLogs, setUnassignable
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
BASIC_GROUP
public static final BasicProperty<BasicGroupVO,GroupProductsCollections> BASIC_GROUP
-
-
Constructor Detail
-
GroupProductsCollections
public GroupProductsCollections()
-
GroupProductsCollections
public GroupProductsCollections(Property<T,? super GroupProductsCollections> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classProductsCollections
-
getBasicGroup
public BasicGroupVO getBasicGroup()
-
setBasicGroup
public void setBasicGroup(BasicGroupVO basicGroup)
-
-