ParentAssignedpublic class ParentAssigned extends Object Parent, but with an assigned identifier. |
Fields Summary |
---|
private Long | id | private String | name | private ParentInfoAssigned | info |
Constructors Summary |
---|
public ParentAssigned()
| public ParentAssigned(Long id, String name)
this.id = id;
this.name = name;
|
|