Package org.silverpeas.mobile.shared.dto
Class StatusDTO
- java.lang.Object
-
- org.silverpeas.mobile.shared.dto.StatusDTO
-
- All Implemented Interfaces:
Serializable,Comparable<StatusDTO>
public class StatusDTO extends Object implements Serializable, Comparable<StatusDTO>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StatusDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(StatusDTO o)booleanequals(Object obj)DategetCreationDate()StringgetDescription()intgetId()intgetUserId()voidsetCreationDate(Date creationDate)voidsetDescription(String description)voidsetId(int id)voidsetUserId(int userId)
-
-
-
Method Detail
-
compareTo
public int compareTo(StatusDTO o)
- Specified by:
compareToin interfaceComparable<StatusDTO>
-
getId
public int getId()
-
setId
public void setId(int id)
-
getUserId
public int getUserId()
-
setUserId
public void setUserId(int userId)
-
getCreationDate
public Date getCreationDate()
-
setCreationDate
public void setCreationDate(Date creationDate)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
-