Package org.dashbuilder.shared.model
Class DataSetContent
- java.lang.Object
-
- org.dashbuilder.shared.model.DataSetContent
-
@Portable public class DataSetContent extends Object
-
-
Constructor Summary
Constructors Constructor Description DataSetContent()DataSetContent(String id, String content, DataSetContentType contentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()DataSetContentTypegetContentType()StringgetId()voidsetId(String id)
-
-
-
Constructor Detail
-
DataSetContent
public DataSetContent()
-
DataSetContent
public DataSetContent(String id, String content, DataSetContentType contentType)
-
-
Method Detail
-
setId
public void setId(String id)
-
getId
public String getId()
-
getContent
public String getContent()
-
getContentType
public DataSetContentType getContentType()
-
-