public class FileAuthorMetadata extends Object
Information about document's author metadata.
Modifier and Type | Class and Description |
---|---|
static class |
FileAuthorMetadata.Builder
A little sugar
|
Constructor and Description |
---|
FileAuthorMetadata()
Initializes a new instance of the
FileAuthorMetadata class. |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets or sets the author.
|
String |
getCompany()
Gets or sets the company.
|
String |
getLastSaveBy()
Gets or sets the last save by.
|
void |
setAuthor(String value)
Gets or sets the author.
|
void |
setCompany(String value)
Gets or sets the company.
|
void |
setLastSaveBy(String value)
Gets or sets the last save by.
|
public FileAuthorMetadata()
Initializes a new instance of the FileAuthorMetadata
class.
public final String getAuthor()
Gets or sets the author.
public final String getCompany()
Gets or sets the company.
public final String getLastSaveBy()
Gets or sets the last save by.
public final void setAuthor(String value)
Gets or sets the author.
value
- authorpublic final void setCompany(String value)
Gets or sets the company.
value
- companypublic final void setLastSaveBy(String value)
Gets or sets the last save by.
value
- last save by