@Entity
public class TodoRejection
extends com.whitestein.lsps.common.AbstractEntity
Modifier and Type | Field and Description |
---|---|
static String |
REJECTED_BY_PERSON_COUNT
Query name.
|
Modifier | Constructor and Description |
---|---|
protected |
TodoRejection()
Creates new instance.
|
|
TodoRejection(String personId,
String reason)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getPersonId()
Returns the person id.
|
String |
getReason()
Returns the rejection reason.
|
Todo |
getTodo()
Returns the todo.
|
public static final String REJECTED_BY_PERSON_COUNT
protected TodoRejection()
public TodoRejection(String personId, String reason)
personId
- reason
- NullPointerException
- if person
of todo
or reason
is nullCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.