org.kuali.kfs.pdp.businessobject
Class FormatSelection

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.TransientBusinessObjectBase
          extended by org.kuali.kfs.pdp.businessobject.FormatSelection
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

public class FormatSelection
extends org.kuali.rice.kns.bo.TransientBusinessObjectBase

See Also:
Serialized Form

Constructor Summary
FormatSelection()
           
 
Method Summary
 String getCampus()
           
 List getCustomerList()
           
 List getRangeList()
           
 Date getStartDate()
           
 void setCampus(String campus)
           
 void setCustomerList(List customerList)
           
 void setRangeList(List rangeList)
           
 void setStartDate(Date startDate)
           
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase
refresh
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormatSelection

public FormatSelection()
Method Detail

getCampus

public String getCampus()

setCampus

public void setCampus(String campus)

getCustomerList

public List getCustomerList()

setCustomerList

public void setCustomerList(List customerList)

getRangeList

public List getRangeList()

setRangeList

public void setRangeList(List rangeList)

getStartDate

public Date getStartDate()

setStartDate

public void setStartDate(Date startDate)

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.