Class LastTicketingPeriod
java.lang.Object
de.hybris.platform.unifieduibackofficeservices.model.configuration.farebucket.LastTicketingPeriod
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintreturns the fromDaysintreturns the toDaysvoidsetFromDays(int fromDays) sets the fromDaysvoidsetToDays(int toDays) sets the toDays
-
Constructor Details
-
LastTicketingPeriod
public LastTicketingPeriod()
-
-
Method Details
-
getFromDays
public int getFromDays()returns the fromDays- Returns:
- the fromDays
-
setFromDays
public void setFromDays(int fromDays) sets the fromDays- Parameters:
fromDays- the fromDays
-
getToDays
public int getToDays()returns the toDays- Returns:
- the toDays
-
setToDays
public void setToDays(int toDays) sets the toDays- Parameters:
toDays- the toDays
-