Package com.thingworx.datastorage
Class BasicEntry
- java.lang.Object
-
- com.thingworx.datastorage.BasicEntry
-
- All Implemented Interfaces:
IEntry
,ITaggableObject
,IPersistableObject<java.lang.String>
- Direct Known Subclasses:
DataEntry
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public class BasicEntry extends java.lang.Object implements ITaggableObject, IEntry
-
-
Constructor Summary
Constructors Constructor Description BasicEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getID()
TagCollection
getTags()
ValueCollection
toValueCollection()
-
-
-
Method Detail
-
getID
@ThingworxExtensionApiMethod(since={6,6}) public java.lang.String getID()
- Specified by:
getID
in interfaceIPersistableObject<java.lang.String>
-
getTags
@ThingworxExtensionApiMethod(since={6,6}) public TagCollection getTags()
- Specified by:
getTags
in interfaceITaggableObject
-
toValueCollection
@ThingworxExtensionApiMethod(since={7,0,1}) public ValueCollection toValueCollection()
-
-