-(void)setAbc:(NSString *)str

{

         [str retain];

         [abc release];

         [abc = str];

}