public class IdDateTO extends Object implements Serializable
Constructor and Description |
---|
IdDateTO(Long id,
Date date)
Create a new TO
|
IdDateTO(Long id,
Timestamp date)
Create a new TO
|
Modifier and Type | Method and Description |
---|---|
Date |
getDate() |
Long |
getId() |
void |
setDate(Date date)
Set the date field
|
void |
setId(Long id)
Set the ID field
|
Copyright © 2019 Communote team. All rights reserved.