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 booleanequals(Object o)Deprecated.StringgetType()Deprecated.StringgetValue()Deprecated.inthashCode()Deprecated.StringtoString()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:
toStringin classImportedProperty
-
equals
public boolean equals(Object o)
Deprecated.- Overrides:
equalsin classImportedProperty
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classImportedProperty
-
-