public class Metadata
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
Metadata(Ref ref, Digest digest, Summary summary) |
| Modifier and Type | Method and Description |
|---|---|
Digest |
getDigest()
Returns digest for the resource
|
Ref |
getRef()
Returns the reference to the resource
|
Summary |
getSummary()
Returns summary information computed from the resource
|
public static final long serialVersionUID