Example #1
0
 public ParentSample removeChildren() throws EntityNotFoundException {
   children.remove();
   return this;
 }
Example #2
0
 public java.util.List<Sample> getChildren() throws EntityNotFoundException {
   return children.get();
 }