Package com.thingworx.persistence.common
Class PersistableNamedObject
- java.lang.Object
-
- com.thingworx.types.NamedObject
-
- com.thingworx.persistence.common.PersistableNamedObject
-
- All Implemented Interfaces:
IDiffableObject
,IPersistableObject<java.lang.String>
,INamedObject
,java.io.Serializable
- Direct Known Subclasses:
RootEntity
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public class PersistableNamedObject extends NamedObject implements IPersistableObject<java.lang.String>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.thingworx.types.NamedObject
NAME_COMPARATOR
-
-
Constructor Summary
Constructors Constructor Description PersistableNamedObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getID()
boolean
hasID()
boolean
isTransient()
-
Methods inherited from class com.thingworx.types.NamedObject
getDescription, getName, setDescription, setName, toValueCollection
-
-
-
-
Method Detail
-
isTransient
@ThingworxExtensionApiMethod(since={6,6}) public boolean isTransient()
-
hasID
@ThingworxExtensionApiMethod(since={6,6}) public boolean hasID()
-
getID
@ThingworxExtensionApiMethod(since={6,6}) public java.lang.String getID()
- Specified by:
getID
in interfaceIPersistableObject<java.lang.String>
-
-