Class Market
java.lang.Object
de.hybris.platform.unifieduibackofficeservices.model.configuration.farebucket.Market
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanreturns the bothDirectionsreturn the destinationreturns the entityIdreturns the marketCodereturn the marketNamereturns the originreturns the tripTypeReturns the usernamevoidsetBothDirections(boolean bothDirections) sets the bothDirectionsvoidsetDestination(Location destination) sets the destinationvoidsetEntityId(String entityId) sets the entityIdvoidsetMarketCode(String marketCode) sets the marketCodevoidsetMarketName(String marketName) sets the marketNamevoidsets the originvoidsetTripType(TripType tripType) sets the tripTypevoidsetUsername(String username) Sets the username
-
Constructor Details
-
Market
public Market()
-
-
Method Details
-
getEntityId
returns the entityId- Returns:
- the entityId
-
setEntityId
sets the entityId- Parameters:
entityId- the entityId
-
getMarketName
return the marketName- Returns:
- the marketName
-
setMarketName
sets the marketName- Parameters:
marketName- the marketName
-
getMarketCode
returns the marketCode- Returns:
- the marketCode
-
setMarketCode
sets the marketCode- Parameters:
marketCode- the marketCode
-
getOrigin
returns the origin- Returns:
- the origin
-
setOrigin
sets the origin- Parameters:
origin- the origin
-
getDestination
return the destination- Returns:
- the destination
-
setDestination
sets the destination- Parameters:
destination- the destination
-
getTripType
returns the tripType- Returns:
- the tripType
-
setTripType
sets the tripType- Parameters:
tripType- the tripType
-
getBothDirections
public boolean getBothDirections()returns the bothDirections- Returns:
- the bothDirections
-
setBothDirections
public void setBothDirections(boolean bothDirections) sets the bothDirections- Parameters:
bothDirections- the bothDirections
-
getUsername
Returns the username- Returns:
- username
-
setUsername
Sets the username- Parameters:
username-
-