org.gcube.data.analysis.statisticalmanager
Class SMOutput

java.lang.Object
  extended by org.gcube.data.analysis.statisticalmanager.SMOutput

public class SMOutput
extends Object


Constructor Summary
SMOutput(SMTypeParameter type, String content)
           
 
Method Summary
 String getContent()
           
 SMTypeParameter getType()
           
 void setContent(String content)
           
 void setType(SMTypeParameter type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMOutput

public SMOutput(SMTypeParameter type,
                String content)
Method Detail

getType

public SMTypeParameter getType()
Returns:
the type

setType

public void setType(SMTypeParameter type)
Parameters:
type - the type to set

getContent

public String getContent()
Returns:
the content

setContent

public void setContent(String content)
Parameters:
content - the content to set


Copyright © 2013. All Rights Reserved.