|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.plexus.redback.role.model.ModelPermission
public class ModelPermission
null
| Constructor Summary | |
|---|---|
ModelPermission()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
Method equals |
java.lang.String |
getDescription()
Get null |
java.lang.String |
getId()
Get null |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getName()
Get null |
java.lang.String |
getOperation()
Get the id of the operation for this permission |
java.lang.String |
getResource()
Get the id of the resource for this permission, can accept ${resource} for templates |
int |
hashCode()
Method hashCode |
boolean |
isPermanent()
Get this permission should persist even if referring roles are removed |
void |
setDescription(java.lang.String description)
Set null |
void |
setId(java.lang.String id)
Set null |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setName(java.lang.String name)
Set null |
void |
setOperation(java.lang.String operation)
Set the id of the operation for this permission |
void |
setPermanent(boolean permanent)
Set this permission should persist even if referring roles are removed |
void |
setResource(java.lang.String resource)
Set the id of the resource for this permission, can accept ${resource} for templates |
java.lang.String |
toString()
Method toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ModelPermission()
| Method Detail |
|---|
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother - public java.lang.String getDescription()
public java.lang.String getId()
public java.lang.String getName()
public java.lang.String getOperation()
public java.lang.String getResource()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean isPermanent()
public void setDescription(java.lang.String description)
description - public void setId(java.lang.String id)
id - public void setName(java.lang.String name)
name - public void setOperation(java.lang.String operation)
operation - public void setPermanent(boolean permanent)
permanent - public void setResource(java.lang.String resource)
resource - public java.lang.String toString()
toString in class java.lang.Objectpublic void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||