org.gcube.vremanagement.vremodeler.impl.peristentobjects
Class FunctionalityPersisted
java.lang.Object
org.gcube.vremanagement.vremodeler.impl.peristentobjects.FunctionalityPersisted
public class FunctionalityPersisted
- extends Object
ID_FIELDNAME
public static final String ID_FIELDNAME
- See Also:
- Constant Field Values
PARENT_FIELDNAME
public static final String PARENT_FIELDNAME
- See Also:
- Constant Field Values
FunctionalityPersisted
public FunctionalityPersisted(int id,
String name,
String description)
getId
public int getId()
setId
public void setId(int id)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getParent
public FunctionalityPersisted getParent()
setParent
public void setParent(FunctionalityPersisted parent)
getFlag
public int getFlag()
setFlag
public void setFlag(int flag)
getServices
public List<ServicePair> getServices()
setServices
public void setServices(ArrayList<ServicePair> services)
getPortlets
public List<String> getPortlets()
setPortlets
public void setPortlets(ArrayList<String> portlets)
getVreRelation
public Collection<VreFunctionalityRelation> getVreRelation()
setVreRelation
public void setVreRelation(com.j256.ormlite.dao.ForeignCollection<VreFunctionalityRelation> vreRelation)
getSelectableResources
public HashSet<ResourceDefinition<?>> getSelectableResources()
setSelectableResources
public void setSelectableResources(HashSet<ResourceDefinition<?>> selectableResources)
getMandatoryResources
public HashSet<ResourceDefinition<?>> getMandatoryResources()
setMandatoryResources
public void setMandatoryResources(HashSet<ResourceDefinition<?>> mandatoryResources)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2013. All Rights Reserved.