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