コード例 #1
0
 public void copyFrom(ICustomer source) {
   super.copyFrom(source);
   this.setCustomerId(source.getCustomerId());
 }