Package org.exoplatform.task.dto
Class StatusDto
- java.lang.Object
-
- org.exoplatform.task.dto.StatusDto
-
- All Implemented Interfaces:
Serializable
public class StatusDto extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Detail
-
StatusDto
public StatusDto(StatusDto status)
-
StatusDto
public StatusDto(long id, String name)
-
StatusDto
public StatusDto(long id, String name, Integer rank, ProjectDto project)
-
-