@Entity public class InstallationPackage extends Persistable
id| Constructor and Description |
|---|
InstallationPackage()
Creates a new empty instance of a installation package.
|
InstallationPackage(String name,
String description,
String location,
String cableCoordinator,
String routingDocumentation,
String installerCable,
String installerConnectorA,
String installerConnectorB,
String installationPackageLeader,
boolean active)
Creates a new instance of a installation package.
|
getIdpublic InstallationPackage()
public InstallationPackage(String name, String description, String location, String cableCoordinator, String routingDocumentation, String installerCable, String installerConnectorA, String installerConnectorB, String installationPackageLeader, boolean active)
name - the name of the installation packagedescription - the description of the installation packagelocation - the location of the installation packagecableCoordinator - person(s) intended as cable coordinator(s)routingDocumentation - link to routing documentation for the installation packageinstallerCable - person(s), company(ies) intended to install cableinstallerConnectorA - person(s), company(ies) intended to install connector AinstallerConnectorB - person(s), company(ies) intended to install connector BinstallationPackageLeader - person(s) intended to act as leader for installation packageactive - if installation package is activepublic String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getLocation()
public void setLocation(String location)
public Date getCreated()
public void setCreated(Date created)
public Date getModified()
public void setModified(Date modified)
public String getCableCoordinator()
public void setCableCoordinator(String cableCoordinator)
public String getRoutingDocumentation()
public void setRoutingDocumentation(String routingDocumentation)
public String getInstallerCable()
public void setInstallerCable(String installerCable)
public String getInstallerConnectorA()
public void setInstallerConnectorA(String installerConnectorA)
public String getInstallerConnectorB()
public void setInstallerConnectorB(String installerConnectorB)
public String getInstallationPackageLeader()
public void setInstallationPackageLeader(String installationPackageLeader)
public void setInstallationPackageLeaders(List<String> installationPackageLeaders)
public boolean isActive()
public void setActive(boolean status)
public void addCable(Cable cable)
Copyright © 2025 European Spallation Source. All rights reserved.