summaryrefslogtreecommitdiff
path: root/src/StepBasic/StepBasic_ProductConceptContext.cxx
blob: 68363cecf5fe289447813c53f3db8d57bfbc7682 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
// File:	StepBasic_ProductConceptContext.cxx
// Created:	Fri Nov 26 16:26:39 1999 
// Author:	Andrey BETENEV
// Generator:	ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.0
// Copyright:	Matra Datavision 1999

#include <StepBasic_ProductConceptContext.ixx>

//=======================================================================
//function : StepBasic_ProductConceptContext
//purpose  : 
//=======================================================================

StepBasic_ProductConceptContext::StepBasic_ProductConceptContext ()
{
}

//=======================================================================
//function : Init
//purpose  : 
//=======================================================================

void StepBasic_ProductConceptContext::Init (const Handle(TCollection_HAsciiString) &aApplicationContextElement_Name,
                                            const Handle(StepBasic_ApplicationContext) &aApplicationContextElement_FrameOfReference,
                                            const Handle(TCollection_HAsciiString) &aMarketSegmentType)
{
  StepBasic_ApplicationContextElement::Init(aApplicationContextElement_Name,
                                            aApplicationContextElement_FrameOfReference);

  theMarketSegmentType = aMarketSegmentType;
}

//=======================================================================
//function : MarketSegmentType
//purpose  : 
//=======================================================================

Handle(TCollection_HAsciiString) StepBasic_ProductConceptContext::MarketSegmentType () const
{
  return theMarketSegmentType;
}

//=======================================================================
//function : SetMarketSegmentType
//purpose  : 
//=======================================================================

void StepBasic_ProductConceptContext::SetMarketSegmentType (const Handle(TCollection_HAsciiString) &aMarketSegmentType)
{
  theMarketSegmentType = aMarketSegmentType;
}