txtMinMemory.setText(getPropValue(hpcAppType.getMinMemory()));
txtMaxMemory.setText(getPropValue(hpcAppType.getMaxMemory()));
txtNodeCount.setText(getPropValue(hpcAppType.getNodeCount()));
txtjobSubmitterCommand.setText(hpcAppType.getJobSubmitterCommand()==null?"":hpcAppType.getJobSubmitterCommand());
txtinstalledParentPath.setText(hpcAppType.getInstalledParentPath()==null?"":hpcAppType.getInstalledParentPath());
ProjectAccountType projectAccount = getProjectAccountType();
txtProjectAccountNumber.setText(projectAccount.getProjectAccountNumber()==null? "":projectAccount.getProjectAccountNumber());
txtProjectAccountDescription.setText(projectAccount.getProjectAccountDescription()==null? "":projectAccount.getProjectAccountDescription());
QueueType queueName = getQueueName();
txtQueueType.setText(queueName.getQueueName()==null?"":queueName.getQueueName());
}