@Entity public class Userdata extends Object implements Serializable
Constructor and Description |
---|
Userdata() |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
String |
getData() |
Long |
getId() |
Date |
getInserted() |
String |
getKey() |
Date |
getUpdated() |
Long |
getUserId() |
boolean |
isDeleted() |
void |
setComment(String comment) |
void |
setData(String data) |
void |
setDeleted(boolean deleted) |
void |
setId(Long id) |
void |
setInserted(Date inserted) |
void |
setKey(String key) |
void |
setUpdated(Date updated) |
void |
setUserId(Long userId) |
public String getComment()
public void setComment(String comment)
public String getData()
public void setData(String data)
public String getKey()
public void setKey(String key)
public Long getId()
public void setId(Long id)
public Date getInserted()
public void setInserted(Date inserted)
public Date getUpdated()
public void setUpdated(Date updated)
public boolean isDeleted()
public void setDeleted(boolean deleted)
public Long getUserId()
public void setUserId(Long userId)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.