コード例 #1
0
ファイル: ParentSample.java プロジェクト: hata/aexlib
 public ParentSample removeChildren() throws EntityNotFoundException {
   children.remove();
   return this;
 }
コード例 #2
0
ファイル: ParentSample.java プロジェクト: hata/aexlib
 public java.util.List<Sample> getChildren() throws EntityNotFoundException {
   return children.get();
 }