public class DirectoryEntry
extends java.lang.Object
| Constructor and Description |
|---|
DirectoryEntry() |
| Modifier and Type | Method and Description |
|---|---|
ObjectId |
getId() |
ObjectPath |
getPath() |
MetadataList |
getSystemMetadata()
Gets the system metadata for this directory entry.
|
java.lang.String |
getType() |
MetadataList |
getUserMetadata()
Gets the user metadata for this directory entry.
|
void |
setId(ObjectId id) |
void |
setPath(ObjectPath path) |
void |
setSystemMetadata(MetadataList systemMetadata) |
void |
setType(java.lang.String type) |
void |
setUserMetadata(MetadataList userMetadata) |
java.lang.String |
toString() |
public ObjectPath getPath()
public void setPath(ObjectPath path)
path - the path to setpublic ObjectId getId()
public void setId(ObjectId id)
id - the id to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the type to setpublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public void setSystemMetadata(MetadataList systemMetadata)
systemMetadata - the systemMetadata to setpublic MetadataList getSystemMetadata()
public void setUserMetadata(MetadataList userMetadata)
userMetadata - the userMetadata to setpublic MetadataList getUserMetadata()