java.lang.Object
com.genologics.ri.permission.PermissionLink
- All Implemented Interfaces:
LimsLink<Permission>
,Linkable<Permission>
,Locatable
,Serializable
- Since:
- 2.19
- See Also:
-
Field Details
-
action
-
name
-
uri
-
-
Constructor Details
-
PermissionLink
public PermissionLink() -
PermissionLink
-
-
Method Details
-
getAction
-
setAction
-
getName
-
setName
-
getUri
Description copied from interface:LimsLink
Get the URI of the object we are linking to.- Specified by:
getUri
in interfaceLimsLink<Permission>
- Specified by:
getUri
in interfaceLocatable
- Returns:
- The URI.
-
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getEntityClass
Description copied from interface:LimsLink
Get the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClass
in interfaceLimsLink<Permission>
- Returns:
- The real object class.
-