Package no.unit.nva.model
Interface WithCopy<T>
- All Known Implementing Classes:
EntityDescription,Publication
public interface WithCopy<T>
-
Method Summary
-
Method Details
-
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.
-