Class MarketBucket
java.lang.Object
de.hybris.platform.unifieduibackofficeservices.model.configuration.farebucket.MarketBucket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns the allowedPosListreturns the bucketCodereturns the entityIdreturns the fareFamiliesreturns the forbiddenPosListreturns the marketCodeintreturns the priorityreturns the statusReturns the usernamebooleanreturns the combinablevoidsetAllowedPosList(List<String> allowedPosList) sets the allowedPosListvoidsetBucketCode(String bucketCode) sets the bucketCodevoidsetCombinable(boolean combinable) sets the combinablevoidsetEntityId(String entityId) sets the entityIdvoidsetFareFamilies(List<FareFamily> fareFamilies) sets the fareFamiliesvoidsetForbiddenPosList(List<String> forbiddenPosList) sets the forbiddenPosListvoidsetMarketCode(String marketCode) sets the marketCodevoidsetPriority(int priority) sets the priorityvoidsetStatus(MarketBucketStatus status) sets the statusvoidsetUsername(String username) Sets the username
-
Constructor Details
-
MarketBucket
public MarketBucket()
-
-
Method Details
-
getEntityId
returns the entityId- Returns:
- the entityId
-
setEntityId
sets the entityId- Parameters:
entityId- the entityId
-
getBucketCode
returns the bucketCode- Returns:
- the bucketCode
-
setBucketCode
sets the bucketCode- Parameters:
bucketCode- the bucketCode
-
getMarketCode
returns the marketCode- Returns:
- the marketCode
-
setMarketCode
sets the marketCode- Parameters:
marketCode- the marketCode
-
getPriority
public int getPriority()returns the priority- Returns:
- the priority
-
setPriority
public void setPriority(int priority) sets the priority- Parameters:
priority- the priority
-
isCombinable
public boolean isCombinable()returns the combinable- Returns:
- the combinable
-
setCombinable
public void setCombinable(boolean combinable) sets the combinable- Parameters:
combinable- the combinable
-
getStatus
returns the status- Returns:
- the status
-
setStatus
sets the status- Parameters:
status- the status
-
getAllowedPosList
returns the allowedPosList- Returns:
- the allowedPosList
-
setAllowedPosList
sets the allowedPosList- Parameters:
allowedPosList- the allowedPosList
-
getForbiddenPosList
returns the forbiddenPosList- Returns:
- the forbiddenPosList
-
setForbiddenPosList
sets the forbiddenPosList- Parameters:
forbiddenPosList- the forbiddenPosList
-
getFareFamilies
returns the fareFamilies- Returns:
- the fareFamilies
-
setFareFamilies
sets the fareFamilies- Parameters:
fareFamilies- the fareFamilies
-
getUsername
Returns the username- Returns:
- username
-
setUsername
Sets the username- Parameters:
username-
-