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

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

public class ReferenceProperty
extends ImportedProperty


Constructor Summary
ReferenceProperty(String name, String packageName, String className, PrimitiveId id)
           
 
Method Summary
 String getClassName()
           
 PrimitiveId getId()
           
 String getPackageName()
           
 String toString()
           
 
Methods inherited from class com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReferenceProperty

public ReferenceProperty(String name,
                         String packageName,
                         String className,
                         PrimitiveId id)
Method Detail

getClassName

public String getClassName()

getPackageName

public String getPackageName()

getId

public PrimitiveId getId()

toString

public String toString()
Overrides:
toString in class ImportedProperty


Copyright © 2003-2011 Atlassian. All Rights Reserved.