public class BusinessBeanAdapter extends BusinessAdapter
doc, id, type| Constructor and Description |
|---|
BusinessBeanAdapter()
Default constructor is needed for jackson mapping
|
BusinessBeanAdapter(DocumentModel documentModel) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getNote() |
Object |
getObject() |
String |
getTitle() |
void |
setDescription(String value) |
void |
setNote(String value) |
void |
setObject(Object object) |
void |
setTitle(String value) |
getDocument, getId, getType, savepublic BusinessBeanAdapter()
public BusinessBeanAdapter(DocumentModel documentModel)
public String getTitle() throws ClientException
ClientExceptionpublic void setTitle(String value) throws ClientException
ClientExceptionpublic String getDescription() throws ClientException
ClientExceptionpublic void setDescription(String value) throws ClientException
ClientExceptionpublic String getNote() throws ClientException
ClientExceptionpublic void setNote(String value) throws ClientException
ClientExceptionpublic Object getObject()
public void setObject(Object object)
Copyright © 2019 Nuxeo SA. All rights reserved.