public class ExportElement extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
BOLD |
static int |
DEFAULT |
static int |
ITALIC |
static int |
LIST |
static int |
LIST_SUBREPORT |
static int |
PARAGRAPH |
static int |
PROPOSAL |
static int |
SUBREPORT |
Constructor and Description |
---|
ExportElement() |
Modifier and Type | Method and Description |
---|---|
String |
getFieldLabel() |
String |
getFieldValue() |
String |
getFieldValue2() |
String |
getKey() |
String |
getOriginalValue() |
int |
getPrintType() |
String |
getProposalValue() |
String |
getSectionName() |
List<ExportElement> |
getSubset() |
String |
getValue() |
String |
getViewName() |
boolean |
isDataEmpty() |
boolean |
isEmpty() |
boolean |
isMandatory() |
boolean |
isSub() |
void |
setFieldLabel(String fieldLabel) |
void |
setFieldValue(String fieldValue) |
void |
setFieldValue2(String fieldValue2) |
void |
setMandatory(boolean isMandatory) |
void |
setPrintType(int printType) |
void |
setSectionName(String sectionName) |
void |
setSubset(List<ExportElement> subset) |
void |
setViewName(String viewName) |
String |
toString() |
public static int DEFAULT
public static int BOLD
public static int LIST_SUBREPORT
public static int SUBREPORT
public static int LIST
public static int ITALIC
public static int PROPOSAL
public static int PARAGRAPH
public ExportElement()
public String getViewName()
public void setViewName(String viewName)
public String getSectionName()
public void setSectionName(String sectionName)
public String getFieldLabel()
public void setFieldLabel(String fieldLabel)
public String getFieldValue()
public void setFieldValue(String fieldValue)
public boolean isSub()
public void setPrintType(int printType)
public int getPrintType()
public List<ExportElement> getSubset()
public void setSubset(List<ExportElement> subset)
public boolean isMandatory()
public void setMandatory(boolean isMandatory)
public String getFieldValue2()
public void setFieldValue2(String fieldValue2)
public String getProposalValue()
public String getOriginalValue()
public boolean isDataEmpty()
public boolean isEmpty()
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.