fabricator

Contact

class Contact extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Contact
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Contact(utility: UtilityService, alpha: Alphanumeric, random: Random)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def address: String

  7. def apartmentNumber: String

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def birthday(age: Int, format: DateFormat): String

  10. def birthday(age: Int): String

  11. def bloodType: String

  12. def bsn: String

    BSN number is generated in accordance with http://nl.

    BSN number is generated in accordance with http://nl.wikipedia.org/wiki/Burgerservicenummer article @

  13. def city: String

  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def company: String

  16. def country: String

  17. def eMail: String

  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def firstName: String

  22. def fullName(setPrefix: Boolean, setSuffix: Boolean): String

  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. def height(cm: Boolean): String

  26. def houseNumber: String

  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def lastName: String

  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. def occupation: String

  33. def phoneNumber: String

  34. def postcode: String

  35. def prefix: String

  36. def religion: String

  37. def state: String

  38. def stateShortCode: String

  39. def streetName: String

  40. def suffix: String

  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toString(): String

    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def weight(metric: Boolean): String

  47. def zodiac(birthday: String): String

  48. def zodiac: String

Inherited from AnyRef

Inherited from Any

Ungrouped