Class BaggageAllowance
java.lang.Object
de.hybris.platform.unifieduibackofficeservices.model.configuration.farebucket.BaggageAllowance
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()returns the typeintgetValue()returns the valuevoidsetType(BaggageAllowanceType type) sets the typevoidsetValue(int value) sets the value
-
Constructor Details
-
BaggageAllowance
public BaggageAllowance()
-
-
Method Details
-
getType
returns the type- Returns:
- the type
-
setType
sets the type- Parameters:
type- the type
-
getValue
public int getValue()returns the value- Returns:
- the value
-
setValue
public void setValue(int value) sets the value- Parameters:
value- the value
-