" DTO" . . . , . . . "DocReview" , DTO, . Bleagh! , DTO : "Doc" "DocReview". , "" . ; .
, , Identifier, DTO .
public class Identifier {
long id;
String name;
}
public class Doc {
private Identifier identifier;
private String docType
}
public class DocReview {
private Identifier identifier;
private String status;
private String comment;
}
, Identifier , . .
: "Dto" ( "DTO" ) , .