Class ServiceKey
java.lang.Object
de.hybris.platform.unifieduibackofficeservices.model.merchandising.ServiceKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturn the carriergetName()return the namereturn the subCodegetType()return the typevoidsetCarrier(String carrier) sets the carriervoidsets the namevoidsetSubCode(String subCode) sets the subCodevoidsets the type
-
Constructor Details
-
ServiceKey
public ServiceKey()
-
-
Method Details
-
getName
return the name- Returns:
- the name
-
setName
sets the name- Parameters:
name- the name
-
getCarrier
return the carrier- Returns:
- the carrier
-
setCarrier
sets the carrier- Parameters:
carrier- the carrier
-
getType
return the type- Returns:
- the type
-
setType
sets the type- Parameters:
type- the type
-
getSubCode
return the subCode- Returns:
- the subCode
-
setSubCode
sets the subCode- Parameters:
subCode- the subCode
-