public class ProjectMetaDataImpl extends Object implements ProjectMetaData, Serializable
| Modifier and Type | Field and Description |
|---|---|
private String |
author |
private String |
description |
private String |
keywords |
private String |
title |
| Constructor and Description |
|---|
ProjectMetaDataImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Returns the author of this project.
|
String |
getDescription()
Returns the description of this project.
|
String |
getKeywords()
Returns the keywords of this project.
|
String |
getTitle()
Returns the title of this project.
|
void |
setAuthor(String author)
Sets the project's author.
|
void |
setDescription(String description)
Sets the project's description.
|
void |
setKeywords(String keywords)
Sets the project's keywords.
|
void |
setTitle(String title)
Sets the project's title.
|
private String author
private String title
private String keywords
private String description
public String getAuthor()
ProjectMetaDataThe default value is the computer's user name.
getAuthor in interface ProjectMetaDatapublic String getDescription()
ProjectMetaDatagetDescription in interface ProjectMetaDatapublic String getKeywords()
ProjectMetaDatagetKeywords in interface ProjectMetaDatapublic String getTitle()
ProjectMetaDatagetTitle in interface ProjectMetaDatapublic void setAuthor(String author)
ProjectMetaDatasetAuthor in interface ProjectMetaDataauthor - authorpublic void setDescription(String description)
ProjectMetaDatasetDescription in interface ProjectMetaDatadescription - descriptionpublic void setKeywords(String keywords)
ProjectMetaDatasetKeywords in interface ProjectMetaDatakeywords - keywordspublic void setTitle(String title)
ProjectMetaDatasetTitle in interface ProjectMetaDatatitle - titleCopyright © 2007–2017 Gephi Consortium. All rights reserved.