summaryrefslogtreecommitdiff
path: root/src/PDataStd/PDataStd_UAttribute.cxx
blob: 517fd2e753314981784538a995a17e97acdb1503 (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
// File:	PDataStd_UAttribute.cxx
// Created:	Tue Jun  15 13:24:14 1999
// Author:	Sergey RUIN

#include <PDataStd_UAttribute.ixx>
#include <PCollection_HExtendedString.hxx>

//=======================================================================
//function : PDataStd_UAttribute
//purpose  : 
//=======================================================================

PDataStd_UAttribute::PDataStd_UAttribute () { }


//=======================================================================
//function : SetID
//purpose  : 
//=======================================================================

void PDataStd_UAttribute::SetID( const Handle(PCollection_HExtendedString)&  guid)
{
  myID = guid;
}

//=======================================================================
//function : GetLocalID
//purpose  : 
//=======================================================================

Handle(PCollection_HExtendedString) PDataStd_UAttribute::GetID( void ) const
{
  return myID;
}