-
-
Constructor Summary
Constructors
-
Method Summary
Get the URI of this object.
void
void
void
void
Set the URI of this object.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
Permission
public Permission()
-
Permission
public Permission(URI uri)
-
-
Method Details
-
-
setName
public void setName(String name)
-
-
setAction
public void setAction(String action)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getUri
Get the URI of this object.
- Specified by:
getUri
in interface Locatable
- Returns:
- The URI.
-
setUri
public void setUri(URI uri)
Set the URI of this object.
- Specified by:
setUri
in interface Locatable
- Parameters:
uri
- The new URI.