mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Cleaned up commented out code
This commit is contained in:
parent
f1b99f4f07
commit
4cf3ecbed4
@ -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);
|
||||
|
||||
@ -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();
|
||||
}
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user