public class Bucket extends Object implements Serializable, LocallyIdentifiable
VisualizationObject| Constructor and Description |
|---|
Bucket(String localIdentifier,
List<BucketItem> items)
Creates new instance of bucket
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<BucketItem> |
getItems() |
String |
getLocalIdentifier() |
int |
hashCode() |
public Bucket(String localIdentifier, List<BucketItem> items)
localIdentifier - local identifier of bucketitems - list of BucketItems for this bucketpublic String getLocalIdentifier()
getLocalIdentifier in interface LocallyIdentifiablepublic List<BucketItem> getItems()
BucketItemsCopyright © 2019. All rights reserved.