@Component @Scope(value="prototype") public class CalendarViewForm extends Object
| Constructor and Description |
|---|
CalendarViewForm() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocId() |
org.nuxeo.ecm.automation.client.model.DocRef |
getDocument() |
Date |
getEndDate() |
CalendarEditionMode |
getMode() |
String |
getParentPath() |
Date |
getStartDate() |
String |
getTitle() |
void |
setDocId(String docid) |
void |
setDocument(org.nuxeo.ecm.automation.client.model.DocRef document) |
void |
setEndDate(Date endDate) |
void |
setMode(CalendarEditionMode mode) |
void |
setParentPath(String parentPath) |
void |
setStartDate(Date startDate) |
void |
setTitle(String title) |
public Date getEndDate()
public void setEndDate(Date endDate)
public String getDocId()
public void setDocId(String docid)
public Date getStartDate()
public void setStartDate(Date startDate)
public CalendarEditionMode getMode()
public void setMode(CalendarEditionMode mode)
public org.nuxeo.ecm.automation.client.model.DocRef getDocument()
public void setDocument(org.nuxeo.ecm.automation.client.model.DocRef document)
public String getParentPath()
public void setParentPath(String parentPath)
public String getTitle()
public void setTitle(String title)
Copyright © 2019 OSIVIA. All rights reserved.