return method;
return transAttribute;
this.method = method;
this.transAttribute = transAttribute;
StringBuffer sb = new StringBuffer(100); sb.append("["); sb.append("ejbRelationName=").append(transAttribute); sb.append("]"); return sb.toString();