private long id;
private Type type;
public UploadCommand(VirtualMachineTemplate template, String url, String installPath, long sizeInBytes) {
this.template = new TemplateTO(template);
this.url = url;
this.installPath = installPath;
this.checksum = template.getChecksum();
this.id = template.getId();
this.templateSizeInBytes = sizeInBytes;