public class BudgetAdjustmentParametersDTO extends Object implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | BudgetAdjustmentParametersDTO.Details | 
| Modifier and Type | Field and Description | 
|---|---|
| protected String | description | 
| protected List<BudgetAdjustmentParametersDTO.Details> | details | 
| protected String | explanation | 
| protected String | orgDocNumber | 
| protected String | principalId | 
| protected String | sponsorType | 
| Constructor and Description | 
|---|
| BudgetAdjustmentParametersDTO() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
protected String description
protected String explanation
protected String orgDocNumber
protected String sponsorType
protected String principalId
protected List<BudgetAdjustmentParametersDTO.Details> details
public BudgetAdjustmentParametersDTO()
public String getDescription()
public void setDescription(String description)
public String getExplanation()
public void setExplanation(String explanation)
public String getPrincipalId()
public void setPrincipalId(String principalId)
principalId - The principalId to set.public List<BudgetAdjustmentParametersDTO.Details> getDetails()
public void setDetails(List<BudgetAdjustmentParametersDTO.Details> details)
public String getOrgDocNumber()
public void setOrgDocNumber(String orgDocNumber)
public String getSponsorType()
public void setSponsorType(String sponsorType)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.