public class Item extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Item.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected URI |
resourceUri |
protected String |
uuid |
Constructor and Description |
---|
Item(String uuid,
String name,
URI resourceUri) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
URI |
getResourceUri() |
String |
getUuid() |
int |
hashCode() |
String |
toString() |
public String getName()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.