K - type of primary keypublic abstract class GeneralDTO<K extends Serializable> extends Object implements Serializable
| Constructor and Description |
|---|
GeneralDTO()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
rsbaselib.util.RsDate |
getChangeDate()
Returns the change date.
|
rsbaselib.util.RsDate |
getCreationDate()
Returns the creation date.
|
K |
getId()
Returns the ID.
|
void |
setChangeDate(rsbaselib.util.RsDate changeDate)
Sets the change date.
|
void |
setCreationDate(rsbaselib.util.RsDate creationDate)
Sets the creation date.
|
void |
setId(K id)
Sets the ID.
|
public K getId()
public void setId(K id)
id - the ID to setpublic rsbaselib.util.RsDate getCreationDate()
public void setCreationDate(rsbaselib.util.RsDate creationDate)
creationDate - the creation date to setpublic rsbaselib.util.RsDate getChangeDate()
public void setChangeDate(rsbaselib.util.RsDate changeDate)
changeDate - the change date to setCopyright © 2013. All Rights Reserved.