Skip navigation links


com.thortech.xl.vo
Class AttestationItemResponse

java.lang.Object
  extended by com.thortech.xl.vo.AttestationItemResponse

All Implemented Interfaces:
java.io.Serializable

public class AttestationItemResponse
extends java.lang.Object
implements java.io.Serializable

Value object to store the response provided for an attestation task record

See Also:
Serialized Form

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

AttestationItemResponse

public AttestationItemResponse()

Method Detail

getComment

public java.lang.String getComment()
Returns the comments specified for an attestation record
Returns:
comment on the attestation record

setComment

public void setComment(java.lang.String comment)
Sets the specified comment value on the attestation record
Parameters:
comment - value to be set as comment for the record

getDelegateTo

public java.lang.String getDelegateTo()
Returns the User Id of the user to which the current attestation record is delegated
Returns:
Delegated User Login (If the record is delegated)

setDelegateTo

public void setDelegateTo(java.lang.String delegateTo)
Sets the User to which the record should be delegated to. Method only applicable if the response set on the record is Delegate
Parameters:
delegateTo - user to which the record should be delegated to

getRecordKey

public long getRecordKey()
Returns the attestation record key
Returns:
the attestation record key

setRecordKey

public void setRecordKey(long recordKey)
Sets the attestation record key
Parameters:
recordKey - attestation record key

getResponse

public java.lang.String getResponse()
Returns the response set on the attestation record. Returned values will be Certify/Reject/Decline/Delegate
Returns:
the response set

setResponse

public void setResponse(java.lang.String response)
Sets the response specified. Supported values are Certify/Reject/Decline/Delegate
Parameters:
response - value to be set as response on the record

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.