public class Boundary extends Object
| Constructor and Description |
|---|
Boundary()
Default Constructor...
|
Boundary(Date startDate,
Date endDate)
Constructor...
|
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
getApplicableCost()
Gets the applicableCost attribute.
|
BudgetDecimal |
getApplicableCostSharing()
Gets the applicableCostSharing attribute.
|
long |
getDateDifference()
Returns the no.
|
Date |
getEndDate()
Getter for property endDate.
|
int |
getEndDateMonth()
Returns the endDate Month *
|
int |
getEndDateNoOfDays()
Returns the no.
|
int |
getEndDateTotalDays()
Returns the total no.
|
int |
getNumberOfDays() |
Date |
getStartDate()
Getter for property startDate.
|
int |
getStartDateMonth()
Returns the startDate Month
|
int |
getStartDateRemainingDays()
Returns the remaining no.
|
int |
getStartDateTotalDays()
Returns the total no.
|
protected void |
init() |
void |
setApplicableCost(BudgetDecimal applicableCost)
Sets the applicableCost attribute value.
|
void |
setApplicableCostSharing(BudgetDecimal applicableCostSharing)
Sets the applicableCostSharing attribute value.
|
void |
setEndDate(Date endDate)
Setter for property endDate.
|
void |
setStartDate(Date startDate)
Setter for property startDate.
|
String |
toString()
Overridden method of toString.
|
protected void init()
public int getNumberOfDays()
public int getStartDateMonth()
public int getStartDateTotalDays()
public int getStartDateRemainingDays()
public int getEndDateMonth()
public int getEndDateTotalDays()
public int getEndDateNoOfDays()
public long getDateDifference()
public Date getStartDate()
public void setStartDate(Date startDate)
startDate - New value of property startDate.public Date getEndDate()
public void setEndDate(Date endDate)
endDate - New value of property endDate.public String toString()
public BudgetDecimal getApplicableCost()
public void setApplicableCost(BudgetDecimal applicableCost)
applicableCost - The applicableCost to set.public BudgetDecimal getApplicableCostSharing()
public void setApplicableCostSharing(BudgetDecimal applicableCostSharing)
applicableCostSharing - The applicableCostSharing to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.