Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getValue (0.74 sec)

  1. api/maven-api-settings/src/main/mdo/settings.mdo

         */
        public boolean equals(Object obj) {
            RepositoryBase other = (RepositoryBase) obj;
            boolean retValue = false;
            if (this.getId() != null) {
                retValue = this.getId().equals(other.getId());
            }
            return retValue;
        }
                ]]>
              </code>
            </codeSegment>
          </codeSegments>
        </class>
    
        <class>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sat Feb 17 18:40:11 GMT 2024
    - 33.3K bytes
    - Viewed (0)
Back to top