org.codehaus.plexus.security.authorization.rbac.jdo.v0_9_0
Class JdoOperation

java.lang.Object
  extended by org.codehaus.plexus.security.authorization.rbac.jdo.v0_9_0.JdoOperation
All Implemented Interfaces:
Serializable, org.codehaus.plexus.security.rbac.Operation

public class JdoOperation
extends Object
implements org.codehaus.plexus.security.rbac.Operation, Serializable

Class JdoOperation.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.codehaus.plexus.security.rbac.Operation
ROLE
 
Constructor Summary
JdoOperation()
           
 
Method Summary
 boolean equals(Object other)
          Method equals.
 String getDescription()
          Get the description field.
 String getName()
          Get the name field.
 int hashCode()
          Method hashCode.
 boolean isPermanent()
          Get true if this object is permanent.
 boolean isResourceRequired()
          Get true if the resource is required for authorization to be granted.
 void setDescription(String description)
          Set the description field.
 void setName(String name)
          Set the name field.
 void setPermanent(boolean permanent)
          Set true if this object is permanent.
 void setResourceRequired(boolean resourceRequired)
          Set true if the resource is required for authorization to be granted.
 String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JdoOperation

public JdoOperation()
Method Detail

equals

public boolean equals(Object other)
Method equals.

Overrides:
equals in class Object
Parameters:
other -
Returns:
boolean

getDescription

public String getDescription()
Get the description field.

Specified by:
getDescription in interface org.codehaus.plexus.security.rbac.Operation
Returns:
String

getName

public String getName()
Get the name field.

Specified by:
getName in interface org.codehaus.plexus.security.rbac.Operation
Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

isPermanent

public boolean isPermanent()
Get true if this object is permanent.

Specified by:
isPermanent in interface org.codehaus.plexus.security.rbac.Operation
Returns:
boolean

isResourceRequired

public boolean isResourceRequired()
Get true if the resource is required for authorization to be granted.

Returns:
boolean

setDescription

public void setDescription(String description)
Set the description field.

Specified by:
setDescription in interface org.codehaus.plexus.security.rbac.Operation
Parameters:
description -

setName

public void setName(String name)
Set the name field.

Specified by:
setName in interface org.codehaus.plexus.security.rbac.Operation
Parameters:
name -

setPermanent

public void setPermanent(boolean permanent)
Set true if this object is permanent.

Specified by:
setPermanent in interface org.codehaus.plexus.security.rbac.Operation
Parameters:
permanent -

setResourceRequired

public void setResourceRequired(boolean resourceRequired)
Set true if the resource is required for authorization to be granted.

Parameters:
resourceRequired -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.