Class AbstractRevisionable

    • Constructor Detail

      • AbstractRevisionable

        public AbstractRevisionable​(java.lang.String typeId,
                                    java.lang.String id,
                                    long revision)
        Constructs an AbstractRevisionable with the specified object type and identifier.
        Parameters:
        typeId - the object type of the object, typically set by implementing classes.
        id - the unique identifier for the object instance.
        revision - The internal revision number.