org.gcube.accounting.datamodel
Class Group
java.lang.Object
org.gcube.accounting.datamodel.Consumer
org.gcube.accounting.datamodel.Group
public class Group
- extends Consumer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Group
public Group()
Group
public Group(String name)
getName
public String getName()
- Overrides:
getName
in class Consumer
- Returns:
- the name
setName
public void setName(String name)
- Overrides:
setName
in class Consumer
- Parameters:
name
- the name to set
getPath
public List<String> getPath()
- Returns:
- the path
setPath
public void setPath(List<String> path)
- Parameters:
path
- the path to set
getProperties
public Map<String,String[]> getProperties()
- Returns:
- the properties
setProperties
public void setProperties(Map<String,String[]> properties)
- Parameters:
properties
- the properties to set
addProperty
public void addProperty(String name,
String[] value)
getProperty
public String[] getProperty(String name)
Copyright © 2013. All Rights Reserved.