27 #ifndef SALOMEDSClient_AttributeStudyProperties_HeaderFile
28 #define SALOMEDSClient_AttributeStudyProperties_HeaderFile
39 virtual void SetUserName(
const std::string& theName) = 0;
41 virtual void SetCreationDate(
int theMinute,
int theHour,
int theDay,
int theMonth,
int theYear) = 0;
42 virtual bool GetCreationDate(
int& theMinute,
int& theHour,
int& theDay,
int& theMonth,
int& theYear) = 0;
48 virtual void SetLocked(
bool theLocked) = 0;
57 std::vector<int>& theMinutes,
58 std::vector<int>& theHours,
59 std::vector<int>& theDays,
60 std::vector<int>& theMonths,
61 std::vector<int>& theYears,
62 bool theWithCreator) = 0;
64 virtual void SetUnits(
const std::string& theUnits) = 0;
67 virtual void SetComment(
const std::string& theComment) = 0;