Cleaned up commented out code

This commit is contained in:
Alena Prokharchyk 2011-11-11 09:53:46 -08:00
parent f1b99f4f07
commit 4cf3ecbed4
3 changed files with 0 additions and 54 deletions

View File

@ -187,27 +187,6 @@ public class IPAddressResponse extends BaseResponse implements ControlledEntityR
return getId();
}
/*
@Override
public Long getJobId() {
return super.getJobId();
}
@Override
public void setJobId(Long jobId) {
super.setJobId(jobId);
}
@Override
public Integer getJobStatus() {
return jobStatus;
}
@Override
public void setJobStatus(Integer jobStatus) {
this.jobStatus = jobStatus;
}
*/
@Override
public void setProjectId(Long projectId) {
this.projectId.setValue(projectId);

View File

@ -132,22 +132,6 @@ public class SystemVmResponse extends BaseResponse {
this.systemVmType = systemVmType;
}
public Long getJobId() {
return jobId.getValue();
}
public void setJobId(Long jobId) {
this.jobId.setValue(jobId);
}
public Integer getJobStatus() {
return jobStatus;
}
public void setJobStatus(Integer jobStatus) {
this.jobStatus = jobStatus;
}
public Long getZoneId() {
return zoneId.getValue();
}

View File

@ -229,23 +229,6 @@ public class TemplateResponse extends BaseResponse implements ControlledEntityRe
public void setHypervisor(String hypervisor) {
this.hypervisor = hypervisor;
}
/*
public Long getJobId() {
return super.getJobId();
}
public void setJobId(Long jobId) {
super.setJobId(jobId);
}
public Integer getJobStatus() {
return jobStatus;
}
public void setJobStatus(Integer jobStatus) {
this.jobStatus = jobStatus;
}
*/
@Override
public void setDomainName(String domainName) {