Interface CPGroupId


public interface CPGroupId
Identifier for CP groups.
See Also:
CPGroup, CPSubsystem
  • Method Summary

    Modifier and Type Method Description
    long getId()
    Returns unique id of the CP group.
    String getName()
    Returns name of the CP group.
  • Method Details

    • getName

      String getName()
      Returns name of the CP group.
    • getId

      long getId()
      Returns unique id of the CP group.