Package com.github.javafaker
Class HitchhikersGuideToTheGalaxy
- java.lang.Object
-
- com.github.javafaker.HitchhikersGuideToTheGalaxy
-
public class HitchhikersGuideToTheGalaxy extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHitchhikersGuideToTheGalaxy(Faker faker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringcharacter()java.lang.Stringlocation()java.lang.StringmarvinQuote()java.lang.Stringplanet()java.lang.Stringquote()java.lang.Stringspecie()java.lang.Stringstarship()
-
-
-
Constructor Detail
-
HitchhikersGuideToTheGalaxy
protected HitchhikersGuideToTheGalaxy(Faker faker)
-
-
Method Detail
-
character
public java.lang.String character()
-
location
public java.lang.String location()
-
marvinQuote
public java.lang.String marvinQuote()
-
planet
public java.lang.String planet()
-
quote
public java.lang.String quote()
-
specie
public java.lang.String specie()
-
starship
public java.lang.String starship()
-
-