Example #1
0
 public FolderType setCode(String code) {
   super.setCode(code);
   return this;
 }
Example #2
0
 public FolderType setDescription(String description) {
   super.setDescription(description);
   return this;
 }
Example #3
0
 public FolderType setTitle(String title) {
   super.setTitle(title);
   return this;
 }