public class DefaultDocumentSource extends Object implements DocumentSource
CVS_ID| Constructor and Description |
|---|
DefaultDocumentSource(String location,
String author,
long date,
String revision)
Creates a new default document source
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Returns the author
|
long |
getDate()
Returns the date
|
String |
getLabel()
Returns the revision information.
|
String |
getLocation()
Returns some location information of the source.
|
String |
getRevision()
Returns the revision
|
String |
toString() |
public DefaultDocumentSource(String location, String author, long date, String revision)
location - some location informationauthor - the author of the documentdate - some date of the documentrevision - some revision of the documentpublic String getLocation()
getLocation in interface DocumentSourcepublic String getLabel()
getLabel in interface DocumentSourcepublic String getAuthor()
public long getDate()
public String getRevision()
Copyright © 2010 - 2020 Adobe. All Rights Reserved