@Entity public class PrivateMessageFolder extends Object implements IDataProviderEntity
Constructor and Description |
---|
PrivateMessageFolder() |
Modifier and Type | Method and Description |
---|---|
String |
getFolderName() |
Long |
getId() |
Date |
getInserted() |
Date |
getUpdated() |
Long |
getUserId() |
void |
setFolderName(String folderName) |
void |
setId(Long id) |
void |
setInserted(Date inserted) |
void |
setUpdated(Date updated) |
void |
setUserId(Long userId) |
public Long getId()
getId
in interface IDataProviderEntity
public void setId(Long id)
setId
in interface IDataProviderEntity
public String getFolderName()
public void setFolderName(String folderName)
public Long getUserId()
public void setUserId(Long userId)
public Date getInserted()
public void setInserted(Date inserted)
public Date getUpdated()
public void setUpdated(Date updated)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.