Item

case class Item(domain: Domain, name: String, alternateNameEncoding: Option[String], attributes: Seq[Attribute]) extends Item
Companion
object
trait Product
trait Equals
class Item
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def delete(attributes: Seq[Attribute])(simpleDB: SimpleDB): Unit
def deleteAttributes(attributes: Seq[Attribute])(simpleDB: SimpleDB): Unit
def destroy(simpleDB: SimpleDB): Unit
def put(attributes: (String, String)*)(simpleDB: SimpleDB): Unit
def putAttributes(attributes: (String, String)*)(simpleDB: SimpleDB): Unit
def replaceAttributesIfExists(attributes: (String, String)*)(simpleDB: SimpleDB): Unit

Inherited methods

def clone(): Item
Inherited from
Item
def equals(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
Item
Inherited from
Item
def getAttributes(): List[Attribute]
Inherited from
Item
def getName(): String
Inherited from
Item
def hashCode(): Int
Inherited from
Item
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setAlternateNameEncoding(`x$0`: String): Unit
Inherited from
Item
def setAttributes(`x$0`: Collection[Attribute]): Unit
Inherited from
Item
def setName(`x$0`: String): Unit
Inherited from
Item
def toString(): String
Inherited from
Item
def withAlternateNameEncoding(`x$0`: String): Item
Inherited from
Item
def withAttributes(`x$0`: Collection[Attribute]): Item
Inherited from
Item
def withAttributes(`x$0`: Attribute*): Item
Inherited from
Item
def withName(`x$0`: String): Item
Inherited from
Item