org.gephi.project.impl
Class ProjectMetaDataImpl
java.lang.Object
org.gephi.project.impl.ProjectMetaDataImpl
- All Implemented Interfaces:
- java.io.Serializable, ProjectMetaData
public class ProjectMetaDataImpl
- extends java.lang.Object
- implements ProjectMetaData, java.io.Serializable
- Author:
- Mathieu Bastian
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectMetaDataImpl
public ProjectMetaDataImpl()
getAuthor
public java.lang.String getAuthor()
- Specified by:
getAuthor
in interface ProjectMetaData
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface ProjectMetaData
getKeywords
public java.lang.String getKeywords()
- Specified by:
getKeywords
in interface ProjectMetaData
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in interface ProjectMetaData
setAuthor
public void setAuthor(java.lang.String author)
- Specified by:
setAuthor
in interface ProjectMetaData
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription
in interface ProjectMetaData
setKeywords
public void setKeywords(java.lang.String keywords)
- Specified by:
setKeywords
in interface ProjectMetaData
setTitle
public void setTitle(java.lang.String title)
- Specified by:
setTitle
in interface ProjectMetaData