-
- All Implemented Interfaces:
-
java.io.Serializable
public class BudgetDate implements Serializable
Copyright 2017 Meniga Iceland Inc.
-
-
Constructor Summary
Constructors Constructor Description BudgetDate(LocalDate date)
-
Method Summary
Modifier and Type Method Description LocalDate
getLocalDate()
void
setLocalDate(LocalDate date)
boolean
equals(Object o)
int
hashCode()
-
-
Method Detail
-
getLocalDate
LocalDate getLocalDate()
-
setLocalDate
void setLocalDate(LocalDate date)
-
hashCode
int hashCode()
-
-
-
-