27 #ifndef SALOMEDS_AttributeStudyProperties_i_HeaderFile
28 #define SALOMEDS_AttributeStudyProperties_i_HeaderFile
31 #include <SALOMEconfig.h>
32 #include CORBA_SERVER_HEADER(SALOMEDS_Attributes)
48 virtual void SetCreationDate(CORBA::Long theMinute, CORBA::Long theHour, CORBA::Long theDay, CORBA::Long theMonth, CORBA::Long theYear);
49 virtual CORBA::Boolean
GetCreationDate(CORBA::Long& theMinute, CORBA::Long& theHour, CORBA::Long& theDay, CORBA::Long& theMonth, CORBA::Long& theYear);
55 virtual void SetLocked(CORBA::Boolean theLocked);
58 CORBA::Long theMinute,
64 SALOMEDS::LongSeq_out theMinutes,
65 SALOMEDS::LongSeq_out theHours,
66 SALOMEDS::LongSeq_out theDays,
67 SALOMEDS::LongSeq_out theMonths,
68 SALOMEDS::LongSeq_out theYears,
69 CORBA::Boolean theWithCreator);
71 virtual void SetComment(
const char* theComment);
74 virtual void SetUnits(
const char* theUnits);