Package oracle.tip.pc.services.identity
Interface IManagementChain
- All Known Implementing Classes:
ManagementChain
public interface IManagementChain
Interface IManagementChain.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of field 'levels'.Returns the value of field 'uptoTitle'.Returns the value of field 'uptoUser'.void
Sets the value of field 'levels'.void
setUptoTitle
(String uptoTitle) Sets the value of field 'uptoTitle'.void
setUptoUser
(String uptoUser) Sets the value of field 'uptoUser'.
-
Method Details
-
getLevels
String getLevels()Returns the value of field 'levels'. The field 'levels' has the following description:- Returns:
- the value of field 'levels'.
-
getUptoTitle
String getUptoTitle()Returns the value of field 'uptoTitle'. The field 'uptoTitle' has the following description:- Returns:
- the value of field 'uptoTitle'.
-
getUptoUser
String getUptoUser()Returns the value of field 'uptoUser'. The field 'uptoUser' has the following description:- Returns:
- the value of field 'uptoUser'.
-
setLevels
Sets the value of field 'levels'. The field 'levels' has the following description:- Parameters:
levels
- the value of field 'levels'.
-
setUptoTitle
Sets the value of field 'uptoTitle'. The field 'uptoTitle' has the following description:- Parameters:
uptoTitle
- the value of field 'uptoTitle'.
-
setUptoUser
Sets the value of field 'uptoUser'. The field 'uptoUser' has the following description:- Parameters:
uptoUser
- the value of field 'uptoUser'.
-