public class FpeDateBound extends Object
Constructor and Description |
---|
FpeDateBound() |
Modifier and Type | Method and Description |
---|---|
FpeDateBound |
day(Integer day) |
boolean |
equals(Object o) |
Integer |
getDay()
The day, which should be a number from 1 to 31, and must not be out-of-range for the given month.
|
Integer |
getMonth()
The month, which should be a number from 1 to 12.
|
Integer |
getYear()
The year, which should be a number less than 100000.
|
int |
hashCode() |
FpeDateBound |
month(Integer month) |
void |
setDay(Integer day) |
void |
setMonth(Integer month) |
void |
setYear(Integer year) |
String |
toString() |
FpeDateBound |
year(Integer year) |
public FpeDateBound year(Integer year)
public Integer getYear()
public void setYear(Integer year)
public FpeDateBound month(Integer month)
public Integer getMonth()
public void setMonth(Integer month)
public FpeDateBound day(Integer day)
public Integer getDay()
public void setDay(Integer day)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved