27 #ifndef SALOMEDS_AttributeStudyProperties_HeaderFile
28 #define SALOMEDS_AttributeStudyProperties_HeaderFile
38 #include <SALOMEconfig.h>
39 #include CORBA_SERVER_HEADER(SALOMEDS)
40 #include CORBA_SERVER_HEADER(SALOMEDS_Attributes)
54 virtual void SetUserName(
const std::string& theName);
56 virtual void SetCreationDate(
int theMinute,
int theHour,
int theDay,
int theMonth,
int theYear);
57 virtual bool GetCreationDate(
int& theMinute,
int& theHour,
int& theDay,
int& theMonth,
int& theYear);
72 std::vector<int>& theMinutes,
73 std::vector<int>& theHours,
74 std::vector<int>& theDays,
75 std::vector<int>& theMonths,
76 std::vector<int>& theYears,
79 virtual void SetUnits(
const std::string& theUnits);
82 virtual void SetComment(
const std::string& theComment);