Attribute

case class Attribute(item: Item, name: String, value: String, alternateNameEncoding: String, alternateValueEncoding: String) extends Attribute
Companion
object
trait Product
trait Equals
class Attribute
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def destroy(simpleDB: SimpleDB): Unit
def update(newValue: String)(simpleDB: SimpleDB): Attribute

Inherited methods

def clone(): Attribute
Inherited from
Attribute
def equals(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
Attribute
Inherited from
Attribute
Inherited from
Attribute
def getName(): String
Inherited from
Attribute
def getValue(): String
Inherited from
Attribute
def hashCode(): Int
Inherited from
Attribute
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setAlternateNameEncoding(`x$0`: String): Unit
Inherited from
Attribute
def setAlternateValueEncoding(`x$0`: String): Unit
Inherited from
Attribute
def setName(`x$0`: String): Unit
Inherited from
Attribute
def setValue(`x$0`: String): Unit
Inherited from
Attribute
def toString(): String
Inherited from
Attribute
def withAlternateNameEncoding(`x$0`: String): Attribute
Inherited from
Attribute
def withAlternateValueEncoding(`x$0`: String): Attribute
Inherited from
Attribute
def withName(`x$0`: String): Attribute
Inherited from
Attribute
def withValue(`x$0`: String): Attribute
Inherited from
Attribute