public class BusinessBeanAdapter extends BusinessAdapter
Constructor and Description |
---|
BusinessBeanAdapter()
Default constructor is needed for jackson mapping
|
BusinessBeanAdapter(DocumentModel documentModel) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getNote() |
String |
getTitle() |
void |
setDescription(String value) |
void |
setNote(String value) |
void |
setTitle(String value) |
getDocument, getId, getType, save
public BusinessBeanAdapter()
public BusinessBeanAdapter(DocumentModel documentModel)
public String getTitle() throws ClientException
ClientException
public void setTitle(String value) throws ClientException
ClientException
public String getDescription() throws ClientException
ClientException
public void setDescription(String value) throws ClientException
ClientException
public String getNote() throws ClientException
ClientException
public void setNote(String value) throws ClientException
ClientException
Copyright © 2013 Nuxeo SA. All Rights Reserved.