@Component @Scope(value="prototype") public class EditorLinkForm extends Object
| Constructor and Description |
|---|
EditorLinkForm()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
fr.toutatice.portail.cms.nuxeo.api.domain.DocumentDTO |
getDocument()
Getter for document.
|
String |
getDocumentWebId()
Getter for documentWebId.
|
String |
getManualUrl()
Getter for manualUrl.
|
String |
getText()
Getter for text.
|
String |
getTitle()
Getter for title.
|
String |
getUrl()
Getter for url.
|
UrlType |
getUrlType()
Getter for urlType.
|
boolean |
isDisplayText()
Getter for displayText.
|
boolean |
isDone()
Getter for done.
|
void |
setDisplayText(boolean displayText)
Setter for displayText.
|
void |
setDocument(fr.toutatice.portail.cms.nuxeo.api.domain.DocumentDTO document)
Setter for document.
|
void |
setDocumentWebId(String documentWebId)
Setter for documentWebId.
|
void |
setDone(boolean done)
Setter for done.
|
void |
setManualUrl(String manualUrl)
Setter for manualUrl.
|
void |
setText(String text)
Setter for text.
|
void |
setTitle(String title)
Setter for title.
|
void |
setUrl(String url)
Setter for url.
|
void |
setUrlType(UrlType urlType)
Setter for urlType.
|
public boolean isDone()
public void setDone(boolean done)
done - the done to setpublic String getUrl()
public void setUrl(String url)
url - the url to setpublic UrlType getUrlType()
public void setUrlType(UrlType urlType)
urlType - the urlType to setpublic String getManualUrl()
public void setManualUrl(String manualUrl)
manualUrl - the manualUrl to setpublic String getDocumentWebId()
public void setDocumentWebId(String documentWebId)
documentWebId - the documentWebId to setpublic String getText()
public void setText(String text)
text - the text to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic boolean isDisplayText()
public void setDisplayText(boolean displayText)
displayText - the displayText to setpublic fr.toutatice.portail.cms.nuxeo.api.domain.DocumentDTO getDocument()
public void setDocument(fr.toutatice.portail.cms.nuxeo.api.domain.DocumentDTO document)
document - the document to setCopyright © 2021 OSIVIA. All rights reserved.