@Entity public class CableTypeManufacturer extends Persistable
CableType manufacturer.id| Constructor and Description |
|---|
CableTypeManufacturer()
Constructor for JPA entity.
|
CableTypeManufacturer(CableType cableType,
Manufacturer manufacturer,
GenericArtifact datasheet,
int position)
Constructs a new instance of linking object for cable type and manufacturer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CableType |
getCableType() |
GenericArtifact |
getDatasheet() |
Manufacturer |
getManufacturer() |
String |
getName() |
int |
getPosition() |
int |
hashCode() |
void |
setCableType(CableType cableType) |
void |
setDatasheet(GenericArtifact datasheet) |
void |
setManufacturer(Manufacturer manufacturer) |
void |
setPosition(int position) |
String |
toString() |
getIdpublic CableTypeManufacturer()
public CableTypeManufacturer(CableType cableType, Manufacturer manufacturer, GenericArtifact datasheet, int position)
cableType - cable typemanufacturer - cable type manufacturerdatasheet - manufacturer datasheetposition - the position of the manufacturerpublic CableType getCableType()
public void setCableType(CableType cableType)
cableType - the cableType to setpublic Manufacturer getManufacturer()
public void setManufacturer(Manufacturer manufacturer)
manufacturer - the manufacturer to setpublic int getPosition()
public void setPosition(int position)
position - the position to setpublic GenericArtifact getDatasheet()
public void setDatasheet(GenericArtifact datasheet)
public String getName()
Copyright © 2025 European Spallation Source. All rights reserved.