public class FunctionalityPersisted extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ID_FIELDNAME |
static String |
PARENT_FIELDNAME |
| Constructor and Description |
|---|
FunctionalityPersisted(int id,
String name,
String description,
boolean mandatory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
int |
getFlag() |
int |
getId() |
HashSet<ResourceDefinition<?>> |
getMandatoryResources() |
String |
getName() |
FunctionalityPersisted |
getParent() |
List<String> |
getPortlets() |
HashSet<ResourceDefinition<?>> |
getSelectableResources() |
List<ServicePair> |
getServices() |
Collection<VreFunctionalityRelation> |
getVreRelation() |
int |
hashCode() |
boolean |
isMandatory() |
void |
setDescription(String description) |
void |
setFlag(int flag) |
void |
setId(int id) |
void |
setMandatory(boolean mandatory) |
void |
setMandatoryResources(HashSet<ResourceDefinition<?>> mandatoryResources) |
void |
setName(String name) |
void |
setParent(FunctionalityPersisted parent) |
void |
setPortlets(ArrayList<String> portlets) |
void |
setSelectableResources(HashSet<ResourceDefinition<?>> selectableResources) |
void |
setServices(ArrayList<ServicePair> services) |
void |
setVreRelation(com.j256.ormlite.dao.ForeignCollection<VreFunctionalityRelation> vreRelation) |
public static final String ID_FIELDNAME
public static final String PARENT_FIELDNAME
public int getId()
public void setId(int id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public FunctionalityPersisted getParent()
public void setParent(FunctionalityPersisted parent)
public int getFlag()
public void setFlag(int flag)
public List<ServicePair> getServices()
public void setServices(ArrayList<ServicePair> services)
public Collection<VreFunctionalityRelation> getVreRelation()
public void setVreRelation(com.j256.ormlite.dao.ForeignCollection<VreFunctionalityRelation> vreRelation)
public HashSet<ResourceDefinition<?>> getSelectableResources()
public void setSelectableResources(HashSet<ResourceDefinition<?>> selectableResources)
public HashSet<ResourceDefinition<?>> getMandatoryResources()
public void setMandatoryResources(HashSet<ResourceDefinition<?>> mandatoryResources)
public boolean isMandatory()
public void setMandatory(boolean mandatory)
mandatory - the mandatory to setCopyright © 2017. All Rights Reserved.