public class ChartTopRatingSession extends Object implements Serializable
| Constructor and Description |
|---|
ChartTopRatingSession() |
ChartTopRatingSession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
ColumnData column,
Integer sampleSize,
String valueOperation) |
| Modifier and Type | Method and Description |
|---|---|
ColumnData |
getColumn() |
Integer |
getSampleSize() |
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId |
getTrId() |
String |
getValueOperation() |
void |
setColumn(ColumnData column) |
void |
setSampleSize(Integer sampleSize) |
void |
setTrId(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) |
void |
setValueOperation(String valueOperation) |
String |
toString() |
public ChartTopRatingSession()
public ChartTopRatingSession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
ColumnData column,
Integer sampleSize,
String valueOperation)
trId - column - sampleSize - valueOperation - public org.gcube.portlets.user.td.widgetcommonevent.shared.TRId getTrId()
public void setTrId(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
public ColumnData getColumn()
public void setColumn(ColumnData column)
public Integer getSampleSize()
public void setSampleSize(Integer sampleSize)
public String getValueOperation()
public void setValueOperation(String valueOperation)
Copyright © 2014. All Rights Reserved.