public class DeviceGroup extends MetadataProviderEntity implements IDeviceGroup, java.io.Serializable
Constructor and Description |
---|
DeviceGroup() |
Modifier and Type | Method and Description |
---|---|
static DeviceGroup |
copy(IDeviceGroup input) |
java.lang.String |
getDescription()
Get the group description.
|
java.lang.String |
getName()
Get the group name.
|
java.util.List<java.lang.String> |
getRoles()
Get list of roles associated with element.
|
java.lang.String |
getToken()
Get the unique group token.
|
void |
setDescription(java.lang.String description) |
void |
setName(java.lang.String name) |
void |
setRoles(java.util.List<java.lang.String> roles) |
void |
setToken(java.lang.String token) |
copy, getCreatedBy, getCreatedDate, getUpdatedBy, getUpdatedDate, isDeleted, setCreatedBy, setCreatedDate, setDeleted, setUpdatedBy, setUpdatedDate
addOrReplaceMetadata, clearMetadata, copy, copy, getMetadata, getMetadata, removeMetadata, setMetadata
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addOrReplaceMetadata, clearMetadata, getMetadata, getMetadata, removeMetadata
getCreatedBy, getCreatedDate, getUpdatedBy, getUpdatedDate, isDeleted
public java.lang.String getToken()
IDeviceGroup
getToken
in interface IDeviceGroup
public void setToken(java.lang.String token)
public java.lang.String getName()
IDeviceGroup
getName
in interface IDeviceGroup
public void setName(java.lang.String name)
public java.lang.String getDescription()
IDeviceGroup
getDescription
in interface IDeviceGroup
public void setDescription(java.lang.String description)
public java.util.List<java.lang.String> getRoles()
IDeviceGroup
getRoles
in interface IDeviceGroup
public void setRoles(java.util.List<java.lang.String> roles)
public static DeviceGroup copy(IDeviceGroup input) throws SiteWhereException
SiteWhereException