public class GlobalResult extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected EchoBaseProject |
echobaseProject |
protected RSufiResultPath |
rsufiProject |
Constructor and Description |
---|
GlobalResult(EchoBaseProject echoBaseProject) |
GlobalResult(RSufiResultPath result) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Date |
getCreationDate() |
EchoBaseProject |
getEchobaseProject() |
String |
getName() |
RSufiResultPath |
getRsufiProject() |
String |
getZone() |
int |
hashCode() |
boolean |
isDataAllowed() |
boolean |
isEchoBase() |
static boolean |
isEchobaseProject(File projectDirectory) |
boolean |
isIndicatorsResult() |
boolean |
isMapsResult() |
boolean |
isPubliableResult() |
boolean |
isRsufi() |
static boolean |
isRsufiProject(File projectDirectory) |
void |
setDataAllowed(boolean dataAllowed) |
void |
setIndicatorsResult(boolean indicatorsResult) |
void |
setMapsResult(boolean mapsResult) |
protected final RSufiResultPath rsufiProject
protected final EchoBaseProject echobaseProject
public GlobalResult(RSufiResultPath result)
public GlobalResult(EchoBaseProject echoBaseProject)
public static boolean isRsufiProject(File projectDirectory)
public static boolean isEchobaseProject(File projectDirectory)
public boolean isRsufi()
public boolean isEchoBase()
public Date getCreationDate()
public String getZone()
public RSufiResultPath getRsufiProject()
public EchoBaseProject getEchobaseProject()
public boolean isPubliableResult()
public boolean isIndicatorsResult()
public void setIndicatorsResult(boolean indicatorsResult)
public boolean isMapsResult()
public void setMapsResult(boolean mapsResult)
public boolean isDataAllowed()
public void setDataAllowed(boolean dataAllowed)
public String getName()
Copyright © 2010–2015 Ifremer. All rights reserved.