Class Group
java.lang.Object
com.elpical.jclaro.admin.ws.server.Group
Class to group Channels logically together
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the name of the GroupReturns the password used for Inspector access to the Channels of the Groupvoid
Sets the name of the Groupvoid
setPassword(String password)
Set the password used for Inspector access to the Channels of the Group
-
Constructor Details
-
Group
public Group()Empty constructor -
Group
Constructor which creates a new Group with the specified name and password
-
-
Method Details
-
getName
Returns the name of the Group- Returns:
- The name of the Group
-
setName
Sets the name of the Group- Parameters:
name
- The name of the Group
-
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
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
-