com.atlassian.confluence.importexport.xmlimport.model
Class ImportedObject

java.lang.Object
  extended by com.atlassian.confluence.importexport.xmlimport.model.ImportedObject

public class ImportedObject
extends java.lang.Object


Constructor Summary
ImportedObject(java.lang.String className, java.lang.String packageName, java.util.Collection<ImportedProperty> properties, CompositeId compositeId)
           
 
Method Summary
 java.lang.String getClassName()
           
 CompositeId getCompositeId()
           
 PrimitiveId getIdProperty()
           
 java.lang.String getIdPropertyStr()
           
 java.lang.String getPackageName()
           
 java.util.Collection<ImportedProperty> getProperties()
           
 java.lang.String getStringProperty(java.lang.String propertyName)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImportedObject

public ImportedObject(java.lang.String className,
                      java.lang.String packageName,
                      java.util.Collection<ImportedProperty> properties,
                      CompositeId compositeId)
Method Detail

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-2011 Atlassian. All Rights Reserved.