Class RecordData
- java.lang.Object
-
- org.gcube.portlets.user.accountingdashboard.shared.data.RecordData
-
- All Implemented Interfaces:
Serializable
@JsType public class RecordData extends Object implements Serializable
- Author:
- Giancarlo Panichi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecordData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetX()doublegetY()voidsetX(String x)voidsetY(double y)StringtoString()
-