public class Structure extends Object
| Constructor and Description |
|---|
Structure() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getCache() |
LocalDate |
getCurrentDate() |
LocalDateTime |
getCurrentDateTime() |
LocalTime |
getCurrentTime() |
Duration |
getDaysTimeDuration() |
Integer |
getId() |
Period |
getYearsMonthsDuration() |
void |
setCache(Map<String,String> cache) |
void |
setCurrentDate(LocalDate currentDate) |
void |
setCurrentDateTime(LocalDateTime currentDateTime) |
void |
setCurrentTime(LocalTime currentTime) |
void |
setDaysTimeDuration(Duration daysTimeDuration) |
void |
setId(Integer id) |
void |
setYearsMonthsDuration(Period yearsMonthsDuration) |
public Integer getId()
public void setId(Integer id)
public LocalDate getCurrentDate()
public void setCurrentDate(LocalDate currentDate)
public LocalDateTime getCurrentDateTime()
public void setCurrentDateTime(LocalDateTime currentDateTime)
public Duration getDaysTimeDuration()
public void setDaysTimeDuration(Duration daysTimeDuration)
public LocalTime getCurrentTime()
public void setCurrentTime(LocalTime currentTime)
public Period getYearsMonthsDuration()
public void setYearsMonthsDuration(Period yearsMonthsDuration)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.