c

com.twosixlabs.dart.arangodb

ArangoCdrMetadata

case class ArangoCdrMetadata(creationDate: LocalDate = null, modificationDate: LocalDate = null, author: String = null, docType: String = null, description: String = null, originalLanguage: String = null, classification: String = null, title: String = null, publisher: String = null, url: String = null, pages: Integer = null, subject: String = null, creator: String = null, producer: String = null, statedGenre: String = null, predictedGenre: String = null) extends Product with Serializable

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

Instance Constructors

  1. new ArangoCdrMetadata(creationDate: LocalDate = null, modificationDate: LocalDate = null, author: String = null, docType: String = null, description: String = null, originalLanguage: String = null, classification: String = null, title: String = null, publisher: String = null, url: String = null, pages: Integer = null, subject: String = null, creator: String = null, producer: String = null, statedGenre: String = null, predictedGenre: String = null)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val author: String
  6. val classification: String
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. val creationDate: LocalDate
  9. val creator: String
  10. val description: String
  11. val docType: String
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getAuthor(): String
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getClassification(): String
  17. def getCreationDate(): LocalDate
  18. def getCreator(): String
  19. def getDescription(): String
  20. def getDocType(): String
  21. def getModificationDate(): LocalDate
  22. def getOriginalLanguage(): String
  23. def getPages(): Integer
  24. def getPredictedGenre(): String
  25. def getProducer(): String
  26. def getPublisher(): String
  27. def getStatedGenre(): String
  28. def getSubject(): String
  29. def getTitle(): String
  30. def getUrl(): String
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. val modificationDate: LocalDate
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. val originalLanguage: String
  37. val pages: Integer
  38. val predictedGenre: String
  39. val producer: String
  40. val publisher: String
  41. val statedGenre: String
  42. val subject: String
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. val title: String
  45. val url: String
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped