Class UpdateModel


  • public class UpdateModel
    extends Object
    The model of an update of an object.
    • Field Detail

      • field

        public FieldSignatureModel field
        The field that is updated. This is null for class tags.
      • value

        public StorageValueModel value
        The value assigned to the updated field. This is null for class tags.
      • className

        public String className
        The name of the class of the object. This is non-null for class tags only.
      • jar

        public TransactionReferenceModel jar
        The transaction that installed the jar from where the class has been loaded. This is non-null for class tags only.
    • Constructor Detail

      • UpdateModel

        public UpdateModel​(Update update)
        Builds the model of an update of an object.
        Parameters:
        update - the update
      • UpdateModel

        public UpdateModel()
    • Method Detail

      • toBean

        public Update toBean()
        Yields the update having this model.
        Returns:
        the update