Packages

case class Attribute(item: Item, name: String, value: String, alternateNameEncoding: String, alternateValueEncoding: String) extends com.amazonaws.services.simpledb.model.Attribute with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, com.amazonaws.services.simpledb.model.Attribute, Cloneable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Attribute
  2. Serializable
  3. Product
  4. Equals
  5. Attribute
  6. Cloneable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Attribute(item: Item, name: String, value: String, alternateNameEncoding: String, alternateValueEncoding: String)

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 alternateNameEncoding: String
  5. val alternateValueEncoding: String
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): com.amazonaws.services.simpledb.model.Attribute
    Definition Classes
    Attribute → AnyRef
  8. def destroy()(implicit simpleDB: SimpleDB): Unit
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    Attribute → AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def getAlternateNameEncoding(): String
    Definition Classes
    Attribute
  13. def getAlternateValueEncoding(): String
    Definition Classes
    Attribute
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getName(): String
    Definition Classes
    Attribute
  16. def getValue(): String
    Definition Classes
    Attribute
  17. def hashCode(): Int
    Definition Classes
    Attribute → AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val item: Item
  20. val name: String
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def setAlternateNameEncoding(arg0: String): Unit
    Definition Classes
    Attribute
  25. def setAlternateValueEncoding(arg0: String): Unit
    Definition Classes
    Attribute
  26. def setName(arg0: String): Unit
    Definition Classes
    Attribute
  27. def setValue(arg0: String): Unit
    Definition Classes
    Attribute
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    Attribute → AnyRef → Any
  30. def update(newValue: String)(implicit simpleDB: SimpleDB): Attribute
  31. val value: String
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  35. def withAlternateNameEncoding(arg0: String): com.amazonaws.services.simpledb.model.Attribute
    Definition Classes
    Attribute
  36. def withAlternateValueEncoding(arg0: String): com.amazonaws.services.simpledb.model.Attribute
    Definition Classes
    Attribute
  37. def withName(arg0: String): com.amazonaws.services.simpledb.model.Attribute
    Definition Classes
    Attribute
  38. def withValue(arg0: String): com.amazonaws.services.simpledb.model.Attribute
    Definition Classes
    Attribute

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from com.amazonaws.services.simpledb.model.Attribute

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped