Subversion Repositories DevTools

Rev

Rev 7071 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7071 Rev 7076
Line 573... Line 573...
573
        mDependencyIDCollection = (Vector<Integer>) base.mDependencyIDCollection.clone();
573
        mDependencyIDCollection = (Vector<Integer>) base.mDependencyIDCollection.clone();
574
        mDependencyCollection = (Vector<String>) base.mDependencyCollection.clone();
574
        mDependencyCollection = (Vector<String>) base.mDependencyCollection.clone();
575
        mBuildStandardCollection = (Vector<BuildStandard>) base.mBuildStandardCollection.clone();
575
        mBuildStandardCollection = (Vector<BuildStandard>) base.mBuildStandardCollection.clone();
576
        
576
        
577
    }
577
    }
-
 
578
    
-
 
579
    /**
-
 
580
     * Create a nice package description
-
 
581
     * Used only for debugging as it allows eclipse to show details without drilling down
-
 
582
     */
-
 
583
    public String toString() {
-
 
584
        return mId + "-" + mAlias;
-
 
585
    }
578
 
586
 
579
    /**
587
    /**
580
     * accessor for unit test purposes
588
     * accessor for unit test purposes
581
     */
589
     */
582
    public int getId()
590
    public int getId()