Class CurrencyModelBuilder
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.builder.CurrencyModelBuilder
-
public class CurrencyModelBuilder extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CurrencyModelBuilderaModel()CurrencyModelbuild()static CurrencyModelBuilderfromModel(CurrencyModel model)protected CurrencyModelgetModel()CurrencyModelBuilderwithActive(java.lang.Boolean active)CurrencyModelBuilderwithIsocode(java.lang.String isocode)CurrencyModelBuilderwithSymbol(java.lang.String symbol)
-
-
-
Method Detail
-
getModel
protected CurrencyModel getModel()
-
aModel
public static CurrencyModelBuilder aModel()
-
fromModel
public static CurrencyModelBuilder fromModel(CurrencyModel model)
-
build
public CurrencyModel build()
-
withActive
public CurrencyModelBuilder withActive(java.lang.Boolean active)
-
withIsocode
public CurrencyModelBuilder withIsocode(java.lang.String isocode)
-
withSymbol
public CurrencyModelBuilder withSymbol(java.lang.String symbol)
-
-