@Generated(value={"Immutables.generator","FfbDepotNummer"}) public final class ImmutableFfbDepotNummer extends Object implements FfbDepotNummer
FfbDepotNummer.
Use the builder to create immutable instances:
ImmutableFfbDepotNummer.builder().
Use the static factory method to create immutable instances:
ImmutableFfbDepotNummer.of().
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableFfbDepotNummer.Builder
Builds instances of type
ImmutableFfbDepotNummer. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableFfbDepotNummer.Builder |
builder()
Creates a builder for
ImmutableFfbDepotNummer. |
static ImmutableFfbDepotNummer |
copyOf(FfbDepotNummer instance)
Creates an immutable copy of a
FfbDepotNummer value. |
boolean |
equals(Object another)
This instance is equal to all instances of
ImmutableFfbDepotNummer that have equal attribute values. |
String |
getDepotNummer() |
int |
hashCode()
Computes a hash code from attributes:
depotNummer. |
static ImmutableFfbDepotNummer |
of(String depotNummer)
Construct a new immutable
FfbDepotNummer instance. |
String |
toString()
Prints the immutable value
FfbDepotNummer with attribute values. |
ImmutableFfbDepotNummer |
withDepotNummer(String value)
Copy the current immutable object by setting a value for the
depotNummer attribute. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTo, emptypublic String getDepotNummer()
getDepotNummer in interface FfbDepotNummerdepotNummer attributepublic final ImmutableFfbDepotNummer withDepotNummer(String value)
depotNummer attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for depotNummerthis objectpublic boolean equals(Object another)
ImmutableFfbDepotNummer that have equal attribute values.public int hashCode()
depotNummer.public String toString()
FfbDepotNummer with attribute values.public static ImmutableFfbDepotNummer of(String depotNummer)
FfbDepotNummer instance.of in interface FfbDepotNummerdepotNummer - The value for the depotNummer attributepublic static ImmutableFfbDepotNummer copyOf(FfbDepotNummer instance)
FfbDepotNummer value.
Uses accessors to get values to initialize the new immutable instance.
If an instance is already immutable, it is returned as is.instance - The instance to copypublic static ImmutableFfbDepotNummer.Builder builder()
ImmutableFfbDepotNummer.Copyright © 2018. All rights reserved.