|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.danube.scrumworks.api2.Permission
public class Permission
Product level restrictions that can be added to a product role.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.danube.scrumworks.util.HasName |
|---|
com.danube.scrumworks.util.HasName.CompareIgnoreCase |
| Field Summary |
|---|
| Fields inherited from interface com.danube.scrumworks.util.HasName |
|---|
COMPARATOR, NAME_MAPPING |
| Constructor Summary | |
|---|---|
Permission()
Constructs a new Permission. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the description. |
java.lang.String |
getGroup()
Gets the categorization group. |
java.lang.Integer |
getId()
Gets the id. |
java.util.List<Permission> |
getiDependOn()
Gets the permissions that this permission depends on. |
java.lang.String |
getName()
Gets the name. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setGroup(java.lang.String group)
Sets the categorization group. |
void |
setId(java.lang.Integer id)
Sets the id. |
void |
setiDependOn(java.util.List<Permission> iDependOn)
Sets permissions that this depends on. |
void |
setName(java.lang.String name)
Sets the name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Permission()
Permission.
| Method Detail |
|---|
public final java.lang.Integer getId()
public final void setId(java.lang.Integer id)
id - the new idpublic final java.lang.String getName()
getName in interface com.danube.scrumworks.util.HasNamepublic final void setName(java.lang.String name)
name - the new namepublic final java.lang.String getDescription()
public final void setDescription(java.lang.String description)
description - the new descriptionpublic final java.lang.String getGroup()
public final void setGroup(java.lang.String group)
group - the new grouppublic final java.util.List<Permission> getiDependOn()
public final void setiDependOn(java.util.List<Permission> iDependOn)
iDependOn - the permissions that this permission depends on
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||