Uses of Class
com.university.bookstore.builder.EBookBuilder
Packages that use EBookBuilder
-
Uses of EBookBuilder in com.university.bookstore.builder
Methods in com.university.bookstore.builder that return EBookBuilderModifier and TypeMethodDescriptionMaterialDirector.createEBookBuilder()Creates a new EBook builder instance.EBookBuilder.disableDRM()Sets DRM enabled to false.EBookBuilder.enableDRM()Sets DRM enabled to true.MaterialDirector.getEBookBuilder()Gets the EBook builder for custom configurations.Sets the eBook author.EBookBuilder.setDrmEnabled(boolean drmEnabled) Sets the DRM enabled status.EBookBuilder.setFileFormat(String fileFormat) Sets the eBook file format.EBookBuilder.setFileSize(double fileSize) Sets the eBook file size.EBookBuilder.setHighQuality()Sets the quality to high.Sets the eBook ID.EBookBuilder.setLowQuality()Sets the quality to low.EBookBuilder.setPrice(double price) Sets the eBook price.EBookBuilder.setQuality(Media.MediaQuality quality) Sets the eBook quality.Sets the eBook title.EBookBuilder.setWordCount(int wordCount) Sets the eBook word count.EBookBuilder.setYear(int year) Sets the eBook publication year.Constructors in com.university.bookstore.builder with parameters of type EBookBuilderModifierConstructorDescriptionMaterialDirector(EBookBuilder eBookBuilder, MaterialBundleBuilder bundleBuilder) Constructs a MaterialDirector with the specified builders.