org.kuali.kfs.integration.cg.dto
Class BudgetAdjustmentParametersDTO

java.lang.Object
  extended by org.kuali.kfs.integration.cg.dto.BudgetAdjustmentParametersDTO
All Implemented Interfaces:
Serializable

public class BudgetAdjustmentParametersDTO
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class BudgetAdjustmentParametersDTO.Details
           
 
Field Summary
protected  String description
           
protected  List<BudgetAdjustmentParametersDTO.Details> details
           
protected  String explanation
           
protected  String orgDocNumber
           
protected  String principalId
           
protected  String sponsorType
           
 
Constructor Summary
BudgetAdjustmentParametersDTO()
           
 
Method Summary
 String getDescription()
           
 List<BudgetAdjustmentParametersDTO.Details> getDetails()
           
 String getExplanation()
           
 String getOrgDocNumber()
           
 String getPrincipalId()
          Gets the principalId attribute.
 String getSponsorType()
           
 void setDescription(String description)
           
 void setDetails(List<BudgetAdjustmentParametersDTO.Details> details)
           
 void setExplanation(String explanation)
           
 void setOrgDocNumber(String orgDocNumber)
           
 void setPrincipalId(String principalId)
          Sets the principalId attribute value.
 void setSponsorType(String sponsorType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected String description

explanation

protected String explanation

orgDocNumber

protected String orgDocNumber

sponsorType

protected String sponsorType

principalId

protected String principalId

details

protected List<BudgetAdjustmentParametersDTO.Details> details
Constructor Detail

BudgetAdjustmentParametersDTO

public BudgetAdjustmentParametersDTO()
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getExplanation

public String getExplanation()

setExplanation

public void setExplanation(String explanation)

getPrincipalId

public String getPrincipalId()
Gets the principalId attribute.

Returns:
Returns the principalId.

setPrincipalId

public void setPrincipalId(String principalId)
Sets the principalId attribute value.

Parameters:
principalId - The principalId to set.

getDetails

public List<BudgetAdjustmentParametersDTO.Details> getDetails()

setDetails

public void setDetails(List<BudgetAdjustmentParametersDTO.Details> details)

getOrgDocNumber

public String getOrgDocNumber()

setOrgDocNumber

public void setOrgDocNumber(String orgDocNumber)

getSponsorType

public String getSponsorType()

setSponsorType

public void setSponsorType(String sponsorType)


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