br.eti.kinoshita.testlinkjavaapi.model
public class Role extends Object implements Serializable
| Constructor and Description |
|---|
Role(Integer dbID) |
Role(Integer dbID,
String description,
String name,
Object[] rights)
Constructor with args.
|
public Role(Integer dbID)
public Integer getDbID()
public void setDbID(Integer dbID)
dbID - the dbID to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getName()
public void setName(String name)
name - the name to setpublic Object[] getRights()
public void setRights(Object[] rights)
rights - the rights to setCopyright © 2010-2011 the testlink-java-api team-2013. All Rights Reserved.