global class ReportInstanceAttributes {
|
global Object clone() { }
|
global Datetime getCompletionDate() { }
|
global Id getId() { }
|
global Id getOwnerId() { }
|
global Datetime getRequestDate() { }
|
global String getStatus() { }
|
global String toString() { }
|
|
}
|