public static final class MetadataLoader.Metadata
extends java.lang.Object
| Constructor and Description |
|---|
MetadataLoader.Metadata() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAspect(org.alfresco.service.namespace.QName aspect) |
void |
addProperty(org.alfresco.service.namespace.QName property,
java.io.Serializable value)
Adds a property and its value to this metadata object.
|
java.util.Set |
getAspects() |
java.util.Map |
getProperties() |
org.alfresco.service.namespace.QName |
getType() |
void |
setType(org.alfresco.service.namespace.QName type) |
public org.alfresco.service.namespace.QName getType()
public void setType(org.alfresco.service.namespace.QName type)
type - The type to set in this metadata object (must not be null).public java.util.Set getAspects()
public void addAspect(org.alfresco.service.namespace.QName aspect)
aspect - An aspect to add to this metadata object (must not be null).public java.util.Map getProperties()
public void addProperty(org.alfresco.service.namespace.QName property,
java.io.Serializable value)
property - The property to populate (must not be null).value - The value of the property (may be null).Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.