Public Member Functions

GrtStoredNote Class Reference

a note More...

#include <structs.h>

Inheritance diagram for GrtStoredNote:
GrtNamedObject GrtObject db_Script

List of all members.

Public Member Functions

grt::StringRef createDate () const
 Getter for attribute createDate.
virtual void createDate (const grt::StringRef &value)
 Setter for attribute createDate.
grt::StringRef filename () const
 Getter for attribute filename.
virtual void filename (const grt::StringRef &value)
 Setter for attribute filename.
grt::StringRef lastChangeDate () const
 Getter for attribute lastChangeDate.
virtual void lastChangeDate (const grt::StringRef &value)
 Setter for attribute lastChangeDate.

Detailed Description

a note


Member Function Documentation

grt::StringRef createDate (  )  const

Getter for attribute createDate.

In Python:
value = obj.createDate
virtual void createDate ( const grt::StringRef &  value  )  [virtual]

Setter for attribute createDate.

In Python:
obj.createDate = value
grt::StringRef filename (  )  const

Getter for attribute filename.

In Python:
value = obj.filename
virtual void filename ( const grt::StringRef &  value  )  [virtual]

Setter for attribute filename.

In Python:
obj.filename = value
virtual void lastChangeDate ( const grt::StringRef &  value  )  [virtual]

Setter for attribute lastChangeDate.

In Python:
obj.lastChangeDate = value
grt::StringRef lastChangeDate (  )  const

Getter for attribute lastChangeDate.

In Python:
value = obj.lastChangeDate