java.lang.Object
com.genologics.ri.permission.Permission
- All Implemented Interfaces:
Linkable<Permission>
,Locatable
,Serializable
- Since:
- 2.19
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLink()
Get a concrete link object to thisLinkable
thing.getName()
getUri()
Get the URI of this object.void
void
setDescription
(String description) void
void
Set the URI of this object.
-
Field Details
-
name
-
action
-
description
-
uri
-
-
Constructor Details
-
Permission
public Permission() -
Permission
-
Permission
-
-
Method Details
-
getName
-
setName
-
getAction
-
setAction
-
getDescription
-
setDescription
-
getUri
Description copied from interface:Locatable
Get the URI of this object. -
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getLink
Get a concrete link object to thisLinkable
thing.- Specified by:
getLink
in interfaceLinkable<Permission>
- Returns:
- A
LimsLink
to this object.
-