org.kuali.student.common.ui.client.util
Class ExportElement
java.lang.Object
org.kuali.student.common.ui.client.util.ExportElement
- All Implemented Interfaces:
- Serializable
public class ExportElement
- extends Object
- implements Serializable
- See Also:
- Serialized Form
DEFAULT
public static int DEFAULT
BOLD
public static int BOLD
LIST_SUBREPORT
public static int LIST_SUBREPORT
SUBREPORT
public static int SUBREPORT
LIST
public static int LIST
ITALIC
public static int ITALIC
PROPOSAL
public static int PROPOSAL
PARAGRAPH
public static int PARAGRAPH
ExportElement
public ExportElement()
getViewName
public String getViewName()
setViewName
public void setViewName(String viewName)
getSectionName
public String getSectionName()
setSectionName
public void setSectionName(String sectionName)
getFieldLabel
public String getFieldLabel()
setFieldLabel
public void setFieldLabel(String fieldLabel)
getFieldValue
public String getFieldValue()
setFieldValue
public void setFieldValue(String fieldValue)
isSub
public boolean isSub()
setPrintType
public void setPrintType(int printType)
getPrintType
public int getPrintType()
getSubset
public List<ExportElement> getSubset()
setSubset
public void setSubset(List<ExportElement> subset)
isMandatory
public boolean isMandatory()
setMandatory
public void setMandatory(boolean isMandatory)
getFieldValue2
public String getFieldValue2()
setFieldValue2
public void setFieldValue2(String fieldValue2)
getKey
public String getKey()
getValue
public String getValue()
getProposalValue
public String getProposalValue()
getOriginalValue
public String getOriginalValue()
isDataEmpty
public boolean isDataEmpty()
isEmpty
public boolean isEmpty()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.