Class Status
- java.lang.Object
-
- org.silverpeas.core.socialnetwork.status.Status
-
public class Status extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Date
getCreationDate()
String
getDescription()
int
getId()
int
getUserId()
int
hashCode()
void
setCreationDate(Date creationDate)
void
setDescription(String description)
void
setId(int id)
void
setUserId(int userId)
-
-
-
Method Detail
-
getId
public int getId()
- Returns:
- the id
-
setId
public void setId(int id)
- Parameters:
id
- the id to set
-
getUserId
public int getUserId()
- Returns:
- the userId
-
setUserId
public void setUserId(int userId)
- Parameters:
userId
- the userId to set
-
getCreationDate
public Date getCreationDate()
- Returns:
- the creationDate
-
setCreationDate
public void setCreationDate(Date creationDate)
- Parameters:
creationDate
- the creationDate to set
-
getDescription
public String getDescription()
- Returns:
- the description
-
setDescription
public void setDescription(String description)
- Parameters:
description
- the description to set
-
-