Interface IManagementChain

All Known Implementing Classes:
ManagementChain

public interface IManagementChain
Interface IManagementChain.
  • 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

      void setLevels(String levels)
      Sets the value of field 'levels'. The field 'levels' has the following description:
      Parameters:
      levels - the value of field 'levels'.
    • setUptoTitle

      void setUptoTitle(String uptoTitle)
      Sets the value of field 'uptoTitle'. The field 'uptoTitle' has the following description:
      Parameters:
      uptoTitle - the value of field 'uptoTitle'.
    • setUptoUser

      void setUptoUser(String uptoUser)
      Sets the value of field 'uptoUser'. The field 'uptoUser' has the following description:
      Parameters:
      uptoUser - the value of field 'uptoUser'.