CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
IfcPurchaseOrderAutoImpl.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2022, Open Design Alliance (the "Alliance").
3// All rights reserved.
4//
5// This software and its documentation and related materials are owned by
6// the Alliance. The software may only be incorporated into application
7// programs owned by members of the Alliance, subject to a signed
8// Membership Agreement and Supplemental Software License Agreement with the
9// Alliance. The structure and organization of this software are the valuable
10// trade secrets of the Alliance and its suppliers. The software is also
11// protected by copyright law and international treaty provisions. Application
12// programs incorporating this software must include the following statement
13// with their copyright notices:
14//
15// This application incorporates Open Design Alliance software pursuant to a license
16// agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2022 by Open Design Alliance.
18// All rights reserved.
19//
20// By use of this software, its documentation or related materials, you
21// acknowledge and accept the above terms.
23
24// This file is generated automatically.
25
26#ifndef _IFC2X_FINAL_IFCPURCHASEORDER_AUTO_IMPL_H
27#define _IFC2X_FINAL_IFCPURCHASEORDER_AUTO_IMPL_H
28
33
38namespace OdIfc2x_final {
39
41{
42 //DOM-IGNORE-BEGIN
43 OD_EXP_DECLARE_MEMBERS(OdIfc2x_final::IfcPurchaseOrder);
44 //DOM-IGNORE-END
45
46public:
47
48
49 //
50 // OdDAI early binding accessors
51 //
52
53 const OdDAIObjectId& getRequiredDate() const;
54 void setRequiredDate(const OdDAIObjectId& RequiredDate);
55 const OdDAIObjectId& getScheduledDate() const;
56 void setScheduledDate(const OdDAIObjectId& ScheduledDate);
57 const OdDAIObjectId& getActualDate() const;
58 void setActualDate(const OdDAIObjectId& ActualDate);
59 OdDAI::Boolean getIsFOB() const;
60 void setIsFOB(OdDAI::Boolean IsFOB);
61 const OdAnsiString& getShipMethod() const;
62 void setShipMethod(const OdAnsiString& ShipMethod);
63 const OdDAIObjectId& getPurchaseItems() const;
64 void setPurchaseItems(const OdDAIObjectId& PurchaseItems);
65 const OdDAIObjectId& getTotalCost() const;
66 void setTotalCost(const OdDAIObjectId& TotalCost);
69
70
71public:
73
80 virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler);
81
88 virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler);
89
95 virtual OdDAI::Entity* getInstanceType() const;
96
103 virtual OdRxValue getAttr(const char * attrName) const;
104
109 virtual void unsetAttr(const char * explicitAttrName);
110
117 virtual bool testAttr(const char * explicitAttrName) const;
118
126 virtual bool putAttr(const char * explicitAttrName, const OdRxValue &val);
127
134 virtual bool isKindOf(OdIfc::OdIfcEntityType entityType) const;
135
142
149 virtual OdRxValue getAttr(const OdIfc::OdIfcAttribute attrDef) const;
150
155 virtual void unsetAttr(const OdIfc::OdIfcAttribute explicitAttrDef);
156
163 virtual bool testAttr(const OdIfc::OdIfcAttribute explicitAttrDef) const;
164
172 virtual bool putAttr(const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val);
173
174protected:
175 // Fields declaration:
176 OdDAIObjectId m_RequiredDate; // IfcCalendarDate [optional]
177 OdDAIObjectId m_ScheduledDate; // IfcCalendarDate [optional]
178 OdDAIObjectId m_ActualDate; // IfcCalendarDate [optional]
179 OdDAI::Boolean m_IsFOB; // BOOLEAN [optional]
180 OdAnsiString m_ShipMethod; // IfcLabel [optional]
181 OdDAIObjectId m_PurchaseItems; // IfcCostSchedule [optional]
182 OdDAIObjectId m_TotalCost; // IfcCostValue [optional]
183 OdDAI::Enum m_Status; // IfcPurchaseOrderStatusEnum
184};
185
190
191} // namespace
192
193#endif // _IFC2X_FINAL_IFCPURCHASEORDER_AUTO_IMPL_H
#define IFC2X_FINAL_EXPORT
OdResult
Definition: OdResult.h:29
virtual bool isKindOf(OdIfc::OdIfcEntityType entityType) const
virtual void unsetAttr(const char *explicitAttrName)
virtual void unsetAttr(const OdIfc::OdIfcAttribute explicitAttrDef)
const OdDAIObjectId & getTotalCost() const
void setTotalCost(const OdDAIObjectId &TotalCost)
virtual OdResult inFields(OdDAI::OdSpfFilerBase *rdFiler)
const OdDAIObjectId & getActualDate() const
OdDAI::Boolean getIsFOB() const
const OdAnsiString & getShipMethod() const
virtual OdRxValue getAttr(const OdIfc::OdIfcAttribute attrDef) const
virtual bool putAttr(const char *explicitAttrName, const OdRxValue &val)
virtual bool testAttr(const OdIfc::OdIfcAttribute explicitAttrDef) const
void setShipMethod(const OdAnsiString &ShipMethod)
void setPurchaseItems(const OdDAIObjectId &PurchaseItems)
virtual bool testAttr(const char *explicitAttrName) const
virtual OdDAI::Entity * getInstanceType() const
const OdDAIObjectId & getScheduledDate() const
virtual OdRxValue getAttr(const char *attrName) const
IfcPurchaseOrderStatusEnum getStatus() const
void setIsFOB(OdDAI::Boolean IsFOB)
void setScheduledDate(const OdDAIObjectId &ScheduledDate)
void setStatus(IfcPurchaseOrderStatusEnum Status)
const OdDAIObjectId & getRequiredDate() const
virtual OdIfc::OdIfcEntityType type() const
virtual OdResult outFields(OdDAI::OdSpfFilerBase *wrFiler)
const OdDAIObjectId & getPurchaseItems() const
virtual bool putAttr(const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val)
void setActualDate(const OdDAIObjectId &ActualDate)
void setRequiredDate(const OdDAIObjectId &RequiredDate)
OdSmartPtr< IfcPurchaseOrder > IfcPurchaseOrderPtr