Class PrimitiveProperty
- java.lang.Object
-
- com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
-
- com.atlassian.confluence.importexport.xmlimport.model.PrimitiveProperty
-
- Direct Known Subclasses:
PrimitiveId
@Deprecated public class PrimitiveProperty extends ImportedProperty
Deprecated.since 7.17.0.
-
-
Constructor Summary
Constructors Constructor Description PrimitiveProperty(String name, String type, String value)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Deprecated.String
getType()
Deprecated.String
getValue()
Deprecated.int
hashCode()
Deprecated.String
toString()
Deprecated.-
Methods inherited from class com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
getName
-
-
-
-
Method Detail
-
getValue
public String getValue()
Deprecated.
-
getType
public String getType()
Deprecated.
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classImportedProperty
-
equals
public boolean equals(Object o)
Deprecated.- Overrides:
equals
in classImportedProperty
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classImportedProperty
-
-