S - A phantom type parameter indicating the coordinate space of the
area@Generated(value={"Immutables.generator","PAreaSizeBDType<S>"}) public final class PAreaSizeBD<S> extends Object implements PAreaSizeBDType<S>
| Modifier and Type | Class and Description |
|---|---|
static class |
PAreaSizeBD.Builder<S>
Builds instances of type
PAreaSizeBD. |
| Modifier and Type | Method and Description |
|---|---|
static <S> PAreaSizeBD.Builder<S> |
builder()
Creates a builder for
PAreaSizeBD. |
boolean |
equals(Object another)
This instance is equal to all instances of
PAreaSizeBD that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
sizeX, sizeY. |
BigDecimal |
height()
Deprecated.
Use
sizeY() |
static <S> PAreaSizeBD<S> |
of(BigDecimal sizeX,
BigDecimal sizeY)
Construct a new immutable
PAreaSizeBD instance. |
BigDecimal |
sizeX() |
BigDecimal |
sizeY() |
String |
toString()
Prints the immutable value
PAreaSizeBD with attribute values. |
BigDecimal |
width()
Deprecated.
Use
sizeX() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckPreconditionspublic BigDecimal sizeX()
sizeX in interface PAreaSizeBDType<S>sizeX in interface AreaSizeValuesBDTypesizeX attributepublic BigDecimal sizeY()
sizeY in interface PAreaSizeBDType<S>sizeY 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)
PAreaSizeBD that have equal attribute values.public int hashCode()
sizeX, sizeY.public String toString()
PAreaSizeBD with attribute values.public static <S> PAreaSizeBD<S> of(BigDecimal sizeX, BigDecimal sizeY)
PAreaSizeBD instance.sizeX - The value for the sizeX attributesizeY - The value for the sizeY attributepublic static <S> PAreaSizeBD.Builder<S> builder()
PAreaSizeBD.S - generic parameter SCopyright © 2017 <code@io7m.com> http://io7m.com