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