public final class MppMetadata extends MetadataContainer
Represents metadata in Microsoft Project format.
Constructor and Description |
---|
MppMetadata()
Initializes a new instance of the
MppMetadata class. |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets or sets the author.
|
String |
getCategory()
Gets or sets the category.
|
String |
getComments()
Gets or sets the comments.
|
String |
getCompany()
Gets or sets the company.
|
Date |
getCreationDate()
Gets or sets the creation date.
|
String |
getHyperlinkBase()
Gets or sets the hyperlink base.
|
String |
getKeywords()
Gets or sets the keywords.
|
String |
getLastAuthor()
Gets or sets the last author.
|
int |
getRevision()
Gets or sets the revision number.
|
String |
getSubject()
Gets or sets the subject.
|
String |
getTemplate()
Gets or sets the template.
|
String |
getTitle()
Gets or sets the title.
|
void |
setAuthor(String value)
Gets or sets the author.
|
void |
setCategory(String value)
Gets or sets the category.
|
void |
setComments(String value)
Gets or sets the comments.
|
void |
setCompany(String value)
Gets or sets the company.
|
void |
setCreationDate(Date value)
Gets or sets the creation date.
|
void |
setHyperlinkBase(String value)
Gets or sets the hyperlink base.
|
void |
setKeywords(String value)
Gets or sets the keywords.
|
void |
setLastAuthor(String value)
Gets or sets the last author.
|
void |
setRevision(int value)
Gets or sets the revision number.
|
void |
setSubject(String value)
Gets or sets the subject.
|
void |
setTemplate(String value)
Gets or sets the template.
|
void |
setTitle(String value)
Gets or sets the title.
|
getKeys
getByType, getMetadataType, readByStringKey
public MppMetadata()
Initializes a new instance of the MppMetadata
class.
public final String getAuthor()
Gets or sets the author.
Value: The author.public final void setAuthor(String value)
Gets or sets the author.
Value: The author.public final String getCategory()
Gets or sets the category.
Value: The category.public final void setCategory(String value)
Gets or sets the category.
Value: The category.public final String getComments()
Gets or sets the comments.
Value: The comments.public final void setComments(String value)
Gets or sets the comments.
Value: The comments.public final String getCompany()
Gets or sets the company.
Value: The company.public final void setCompany(String value)
Gets or sets the company.
Value: The company.public final Date getCreationDate()
Gets or sets the creation date.
Value: The creation date.public final void setCreationDate(Date value)
Gets or sets the creation date.
Value: The creation date.public final String getHyperlinkBase()
Gets or sets the hyperlink base.
Value: The hyperlink base.public final void setHyperlinkBase(String value)
Gets or sets the hyperlink base.
Value: The hyperlink base.public final String getKeywords()
Gets or sets the keywords.
Value: The keywords.public final void setKeywords(String value)
Gets or sets the keywords.
Value: The keywords.public final String getLastAuthor()
Gets or sets the last author.
Value: The last author.public final void setLastAuthor(String value)
Gets or sets the last author.
Value: The last author.public final int getRevision()
Gets or sets the revision number.
Value: The revision number.public final void setRevision(int value)
Gets or sets the revision number.
Value: The revision number.public final String getSubject()
Gets or sets the subject.
Value: The subject.public final void setSubject(String value)
Gets or sets the subject.
Value: The subject.public final String getTitle()
Gets or sets the title.
Value: The title.public final void setTitle(String value)
Gets or sets the title.
Value: The title.public final String getTemplate()
Gets or sets the template.
Value: The template.public final void setTemplate(String value)
Gets or sets the template.
Value: The template.Copyright © 2017. All rights reserved.