private class TestRecordSet { private Map<Id, Compensation_Rate__c> compensationRateMap; private Map<Id, Account> accountMap; private Map<Id, License_Certification__c> licenseCertificationMap; private Map<Id, Term__c> termMap; private Map<Id, Part_of_Term__c> partofTermMap; private Map<Id, Part_of_Term_Paydate__c> partofTermPaydateMap; private Map<Id, Course__c> courseMap; private Map<Id, Class__c> classMap; } // private class TestRecordSet
Every related SObject class used by
HardBoiler
will need to have methods that generate the appropriate code for the appropriate location. For example: SObject
instances have a boilApexVariableCode
method, a boilApexConstructorCode
method and a boilApexGetterCode
method.