Ejemplo n.º 1
0
  public Object clone() {
    WSRPConsumerClp clone = new WSRPConsumerClp();

    clone.setWsrpConsumerId(getWsrpConsumerId());
    clone.setCompanyId(getCompanyId());
    clone.setCreateDate(getCreateDate());
    clone.setModifiedDate(getModifiedDate());
    clone.setName(getName());
    clone.setUrl(getUrl());
    clone.setWsdl(getWsdl());
    clone.setRegistrationContextString(getRegistrationContextString());
    clone.setRegistrationPropertiesString(getRegistrationPropertiesString());

    return clone;
  }