public class FormSaveRepresentation extends AbstractRepresentation
Modifier and Type | Field and Description |
---|---|
protected String |
comment |
protected String |
formImageBase64 |
protected FormRepresentation |
formRepresentation |
protected boolean |
newVersion |
protected boolean |
reusable |
Constructor and Description |
---|
FormSaveRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
String |
getFormImageBase64() |
FormRepresentation |
getFormRepresentation() |
boolean |
isNewVersion() |
boolean |
isReusable() |
void |
setComment(String comment) |
void |
setFormImageBase64(String formImageBase64) |
void |
setFormRepresentation(FormRepresentation formRepresentation) |
void |
setNewVersion(boolean newVersion) |
void |
setReusable(boolean reusable) |
protected boolean reusable
protected boolean newVersion
protected String comment
protected String formImageBase64
protected FormRepresentation formRepresentation
public boolean isReusable()
public void setReusable(boolean reusable)
public boolean isNewVersion()
public void setNewVersion(boolean newVersion)
public String getComment()
public void setComment(String comment)
public String getFormImageBase64()
public void setFormImageBase64(String formImageBase64)
public FormRepresentation getFormRepresentation()
public void setFormRepresentation(FormRepresentation formRepresentation)
Copyright © 2014–2015 Alfresco. All rights reserved.