Class ReferenceProperty
- java.lang.Object
-
- com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
-
- com.atlassian.confluence.importexport.xmlimport.model.ReferenceProperty
-
@Deprecated public class ReferenceProperty extends ImportedProperty
Deprecated.since 7.17.0.
-
-
Constructor Summary
Constructors Constructor Description ReferenceProperty(String name, String packageName, String className, PrimitiveId id)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getClassName()
Deprecated.PrimitiveId
getId()
Deprecated.String
getPackageName()
Deprecated.String
toString()
Deprecated.-
Methods inherited from class com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
equals, getName, hashCode
-
-
-
-
Constructor Detail
-
ReferenceProperty
public ReferenceProperty(String name, String packageName, String className, PrimitiveId id)
Deprecated.
-
-
Method Detail
-
getClassName
public String getClassName()
Deprecated.
-
getPackageName
public String getPackageName()
Deprecated.
-
getId
public PrimitiveId getId()
Deprecated.
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classImportedProperty
-
-