org.gcube.accounting.datamodel
Class Group

java.lang.Object
  extended by org.gcube.accounting.datamodel.Consumer
      extended by org.gcube.accounting.datamodel.Group

public class Group
extends Consumer


Constructor Summary
Group()
           
Group(String name)
           
 
Method Summary
 void addProperty(String name, String[] value)
           
 String getName()
           
 List<String> getPath()
           
 Map<String,String[]> getProperties()
           
 String[] getProperty(String name)
           
 void setName(String name)
           
 void setPath(List<String> path)
           
 void setProperties(Map<String,String[]> properties)
           
 
Methods inherited from class org.gcube.accounting.datamodel.Consumer
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group

public Group()

Group

public Group(String name)
Method Detail

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.