org.kuali.kfs.module.bc.report
Class ReportControlListBuildHelper.BuildState

java.lang.Object
  extended by org.kuali.kfs.module.bc.report.ReportControlListBuildHelper.BuildState
All Implemented Interfaces:
Serializable
Enclosing class:
ReportControlListBuildHelper

public class ReportControlListBuildHelper.BuildState
extends Object
implements Serializable

Represents a build configuration for the control list.

See Also:
Serialized Form

Constructor Summary
ReportControlListBuildHelper.BuildState()
          Constructs a ReportControlListBuildHelper.java.
ReportControlListBuildHelper.BuildState(String pointOfView, Collection<BudgetConstructionPullup> selectedOrganizations, BCConstants.Report.BuildMode buildMode)
          Constructs a ReportControlListBuildHelper.java.
 
Method Summary
 boolean equals(Object obj)
           
 BCConstants.Report.BuildMode getBuildMode()
          Gets the buildMode attribute.
 String getPointOfView()
          Gets the pointOfView attribute.
 Collection<BudgetConstructionPullup> getSelectedOrganizations()
          Gets the selectedOrganizations attribute.
 void setBuildMode(BCConstants.Report.BuildMode buildMode)
          Sets the buildMode attribute value.
 void setPointOfView(String pointOfView)
          Sets the pointOfView attribute value.
 void setSelectedOrganizations(Collection<BudgetConstructionPullup> selectedOrganizations)
          Sets the selectedOrganizations attribute value.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportControlListBuildHelper.BuildState

public ReportControlListBuildHelper.BuildState()
Constructs a ReportControlListBuildHelper.java.


ReportControlListBuildHelper.BuildState

public ReportControlListBuildHelper.BuildState(String pointOfView,
                                               Collection<BudgetConstructionPullup> selectedOrganizations,
                                               BCConstants.Report.BuildMode buildMode)
Constructs a ReportControlListBuildHelper.java.

Parameters:
pointOfView - - chart/org point of view string
selectedOrganizations - - organizations selected for reporting
buildMode - - mode for restricting report data
Method Detail

getBuildMode

public BCConstants.Report.BuildMode getBuildMode()
Gets the buildMode attribute.

Returns:
Returns the buildMode.

setBuildMode

public void setBuildMode(BCConstants.Report.BuildMode buildMode)
Sets the buildMode attribute value.

Parameters:
buildMode - The buildMode to set.

getPointOfView

public String getPointOfView()
Gets the pointOfView attribute.

Returns:
Returns the pointOfView.

setPointOfView

public void setPointOfView(String pointOfView)
Sets the pointOfView attribute value.

Parameters:
pointOfView - The pointOfView to set.

getSelectedOrganizations

public Collection<BudgetConstructionPullup> getSelectedOrganizations()
Gets the selectedOrganizations attribute.

Returns:
Returns the selectedOrganizations.

setSelectedOrganizations

public void setSelectedOrganizations(Collection<BudgetConstructionPullup> selectedOrganizations)
Sets the selectedOrganizations attribute value.

Parameters:
selectedOrganizations - The selectedOrganizations to set.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)


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