Package io.wcm.devops.conga.model.role
Class RoleInherit
- java.lang.Object
-
- io.wcm.devops.conga.model.shared.AbstractModel
-
- io.wcm.devops.conga.model.role.RoleInherit
-
- All Implemented Interfaces:
Serializable
public final class RoleInherit extends AbstractModel
Defines an inheritance relation to another role.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RoleInherit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRole()
Defines the role name.void
setRole(String role)
-
Methods inherited from class io.wcm.devops.conga.model.shared.AbstractModel
toString
-
-