in airavata-api/airavata-data-models/src/main/java/org/apache/airavata/model/user/CustomDashboard.java [1370:1602]
public boolean equals(CustomDashboard that) {
if (that == null)
return false;
if (this == that)
return true;
boolean this_present_airavataInternalUserId = true && this.isSetAiravataInternalUserId();
boolean that_present_airavataInternalUserId = true && that.isSetAiravataInternalUserId();
if (this_present_airavataInternalUserId || that_present_airavataInternalUserId) {
if (!(this_present_airavataInternalUserId && that_present_airavataInternalUserId))
return false;
if (!this.airavataInternalUserId.equals(that.airavataInternalUserId))
return false;
}
boolean this_present_experimentId = true && this.isSetExperimentId();
boolean that_present_experimentId = true && that.isSetExperimentId();
if (this_present_experimentId || that_present_experimentId) {
if (!(this_present_experimentId && that_present_experimentId))
return false;
if (!this.experimentId.equals(that.experimentId))
return false;
}
boolean this_present_name = true && this.isSetName();
boolean that_present_name = true && that.isSetName();
if (this_present_name || that_present_name) {
if (!(this_present_name && that_present_name))
return false;
if (!this.name.equals(that.name))
return false;
}
boolean this_present_description = true && this.isSetDescription();
boolean that_present_description = true && that.isSetDescription();
if (this_present_description || that_present_description) {
if (!(this_present_description && that_present_description))
return false;
if (!this.description.equals(that.description))
return false;
}
boolean this_present_project = true && this.isSetProject();
boolean that_present_project = true && that.isSetProject();
if (this_present_project || that_present_project) {
if (!(this_present_project && that_present_project))
return false;
if (!this.project.equals(that.project))
return false;
}
boolean this_present_owner = true && this.isSetOwner();
boolean that_present_owner = true && that.isSetOwner();
if (this_present_owner || that_present_owner) {
if (!(this_present_owner && that_present_owner))
return false;
if (!this.owner.equals(that.owner))
return false;
}
boolean this_present_application = true && this.isSetApplication();
boolean that_present_application = true && that.isSetApplication();
if (this_present_application || that_present_application) {
if (!(this_present_application && that_present_application))
return false;
if (!this.application.equals(that.application))
return false;
}
boolean this_present_computeResource = true && this.isSetComputeResource();
boolean that_present_computeResource = true && that.isSetComputeResource();
if (this_present_computeResource || that_present_computeResource) {
if (!(this_present_computeResource && that_present_computeResource))
return false;
if (!this.computeResource.equals(that.computeResource))
return false;
}
boolean this_present_jobName = true && this.isSetJobName();
boolean that_present_jobName = true && that.isSetJobName();
if (this_present_jobName || that_present_jobName) {
if (!(this_present_jobName && that_present_jobName))
return false;
if (!this.jobName.equals(that.jobName))
return false;
}
boolean this_present_jobId = true && this.isSetJobId();
boolean that_present_jobId = true && that.isSetJobId();
if (this_present_jobId || that_present_jobId) {
if (!(this_present_jobId && that_present_jobId))
return false;
if (!this.jobId.equals(that.jobId))
return false;
}
boolean this_present_jobStatus = true && this.isSetJobStatus();
boolean that_present_jobStatus = true && that.isSetJobStatus();
if (this_present_jobStatus || that_present_jobStatus) {
if (!(this_present_jobStatus && that_present_jobStatus))
return false;
if (!this.jobStatus.equals(that.jobStatus))
return false;
}
boolean this_present_jobCreationTime = true && this.isSetJobCreationTime();
boolean that_present_jobCreationTime = true && that.isSetJobCreationTime();
if (this_present_jobCreationTime || that_present_jobCreationTime) {
if (!(this_present_jobCreationTime && that_present_jobCreationTime))
return false;
if (!this.jobCreationTime.equals(that.jobCreationTime))
return false;
}
boolean this_present_notificationsTo = true && this.isSetNotificationsTo();
boolean that_present_notificationsTo = true && that.isSetNotificationsTo();
if (this_present_notificationsTo || that_present_notificationsTo) {
if (!(this_present_notificationsTo && that_present_notificationsTo))
return false;
if (!this.notificationsTo.equals(that.notificationsTo))
return false;
}
boolean this_present_workingDir = true && this.isSetWorkingDir();
boolean that_present_workingDir = true && that.isSetWorkingDir();
if (this_present_workingDir || that_present_workingDir) {
if (!(this_present_workingDir && that_present_workingDir))
return false;
if (!this.workingDir.equals(that.workingDir))
return false;
}
boolean this_present_jobDescription = true && this.isSetJobDescription();
boolean that_present_jobDescription = true && that.isSetJobDescription();
if (this_present_jobDescription || that_present_jobDescription) {
if (!(this_present_jobDescription && that_present_jobDescription))
return false;
if (!this.jobDescription.equals(that.jobDescription))
return false;
}
boolean this_present_creationTime = true && this.isSetCreationTime();
boolean that_present_creationTime = true && that.isSetCreationTime();
if (this_present_creationTime || that_present_creationTime) {
if (!(this_present_creationTime && that_present_creationTime))
return false;
if (!this.creationTime.equals(that.creationTime))
return false;
}
boolean this_present_lastModifiedTime = true && this.isSetLastModifiedTime();
boolean that_present_lastModifiedTime = true && that.isSetLastModifiedTime();
if (this_present_lastModifiedTime || that_present_lastModifiedTime) {
if (!(this_present_lastModifiedTime && that_present_lastModifiedTime))
return false;
if (!this.lastModifiedTime.equals(that.lastModifiedTime))
return false;
}
boolean this_present_wallTime = true && this.isSetWallTime();
boolean that_present_wallTime = true && that.isSetWallTime();
if (this_present_wallTime || that_present_wallTime) {
if (!(this_present_wallTime && that_present_wallTime))
return false;
if (!this.wallTime.equals(that.wallTime))
return false;
}
boolean this_present_cpuCount = true && this.isSetCpuCount();
boolean that_present_cpuCount = true && that.isSetCpuCount();
if (this_present_cpuCount || that_present_cpuCount) {
if (!(this_present_cpuCount && that_present_cpuCount))
return false;
if (!this.cpuCount.equals(that.cpuCount))
return false;
}
boolean this_present_nodeCount = true && this.isSetNodeCount();
boolean that_present_nodeCount = true && that.isSetNodeCount();
if (this_present_nodeCount || that_present_nodeCount) {
if (!(this_present_nodeCount && that_present_nodeCount))
return false;
if (!this.nodeCount.equals(that.nodeCount))
return false;
}
boolean this_present_queue = true && this.isSetQueue();
boolean that_present_queue = true && that.isSetQueue();
if (this_present_queue || that_present_queue) {
if (!(this_present_queue && that_present_queue))
return false;
if (!this.queue.equals(that.queue))
return false;
}
boolean this_present_inputs = true && this.isSetInputs();
boolean that_present_inputs = true && that.isSetInputs();
if (this_present_inputs || that_present_inputs) {
if (!(this_present_inputs && that_present_inputs))
return false;
if (!this.inputs.equals(that.inputs))
return false;
}
boolean this_present_outputs = true && this.isSetOutputs();
boolean that_present_outputs = true && that.isSetOutputs();
if (this_present_outputs || that_present_outputs) {
if (!(this_present_outputs && that_present_outputs))
return false;
if (!this.outputs.equals(that.outputs))
return false;
}
boolean this_present_storageDir = true && this.isSetStorageDir();
boolean that_present_storageDir = true && that.isSetStorageDir();
if (this_present_storageDir || that_present_storageDir) {
if (!(this_present_storageDir && that_present_storageDir))
return false;
if (!this.storageDir.equals(that.storageDir))
return false;
}
boolean this_present_errors = true && this.isSetErrors();
boolean that_present_errors = true && that.isSetErrors();
if (this_present_errors || that_present_errors) {
if (!(this_present_errors && that_present_errors))
return false;
if (!this.errors.equals(that.errors))
return false;
}
return true;
}