Package no.unit.nva.model
Interface WithCopy<T>
-
- All Known Implementing Classes:
Publication
public interface WithCopy<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcopy()Returns a Builder filled in with a copy of the data of the original object.
-
-
-
Method Detail
-
copy
T copy()
Returns a Builder filled in with a copy of the data of the original object.- Returns:
- a builder instance with filled in data.
-
-