public class FirmwareComponent extends Object implements Serializable
Constructor and Description |
---|
FirmwareComponent() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getComponentKey() |
String |
getComponentLocation() |
String |
getComponentName() |
String |
getComponentVersion() |
int |
hashCode() |
void |
setComponentKey(String componentKey) |
void |
setComponentLocation(String componentLocation) |
void |
setComponentName(String componentName) |
void |
setComponentVersion(String componentVersion) |
String |
toString() |
public String getComponentKey()
public void setComponentKey(String componentKey)
componentKey
- the componentKey to setpublic String getComponentLocation()
public void setComponentLocation(String componentLocation)
componentLocation
- the componentLocation to setpublic String getComponentName()
public void setComponentName(String componentName)
componentName
- the componentName to setpublic String getComponentVersion()
public void setComponentVersion(String componentVersion)
componentVersion
- the componentVersion to setCopyright © 2017. All rights reserved.