Skip to main content

com.eruces.teadmin.UpdatableObject

The UpdatableObject class is the base for administrative objects that track which of their fields have been set, so that an update sends only those fields.

Since: 3.0

© Pi Soft, 2018-2026 · Tricryption Engine 8.1

Inheritance

Protected Attributes

TypeNameDescription
TreeSetm_setString

Public Member Functions

MemberDescription
UpdatableObject()
void clearSet()
String toString()

Protected Member Functions

MemberDescription
void add(String strName)
void remove(String strName)
void marshal()
void unmarshal()