public class UserRevisionTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private Date |
customTimestamp |
private Long |
id |
private Long |
userId |
private String |
userName |
| Constructor and Description |
|---|
UserRevisionTO() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCustomTimestamp() |
Long |
getId() |
Long |
getUserId() |
String |
getUserName() |
void |
setCustomTimestamp(Date customTimestamp) |
void |
setId(Long id) |
void |
setUserId(Long userId) |
void |
setUserName(String userName) |
private Long id
private Date customTimestamp
private Long userId
private String userName
public Long getId()
public void setId(Long id)
public Date getCustomTimestamp()
public void setCustomTimestamp(Date customTimestamp)
public Long getUserId()
public void setUserId(Long userId)
public String getUserName()
public void setUserName(String userName)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.