public class DriveTechnology extends Object implements Serializable
Constructor and Description |
---|
DriveTechnology() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
DeviceInterface |
getDeviceInterface() |
DriveMedia |
getDriveMedia() |
int |
hashCode() |
void |
setDeviceInterface(DeviceInterface deviceInterface) |
void |
setDriveMedia(DriveMedia driveMedia) |
String |
toString() |
public DeviceInterface getDeviceInterface()
public void setDeviceInterface(DeviceInterface deviceInterface)
deviceInterface
- the deviceInterface to setpublic DriveMedia getDriveMedia()
public void setDriveMedia(DriveMedia driveMedia)
driveMedia
- the driveMedia to setCopyright © 2016. All rights reserved.