|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.thortech.xl.vo.AttestationItemResponse
public class AttestationItemResponse
Value object to store the response provided for an attestation task record
| Constructor Summary | |
|---|---|
AttestationItemResponse() |
|
| Method Summary | |
|---|---|
java.lang.String |
getComment()Returns the comments specified for an attestation record |
java.lang.String |
getDelegateTo()Returns the User Id of the user to which the current attestation record is delegated |
long |
getRecordKey()Returns the attestation record key |
java.lang.String |
getResponse()Returns the response set on the attestation record. |
void |
setComment(java.lang.String comment)Sets the specified comment value on the attestation record |
void |
setDelegateTo(java.lang.String delegateTo)Sets the User to which the record should be delegated to. |
void |
setRecordKey(long recordKey)Sets the attestation record key |
void |
setResponse(java.lang.String response)Sets the response specified. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttestationItemResponse()
| Method Detail |
|---|
public java.lang.String getComment()
public void setComment(java.lang.String comment)
comment - value to be set as comment for the recordpublic java.lang.String getDelegateTo()
public void setDelegateTo(java.lang.String delegateTo)
delegateTo - user to which the record should be delegated topublic long getRecordKey()
public void setRecordKey(long recordKey)
recordKey - attestation record keypublic java.lang.String getResponse()
public void setResponse(java.lang.String response)
response - value to be set as response on the record
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||