global class ContractInputRepresentation {
|
global Boolean isAutoDocgenRequired;
|
global String recordTypeName;
|
global String sourceObjectId;
|
global String templateName;
|
global ContractInputRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|