Class Bucket
java.lang.Object
de.hybris.platform.unifieduibackofficeservices.model.configuration.farebucket.Bucket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the bucket codereturns the bucket nameReturns the descriptionReturns the usernamevoidsetBucketCode(String bucketCode) Set the bucketCodevoidsetBucketName(String bucketName) Sets the bucket namevoidsetDescription(String description) Sets the DescriptionvoidsetUsername(String username) Sets the username
-
Constructor Details
-
Bucket
public Bucket()
-
-
Method Details
-
getBucketName
returns the bucket name- Returns:
- bucketName
-
setBucketName
Sets the bucket name- Parameters:
bucketName-
-
getBucketCode
Returns the bucket code- Returns:
- bucketCode
-
setBucketCode
Set the bucketCode- Parameters:
bucketCode-
-
getDescription
Returns the description- Returns:
- description
-
setDescription
Sets the Description- Parameters:
description-
-
getUsername
Returns the username- Returns:
- username
-
setUsername
Sets the username- Parameters:
username-
-