public class VdbEntry extends Object implements Comparable<VdbEntry>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(VdbEntry that) |
String |
getDescription() |
String |
getPath() |
Map<String,String> |
getProperties() |
void |
setDescription(String newValue) |
public VdbEntry(String path)
path
- the path associated with the entry (cannot be null
or empty)public int compareTo(VdbEntry that)
compareTo
in interface Comparable<VdbEntry>
Comparable.compareTo(java.lang.Object)
public String getDescription()
null
but can be empty)public String getPath()
null
or empty)public Map<String,String> getProperties()
null
)public void setDescription(String newValue)
newValue
- the new description value (can be null
or empty)Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.