public class JasperReportParameterDto extends Selectable implements Serializable, Editable, Validatable
F_SELECTED
Constructor and Description |
---|
JasperReportParameterDto() |
JasperReportParameterDto(String name,
Class type,
String typeAsString,
boolean forPrompting) |
Modifier and Type | Method and Description |
---|---|
boolean |
getForPrompting() |
String |
getName() |
Class |
getType() |
String |
getTypeAsString() |
Object |
getValue() |
boolean |
isEditing() |
boolean |
isEmpty() |
boolean |
isForPrompting() |
void |
setEditing(boolean editing) |
void |
setForPrompting(boolean forPrompting) |
void |
setValue(Object value) |
isSelected, setSelected
public Object getValue()
public void setValue(Object value)
public boolean isForPrompting()
public void setForPrompting(boolean forPrompting)
public boolean getForPrompting()
public String getName()
public String getTypeAsString()
public Class getType() throws ClassNotFoundException
ClassNotFoundException
public void setEditing(boolean editing)
setEditing
in interface Editable
public boolean isEmpty()
isEmpty
in interface Validatable
Copyright © 2015 evolveum. All rights reserved.