org.kuali.student.common.ui.client.util
Class ExportElement

java.lang.Object
  extended by org.kuali.student.common.ui.client.util.ExportElement
All Implemented Interfaces:
Serializable

public class ExportElement
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
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 Summary
ExportElement()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

ExportElement

public ExportElement()
Method Detail

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.