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 TypeMethodDescriptiondoubleget the default logging periodget the descriptiongetGroup()get the represented channel groupgetLabel()get the labeldoubleget the retentionget the service IDvoidrevert()revert to the group settingsvoidsetDefaultLoggingPeriod(double period) set the default logging periodvoidsetDescription(String description) set the descriptionvoidsetRetention(double retention) set the retentionvoidsetServiceID(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
-