All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.datafaker.providers.entertainment.BreakingBad Maven / Gradle / Ivy

package net.datafaker.providers.entertainment;

import net.datafaker.providers.base.AbstractProvider;

/**
 * Breaking Bad is an American neo-Western crime drama television series.
 * 

* Over the course of five seasons, Breaking Bad told a complex, character-driven story * of a man whose cancer diagnosis leads him to start cooking and selling meth to provide for his family. * * @since 1.0.0 */ public class BreakingBad extends AbstractProvider { protected BreakingBad(EntertainmentProviders faker) { super(faker); } public String character() { return resolve("breaking_bad.characters"); } public String episode() { return resolve("breaking_bad.episodes"); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy