public class LogicalEnclosureInterconnectBay extends Object implements Serializable
| Constructor and Description |
|---|
LogicalEnclosureInterconnectBay() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getBayNumber() |
InterconnectLicenseIntent |
getLicenseIntent() |
Map<LicenseIntentName,InterconnectLicenseIntent> |
getLicenseIntents() |
int |
hashCode() |
void |
setBayNumber(Integer bayNumber) |
void |
setLicenseIntent(InterconnectLicenseIntent licenseIntent) |
void |
setLicenseIntents(Map<LicenseIntentName,InterconnectLicenseIntent> licenseIntents) |
String |
toString() |
public Integer getBayNumber()
public void setBayNumber(Integer bayNumber)
bayNumber - the bayNumber to setpublic InterconnectLicenseIntent getLicenseIntent()
public void setLicenseIntent(InterconnectLicenseIntent licenseIntent)
licenseIntent - the licenseIntent to setpublic Map<LicenseIntentName,InterconnectLicenseIntent> getLicenseIntents()
public void setLicenseIntents(Map<LicenseIntentName,InterconnectLicenseIntent> licenseIntents)
licenseIntents - the licenseIntents to setCopyright © 2017. All rights reserved.