org.apache.jackrabbit.jcr2spi.xml
Class Importer.NodeInfo
java.lang.Object
org.apache.jackrabbit.jcr2spi.xml.Importer.NodeInfo
- Enclosing interface:
- Importer
public static class Importer.NodeInfo
- extends Object
|
Constructor Summary |
Importer.NodeInfo(org.apache.jackrabbit.spi.Name name,
org.apache.jackrabbit.spi.Name nodeTypeName,
org.apache.jackrabbit.spi.Name[] mixinNames,
String uuid)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Importer.NodeInfo
public Importer.NodeInfo(org.apache.jackrabbit.spi.Name name,
org.apache.jackrabbit.spi.Name nodeTypeName,
org.apache.jackrabbit.spi.Name[] mixinNames,
String uuid)
getName
public org.apache.jackrabbit.spi.Name getName()
getNodeTypeName
public org.apache.jackrabbit.spi.Name getNodeTypeName()
getMixinNames
public org.apache.jackrabbit.spi.Name[] getMixinNames()
setUUID
public void setUUID(String uuid)
getUUID
public String getUUID()
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.