Set the RecordId information for this tuple. @param rid the new RecordId for this tuple.
(RecordId rid)
| 64 | * the new RecordId for this tuple. |
| 65 | */ |
| 66 | public void setRecordId(RecordId rid) { |
| 67 | // some code goes here |
| 68 | this.recordId = rid; |
| 69 | } |
| 70 | |
| 71 | /** |
| 72 | * Change the value of the ith field of this tuple. |
no outgoing calls