Interface Updatable<T>

All Known Subinterfaces:
UpdatableIdentifiable<I,T>
All Known Implementing Classes:
Prediction, Website, WebsiteTranslation

public interface Updatable<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(T from)
    Copies all fields from argument
  • Method Details

    • update

      void update(T from)
      Copies all fields from argument
      Parameters:
      from -