public class Item
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Item.Type |
| Constructor and Description |
|---|
Item() |
Item(Item item) |
Item(java.lang.String connectionString,
java.lang.String id,
Item.Type type) |
| Modifier and Type | Method and Description |
|---|---|
static Item |
adaptTo(java.lang.Object o) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConnectionString() |
java.lang.String |
getId() |
Item.Type |
getType() |
int |
hashCode() |
static Item |
loadFrom(IMemento memento) |
void |
saveTo(IMemento memento) |
void |
setConnectionString(java.lang.String connectionString) |
void |
setId(java.lang.String id) |
void |
setType(Item.Type type) |
java.lang.String |
toLabel() |
java.lang.String |
toString() |
public Item()
public Item(java.lang.String connectionString,
java.lang.String id,
Item.Type type)
public Item(Item item)
public Item.Type getType()
public void setType(Item.Type type)
public java.lang.String getConnectionString()
public void setConnectionString(java.lang.String connectionString)
public java.lang.String getId()
public void setId(java.lang.String id)
public static Item adaptTo(java.lang.Object o)
public static Item loadFrom(IMemento memento)
public void saveTo(IMemento memento)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toLabel()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0