public class ResumeId
extends java.lang.Object
Contains the resume id integer value used to continue DCE/RPC requests that return large amounts of data.
| Constructor and Description |
|---|
ResumeId()
Default constructor
|
ResumeId(int resId)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getResumeId()
Return the resume id
|
void |
setResumeId(int resId)
Set the resume id
|
java.lang.String |
toString()
Return the resume id as a string
|
public ResumeId()
public ResumeId(int resId)
resId - intpublic final int getResumeId()
public final void setResumeId(int resId)
resId - intpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.