org.sciplore.resources
Class Publist
java.lang.Object
org.sciplore.resources.Resource
org.sciplore.resources.Publist
@Entity
public class Publist
- extends Resource
Methods inherited from class org.sciplore.resources.Resource |
save |
Publist
public Publist()
getId
public Integer getId()
- Returns:
- the id
setId
public void setId(Integer id)
- Parameters:
id
- the id to set
getUser
public User getUser()
- Returns:
- the user
setUser
public void setUser(User user)
- Parameters:
user
- the user to set
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name
- the name to set
getLastmodified
public Date getLastmodified()
- Returns:
- the lastmodified
setLastmodified
public void setLastmodified(Date lastmodified)
- Parameters:
lastmodified
- the lastmodified to set