global class ProcessRequest {
|
global String comments;
|
global List<Id> nextapproverids;
|
global String getComments() { }
|
global List<Id> getNextApproverIds() { }
|
global void setComments(String param0) { }
|
global void setNextApproverIds(List<Id> param0) { }
|
|
}
|