101 *
102 * @return object
103 */
104 function getDocument();
105
106 /**
107 * return the utc time when this object has been created
108 */
109 function getCreatedAt();
110
111
106
112
107 }
113 }