com.atlassian.confluence.importexport.xmlimport.model
Class ImportedObject
java.lang.Object
com.atlassian.confluence.importexport.xmlimport.model.ImportedObject
public class ImportedObject
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ImportedObject
public ImportedObject(java.lang.String className,
java.lang.String packageName,
java.util.Collection<ImportedProperty> properties,
CompositeId compositeId)
getClassName
public java.lang.String getClassName()
getProperties
public java.util.Collection<ImportedProperty> getProperties()
getPackageName
public java.lang.String getPackageName()
getCompositeId
public CompositeId getCompositeId()
getStringProperty
public java.lang.String getStringProperty(java.lang.String propertyName)
getIdPropertyStr
public java.lang.String getIdPropertyStr()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getIdProperty
public PrimitiveId getIdProperty()
Copyright © 2003-2014 Atlassian. All Rights Reserved.