Changes between Version 8 and Version 9 of PRO_LIB_UTILS_R0


Ignore:
Timestamp:
12/05/08 17:58:21 (17 years ago)
Author:
orliin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_UTILS_R0

    v8 v9  
    2525 
    2626= Design = 
     27 * Assign 
    2728The assign() method should take care about property types and annotations to decide what to do when trying to copy data. Here are all the cases: 
    2829||property types||relation/annotation||value class||value action||comment|| 
     
    4748Implementation should just add these cases to the assign() method in the !ProUtil class. 
    4849 
     50 * Cloning 
     51The clone() method should make a new !ProObject instance which is a copy of the original object. The properties in the new instance are assigned their values via the assign() method. 
     52 
     53 * Tests 
     54There is a unit test which is in the !ProUtil package 
     55 
    4956= Implementation = 
    5057^(Implementation results should be described and linked here (from the wiki or the repository)^