Package bucket.user.propertyset
Class BucketPropertySetItem
java.lang.Object
com.atlassian.confluence.impl.neops.NeoPropertySetItem
bucket.user.propertyset.BucketPropertySetItem
- All Implemented Interfaces:
Serializable
Deprecated.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.confluence.impl.neops.NeoPropertySetItem
NeoPropertySetItem.IncorrectPropertyTypeException, NeoPropertySetItem.PropertyType -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.BucketPropertySetItem(String entityName, long entityId, String key) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidDeprecated.intDeprecated.Deprecated.intgetType()Deprecated.since 10.1, useNeoPropertySetItem.getPropertyType()instead.voidsetIntVal(int intVal) Deprecated.since 10.1, useNeoPropertySetItem.setLongVal(long)instead.voidsetStringVal(String stringVal) Deprecated.since 10.1, useNeoPropertySetItem.setTextVal(java.lang.String)instead.voidsetType(int type) Deprecated, for removal: This API element is subject to removal in a future version.since 10.1, the type is set automatically based on the value.toString()Deprecated.Methods inherited from class com.atlassian.confluence.impl.neops.NeoPropertySetItem
equals, getBooleanVal, getDateVal, getDoubleVal, getEntityId, getEntityName, getKey, getLongVal, getPropertyType, getTextVal, hashCode, setBooleanVal, setDateVal, setDoubleVal, setEntityId, setEntityName, setKey, setLongVal, setPropertyType, setTextVal, validateGetter
-
Constructor Details
-
BucketPropertySetItem
public BucketPropertySetItem()Deprecated. -
BucketPropertySetItem
Deprecated.
-
-
Method Details
-
setType
Deprecated, for removal: This API element is subject to removal in a future version.since 10.1, the type is set automatically based on the value. -
getType
Deprecated.since 10.1, useNeoPropertySetItem.getPropertyType()instead. -
clearValues
protected void clearValues()Deprecated.- Overrides:
clearValuesin classNeoPropertySetItem
-
getStringVal
Deprecated. -
setStringVal
Deprecated.since 10.1, useNeoPropertySetItem.setTextVal(java.lang.String)instead. -
getIntVal
public int getIntVal()Deprecated. -
setIntVal
Deprecated.since 10.1, useNeoPropertySetItem.setLongVal(long)instead. -
toString
Deprecated.- Overrides:
toStringin classNeoPropertySetItem
-
NeoPropertySetIteminstead where possible.