
net.intelie.liverig.plugin.widgets.AutoAnalysisAnnotationExtra Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-assets Show documentation
Show all versions of plugin-assets Show documentation
Asset framework for industries solutions
The newest version!
package net.intelie.liverig.plugin.widgets;
public class AutoAnalysisAnnotationExtra {
private String asset;
private String assetId;
private String channel;
private String qualifier;
private String curveColor;
private String curveUnit;
private String indexUnit;
private String type;
private GeneralAnalysis generalAnalysis;
private LinearRegression linearRegression;
private Derivatives derivatives;
public String getType() { return type; }
public void setType(String type) { this.type = type; }
public String getAsset() {
return asset;
}
public void setAsset(String asset) {
this.asset = asset;
}
public String getAssetId() {
return assetId;
}
public void setAssetId(String assetId) {
this.assetId = assetId;
}
public String getChannel() {
return channel;
}
public void setChannel(String channel) {
this.channel = channel;
}
public String getQualifier() {
return qualifier;
}
public void setQualifier(String qualifier) {
this.qualifier = qualifier;
}
public String getCurveColor() {
return curveColor;
}
public void setCurveColor(String curveColor) {
this.curveColor = curveColor;
}
public String getCurveUnit() {
return curveUnit;
}
public void setCurveUnit(String curveUnit) {
this.curveUnit = curveUnit;
}
public GeneralAnalysis getGeneralAnalysis() {
return generalAnalysis;
}
public void setGeneralAnalysis(GeneralAnalysis generalAnalysis) {
this.generalAnalysis = generalAnalysis;
}
public LinearRegression getLinearRegression() {
return linearRegression;
}
public void setLinearRegression(LinearRegression linearRegression) {
this.linearRegression = linearRegression;
}
public Derivatives getDerivatives() {
return derivatives;
}
public void setDerivatives(Derivatives derivatives) {
this.derivatives = derivatives;
}
public String getIndexUnit() {
return indexUnit;
}
public void setIndexUnit(String indexUnit) {
this.indexUnit = indexUnit;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy