public class DOIProject extends Object
Modifier and Type | Field and Description |
---|---|
private String |
projectname
project name.
|
private int |
suffix
Suffix of the project name.
|
Constructor and Description |
---|
DOIProject() |
Modifier and Type | Method and Description |
---|---|
String |
getProjectname()
Returns the project name.
|
int |
getSuffix()
Returns the suffix.
|
Boolean |
isEqualTo(DOIProject doiProject)
Tests a doiProject is equal to this one.
|
void |
setProjectname(String projectname)
Sets the project name.
|
void |
setSuffix(int suffix)
Sets the suffix.
|
private int suffix
private String projectname
public int getSuffix()
public void setSuffix(int suffix)
suffix
- DOI project suffixpublic String getProjectname()
public void setProjectname(String projectname)
projectname
- the project namepublic Boolean isEqualTo(DOIProject doiProject)
doiProject
- doi projectCopyright © 2017–2020 CNES. All rights reserved.