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()
ProjectMetaData
The default value is the computer's user name.
getAuthor
in interface ProjectMetaData
public String getDescription()
ProjectMetaData
getDescription
in interface ProjectMetaData
public String getKeywords()
ProjectMetaData
getKeywords
in interface ProjectMetaData
public String getTitle()
ProjectMetaData
getTitle
in interface ProjectMetaData
public void setAuthor(String author)
ProjectMetaData
setAuthor
in interface ProjectMetaData
author
- authorpublic void setDescription(String description)
ProjectMetaData
setDescription
in interface ProjectMetaData
description
- descriptionpublic void setKeywords(String keywords)
ProjectMetaData
setKeywords
in interface ProjectMetaData
keywords
- keywordspublic void setTitle(String title)
ProjectMetaData
setTitle
in interface ProjectMetaData
title
- titleCopyright © 2007–2015 Gephi Consortium. All rights reserved.