public class ItemDescriptor
extends java.lang.Object
| Constructor and Description |
|---|
ItemDescriptor(DataItem item,
java.util.Map<java.lang.String,Variant> attributes)
Create new item descriptor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,Variant> |
getAttributes() |
DataItem |
getItem() |
int |
hashCode() |
public ItemDescriptor(DataItem item, java.util.Map<java.lang.String,Variant> attributes)
item - the data item, must not be nullattributes - the optional describing attributes, may be nullpublic java.util.Map<java.lang.String,Variant> getAttributes()
public DataItem getItem()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
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