@Generated(value={"Immutables.generator","AreaSizeBDType"}) public final class AreaSizeBD extends Object implements AreaSizeBDType
| Modifier and Type | Class and Description |
|---|---|
static class |
AreaSizeBD.Builder
Builds instances of type
AreaSizeBD. |
| Modifier and Type | Method and Description |
|---|---|
static AreaSizeBD.Builder |
builder()
Creates a builder for
AreaSizeBD. |
boolean |
equals(Object another)
This instance is equal to all instances of
AreaSizeBD that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
sizeX, sizeY. |
BigDecimal |
height()
Deprecated.
Use
sizeY() |
static AreaSizeBD |
of(BigDecimal sizeX,
BigDecimal sizeY)
Construct a new immutable
AreaSizeBD instance. |
BigDecimal |
sizeX() |
BigDecimal |
sizeY() |
String |
toString()
Prints the immutable value
AreaSizeBD with attribute values. |
BigDecimal |
width()
Deprecated.
Use
sizeX() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckPreconditionspublic BigDecimal sizeX()
sizeX in interface AreaSizeBDTypesizeX in interface AreaSizeValuesBDTypesizeX attributepublic BigDecimal sizeY()
sizeY in interface AreaSizeBDTypesizeY in interface AreaSizeValuesBDTypesizeY attribute@Deprecated public BigDecimal width()
sizeX()width in interface AreaSizeValuesBDType@Deprecated public BigDecimal height()
sizeY()height in interface AreaSizeValuesBDTypepublic boolean equals(Object another)
AreaSizeBD that have equal attribute values.public int hashCode()
sizeX, sizeY.public String toString()
AreaSizeBD with attribute values.public static AreaSizeBD of(BigDecimal sizeX, BigDecimal sizeY)
AreaSizeBD instance.sizeX - The value for the sizeX attributesizeY - The value for the sizeY attributepublic static AreaSizeBD.Builder builder()
AreaSizeBD.Copyright © 2017 <code@io7m.com> http://io7m.com