public class BDBConfiguredObjectRecord extends Object implements ConfiguredObjectRecord
Constructor and Description |
---|
BDBConfiguredObjectRecord(UUID id,
String type,
Map<String,Object> attributes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,Object> |
getAttributes() |
UUID |
getId() |
Map<String,UUID> |
getParents() |
String |
getType() |
int |
hashCode() |
String |
toString() |
public UUID getId()
getId
in interface ConfiguredObjectRecord
public String getType()
getType
in interface ConfiguredObjectRecord
public Map<String,Object> getAttributes()
getAttributes
in interface ConfiguredObjectRecord
public Map<String,UUID> getParents()
getParents
in interface ConfiguredObjectRecord
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.