this.URLs = URLs ;
if (obj == null) return false ; if (!(obj instanceof JavaCodebaseComponentImpl)) return false ; JavaCodebaseComponentImpl other = (JavaCodebaseComponentImpl)obj ; return URLs.equals( other.getURLs() ) ;
return TAG_JAVA_CODEBASE.value ; // 25 in CORBA 2.3.1 13.6.3
return URLs ;
return URLs.hashCode() ;
return "JavaCodebaseComponentImpl[URLs=" + URLs + "]" ;
os.write_string( URLs ) ;