Searched refs:cp_CreationDate (Results 1 – 1 of 1) sorted by relevance
35 public int cp_CreationDate; field in CGGeneralInfo49 …cp_Title, cp_Author, cp_Description, String.valueOf(cp_CreationDate), String.valueOf(cp_UpdateDate… in createDOM()55 if (cp_CreationDate == 0) in getCreationDate()57 cp_CreationDate = currentDate(); in getCreationDate()59 return new Integer(cp_CreationDate); in getCreationDate()74 cp_CreationDate = i.intValue(); in setCreationDate()
Completed in 14 milliseconds