public class Link extends GenericModel
DocumentConversion| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLink()
Returns the link to the document.
|
String |
getName()
Returns the name of the link.
|
void |
setLink(String link)
Sets the link to the document.
|
void |
setName(String name)
Sets the name of the link.
|
equals, hashCode, toStringpublic String getName()
public void setName(String name)
name - the new namepublic String getLink()
public void setLink(String link)
link - the new linkCopyright © 2015. All rights reserved.