public class ElectricalType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
maxMotorCurrent |
protected BigDecimal |
maxTotalCurrent |
protected BigDecimal |
maxVoltage |
| Constructor and Description |
|---|
ElectricalType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
BigDecimal |
getMaxMotorCurrent()
Gets the value of the maxMotorCurrent property.
|
BigDecimal |
getMaxTotalCurrent()
Gets the value of the maxTotalCurrent property.
|
BigDecimal |
getMaxVoltage()
Gets the value of the maxVoltage property.
|
int |
hashCode() |
void |
setMaxMotorCurrent(BigDecimal value)
Sets the value of the maxMotorCurrent property.
|
void |
setMaxTotalCurrent(BigDecimal value)
Sets the value of the maxTotalCurrent property.
|
void |
setMaxVoltage(BigDecimal value)
Sets the value of the maxVoltage property.
|
String |
toString() |
ElectricalType |
withMaxMotorCurrent(BigDecimal value) |
ElectricalType |
withMaxTotalCurrent(BigDecimal value) |
ElectricalType |
withMaxVoltage(BigDecimal value) |
protected BigDecimal maxTotalCurrent
protected BigDecimal maxMotorCurrent
protected BigDecimal maxVoltage
public BigDecimal getMaxTotalCurrent()
BigDecimalpublic void setMaxTotalCurrent(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getMaxMotorCurrent()
BigDecimalpublic void setMaxMotorCurrent(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getMaxVoltage()
BigDecimalpublic void setMaxVoltage(BigDecimal value)
value - allowed object is
BigDecimalpublic ElectricalType withMaxTotalCurrent(BigDecimal value)
public ElectricalType withMaxMotorCurrent(BigDecimal value)
public ElectricalType withMaxVoltage(BigDecimal value)
Copyright © 2024. All rights reserved.