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

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

public class ImportedObject
extends Object


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

Constructor Detail

ImportedObject

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

getClassName

public String getClassName()

getProperties

public Collection<ImportedProperty> getProperties()

getPackageName

public String getPackageName()

getCompositeId

public CompositeId getCompositeId()

getStringProperty

public String getStringProperty(String propertyName)

getIdPropertyStr

public String getIdPropertyStr()

toString

public String toString()
Overrides:
toString in class Object

getIdProperty

public PrimitiveId getIdProperty()


Copyright © 2003-2013 Atlassian. All Rights Reserved.