Class OSIData
java.lang.Object
de.hybris.platform.unifieduibackofficeservices.model.merchandising.OSIData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns the carriergetText()returns the textvoidsetCarrier(String carrier) Sets the carriervoidSets the text
-
Constructor Details
-
OSIData
public OSIData()
-
-
Method Details
-
getCarrier
returns the carrier- Returns:
- the carrier
-
setCarrier
Sets the carrier- Parameters:
carrier- the carrier
-
getText
returns the text- Returns:
- the text
-
setText
Sets the text- Parameters:
text-
-