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
Ordering
- Alphabetic
- By Inheritance
Inherited
- ArangoCdrMetadata
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val author: String
- val classification: String
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val creationDate: LocalDate
- val creator: String
- val description: String
- val docType: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getAuthor(): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getClassification(): String
- def getCreationDate(): LocalDate
- def getCreator(): String
- def getDescription(): String
- def getDocType(): String
- def getModificationDate(): LocalDate
- def getOriginalLanguage(): String
- def getPages(): Integer
- def getPredictedGenre(): String
- def getProducer(): String
- def getPublisher(): String
- def getStatedGenre(): String
- def getSubject(): String
- def getTitle(): String
- def getUrl(): String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val modificationDate: LocalDate
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val originalLanguage: String
- val pages: Integer
- val predictedGenre: String
- val producer: String
- val publisher: String
- val statedGenre: String
- val subject: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val title: String
- val url: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )