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 thisLinkablething.getName()getUri()Get the URI of this object.voidvoidsetDescription(String description) voidvoidSet 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:LocatableGet the URI of this object. -
setUri
Description copied from interface:LocatableSet the URI of this object. -
getLink
Get a concrete link object to thisLinkablething.- Specified by:
getLinkin interfaceLinkable<Permission>- Returns:
- A
LimsLinkto this object.
-