public class RSufiResultPath extends Object implements Serializable
Project.name
,
Selection.name
, et RSufiResult.name
.
Les attribut sont finaux car le hashcode est basé dessus.Modifier and Type | Field and Description |
---|---|
protected Project |
project
Final project.
|
protected RSufiResult |
rsufiResult
Final rsufiresult.
|
protected Selection |
selection
Final selection.
|
Constructor and Description |
---|
RSufiResultPath(Project project,
Selection selection,
RSufiResult rsufiResult)
Constructor with full path.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Project |
getProject()
Get project.
|
RSufiResult |
getRsufiResult()
Get result.
|
Selection |
getSelection()
Get selection.
|
int |
hashCode() |
protected final Project project
protected final Selection selection
protected final RSufiResult rsufiResult
public RSufiResultPath(Project project, Selection selection, RSufiResult rsufiResult)
project
- project (can't be null)selection
- selection (can't be null)rsufiResult
- rsufiresult (can't be null)public Project getProject()
public Selection getSelection()
public RSufiResult getRsufiResult()
Copyright © 2010–2015 Ifremer. All rights reserved.