public final class TodoRejection extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
TodoRejection()
Creates new instance.
|
|
TodoRejection(String personId,
long todoId,
String reason)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getPersonId()
gets id of person concerning this rejection
|
String |
getReason()
gets reason of this rejection
|
long |
getTodoId()
gets id of rejected todo
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.