public final class DateOfIncorporation
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DateOfIncorporation.DateOfIncorporationBuilder |
| Constructor and Description |
|---|
DateOfIncorporation() |
DateOfIncorporation(java.lang.Integer month,
java.lang.Integer year) |
| Modifier and Type | Method and Description |
|---|---|
static DateOfIncorporation.DateOfIncorporationBuilder |
builder() |
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getMonth() |
java.lang.Integer |
getYear() |
int |
hashCode() |
void |
setMonth(java.lang.Integer month) |
void |
setYear(java.lang.Integer year) |
java.lang.String |
toString() |
public DateOfIncorporation()
public DateOfIncorporation(java.lang.Integer month,
java.lang.Integer year)
public static DateOfIncorporation.DateOfIncorporationBuilder builder()
public java.lang.Integer getMonth()
public java.lang.Integer getYear()
public void setMonth(java.lang.Integer month)
public void setYear(java.lang.Integer year)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object