DVO

public interface DVO extends java.io.Serializable

A DVO represents a value object in the DAO model. The Data Access Object may use a value object to return data to the client. The Data Access Object may also receive a value object for updating and querying.

Author:Hugo Y. K. Lam