com.taskadapter.redmineapi.bean
Class Group

java.lang.Object
  extended by com.taskadapter.redmineapi.bean.Group
All Implemented Interfaces:
Identifiable

public class Group
extends Object
implements Identifiable

Redmine's Group.

Author:
Bruno Medeiros

Constructor Summary
Group()
           
 
Method Summary
 Integer getId()
           
 String getName()
           
 void setId(Integer id)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Group

public Group()
Method Detail

getId

public Integer getId()
Specified by:
getId in interface Identifiable

toString

public String toString()
Overrides:
toString in class Object

setId

public void setId(Integer id)

getName

public String getName()

setName

public void setName(String name)


Copyright © 2012. All Rights Reserved.