@Entity public abstract class BasicGroup extends ConfigurationEntity implements ProductOwner, DefinesNetwork
| Modifier and Type | Class and Description |
|---|---|
static class |
BasicGroup.BasicGroupCustomizer
Customizer to allow direct access to fields on queries
|
| Constructor and Description |
|---|
BasicGroup() |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConfiguration() |
DataTranslationType |
getDataTranslationType()
If this entity allows data translation, should return the translation type
|
abstract BasicGroupNature |
getNature() |
Network |
getNetwork() |
java.util.Set<Product> |
getProducts() |
void |
setConfiguration(Configuration configuration) |
void |
setNetwork(Network network) |
void |
setProducts(java.util.Set<Product> products) |
getDescription, getInternalName, setDescription, setInternalName, toStringcompareTo, getName, getNames, setNamegetLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodefinalize, getClass, notify, notifyAll, wait, wait, waitgetAllProductspublic Configuration getConfiguration()
public DataTranslationType getDataTranslationType()
BaseEntitygetDataTranslationType in class BaseEntitypublic abstract BasicGroupNature getNature()
public Network getNetwork()
getNetwork in class BaseEntitypublic java.util.Set<Product> getProducts()
getProducts in interface ProductOwnerpublic void setConfiguration(Configuration configuration)
public void setNetwork(Network network)
setNetwork in interface DefinesNetworkpublic void setProducts(java.util.Set<Product> products)