Class Group

java.lang.Object
com.elpical.jclaro.admin.ws.server.Group

public class Group extends Object
Class to group Channels logically together
  • Constructor Details

    • Group

      public Group()
      Empty constructor
    • Group

      public Group(String name, String password)
      Constructor which creates a new Group with the specified name and password
  • Method Details

    • getName

      public String getName()
      Returns the name of the Group
      Returns:
      The name of the Group
    • setName

      public void setName(String name)
      Sets the name of the Group
      Parameters:
      name - The name of the Group
    • getPassword

      public String getPassword()
      Returns the password used for Inspector access to the Channels of the Group
      Returns:
      The password used for Inspector access to the Channels of the Group
    • setPassword

      public void setPassword(String password)
      Set the password used for Inspector access to the Channels of the Group
      Parameters:
      password - The password used for Inspector access to the Channels of the Group