public interface MultiviewPicture
Modifier and Type | Method and Description |
---|---|
void |
addView(PictureView view) |
String |
getByline() |
String |
getCaption() |
String |
getCredit() |
String |
getDateline() |
String |
getGenre() |
String |
getHeadline() |
String |
getLanguage() |
String |
getOrigin() |
String |
getSlugline() |
String |
getSource() |
String |
getSubheadline() |
String |
getTypage() |
PictureView |
getView(String name) |
PictureView[] |
getViews() |
void |
removeAllView() |
void |
removeView(String name) |
void |
setByline(String byline) |
void |
setCaption(String caption) |
void |
setCredit(String credit) |
void |
setDateline(String dateline) |
void |
setGenre(String genre) |
void |
setHeadline(String headline) |
void |
setLanguage(String language) |
void |
setOrigin(String origin) |
void |
setSlugline(String slugline) |
void |
setSource(String source) |
void |
setSubheadline(String subheadline) |
void |
setTypage(String typage) |
PictureView getView(String name) throws ClientException
ClientException
void removeView(String name) throws ClientException
ClientException
void addView(PictureView view) throws ClientException
ClientException
PictureView[] getViews() throws ClientException
ClientException
void removeAllView() throws ClientException
ClientException
String getHeadline() throws ClientException
ClientException
void setHeadline(String headline) throws ClientException
ClientException
String getSubheadline() throws ClientException
ClientException
void setSubheadline(String subheadline) throws ClientException
ClientException
String getByline() throws ClientException
ClientException
void setByline(String byline) throws ClientException
ClientException
String getDateline() throws ClientException
ClientException
void setDateline(String dateline) throws ClientException
ClientException
String getSlugline() throws ClientException
ClientException
void setSlugline(String slugline) throws ClientException
ClientException
String getCredit() throws ClientException
ClientException
void setCredit(String credit) throws ClientException
ClientException
String getLanguage() throws ClientException
ClientException
void setLanguage(String language) throws ClientException
ClientException
String getSource() throws ClientException
ClientException
void setSource(String source) throws ClientException
ClientException
String getOrigin() throws ClientException
ClientException
void setOrigin(String origin) throws ClientException
ClientException
String getGenre() throws ClientException
ClientException
void setGenre(String genre) throws ClientException
ClientException
String getCaption() throws ClientException
ClientException
void setCaption(String caption) throws ClientException
ClientException
String getTypage() throws ClientException
ClientException
void setTypage(String typage) throws ClientException
ClientException
Copyright © 2013 Nuxeo SA. All Rights Reserved.