Packages

c

yoda.security.entities

AccountEntity

case class AccountEntity(id: Long, clientId: Long, isActive: Boolean, isVerify: Boolean, isChangepass: Boolean, accountType: Int, accountRole: Int, username: String, passwordHash: String = null, email: String, firstname: String = null, lastname: String = null, mobileNo: String = null, metaJson: String = "{}", avatarUrl: String = null, staffCode: String = null, position: String = null, creatorId: Long = 0, created: DateTime = DateTime.now) extends Product with Serializable

Annotations
@TableSchema()
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AccountEntity
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AccountEntity(id: Long, clientId: Long, isActive: Boolean, isVerify: Boolean, isChangepass: Boolean, accountType: Int, accountRole: Int, username: String, passwordHash: String = null, email: String, firstname: String = null, lastname: String = null, mobileNo: String = null, metaJson: String = "{}", avatarUrl: String = null, staffCode: String = null, position: String = null, creatorId: Long = 0, created: DateTime = DateTime.now)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val accountRole: Int
  5. val accountType: Int
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val avatarUrl: String
  8. val clientId: Long
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val created: DateTime
  11. val creatorId: Long
  12. val email: String
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. val firstname: String
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. val id: Long
  18. val isActive: Boolean
  19. val isChangepass: Boolean
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val isVerify: Boolean
  22. val lastname: String
  23. val metaJson: String
  24. val mobileNo: String
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val passwordHash: String
  29. val position: String
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. val staffCode: String
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. val username: String
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped