Package xal.service.pvlogger
Class ChannelGroupRecord
java.lang.Object
xal.service.pvlogger.ChannelGroupRecord
Represents the properties of a channel group which can be edited.
- Author:
- tap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
get the default logging periodget the descriptiongetGroup()
get the represented channel groupgetLabel()
get the labeldouble
get the retentionget the service IDvoid
revert()
revert to the group settingsvoid
setDefaultLoggingPeriod
(double period) set the default logging periodvoid
setDescription
(String description) set the descriptionvoid
setRetention
(double retention) set the retentionvoid
setServiceID
(String serviceID) set the service IDstatic List<ChannelGroupRecord>
toRecords
(List<ChannelGroup> groups) convert the list of groups to a list of records
-
Constructor Details
-
ChannelGroupRecord
Constructor
-
-
Method Details
-
toRecords
convert the list of groups to a list of records -
revert
public void revert()revert to the group settings -
getGroup
get the represented channel group -
getServiceID
get the service ID -
setServiceID
set the service ID -
getDescription
get the description -
setDescription
set the description -
getLabel
get the label -
getDefaultLoggingPeriod
public double getDefaultLoggingPeriod()get the default logging period -
setDefaultLoggingPeriod
public void setDefaultLoggingPeriod(double period) set the default logging period -
getRetention
public double getRetention()get the retention -
setRetention
public void setRetention(double retention) set the retention
-