CIM++ Adapted CIM Codebase
ErpRecLineItem.h
1 // ErpRecLineItem.h
3 // Implementation of the Class ErpRecLineItem
5 
6 #ifndef ERPRECLINEITEM_H
7 #define ERPRECLINEITEM_H
8 
9 #include <list>
10 
11 #include "IEC61968/Common/Status.h"
12 #include "IEC61968/InfIEC61968/InfERPSupport/ErpReceivable.h"
13 #include "IEC61968/InfIEC61968/InfERPSupport/ErpIdentifiedObject.h"
14 #include "IEC61968/InfIEC61968/InfERPSupport/ErpPayment.h"
15 #include "IEC61968/InfIEC61968/InfERPSupport/ErpJournalEntry.h"
16 
17 namespace IEC61968
18 {
19  namespace InfIEC61968
20  {
21  namespace InfERPSupport
22  {
28  {
29 
30  public:
32  virtual ~ErpRecLineItem();
35  std::list<IEC61968::InfIEC61968::InfERPSupport::ErpPayment*> ErpPayments;
36  std::list<IEC61968::InfIEC61968::InfERPSupport::ErpJournalEntry*> ErpJournalEntries;
37 
38  };
39 
40  }
41 
42  }
43 
44 }
45 #endif // ERPRECLINEITEM_H
Definition: Status.h:20
Definition: BusbarSectionInfo.h:14