Class QName

java.lang.Object
org.exoplatform.commons.utils.QName

public class QName extends Object
Created by The eXo Platform SAS . Qualified name
Version:
$Id: $
Author:
Gennady Azarenkov
  • Field Details

    • namespace

      protected final String namespace
    • name

      protected final String name
    • stringName

      protected final String stringName
    • hashCode

      protected final int hashCode
  • Constructor Details

  • Method Details

    • getNamespace

      public String getNamespace()
    • getName

      public String getName()
    • getAsString

      public String getAsString()
    • asString

      protected String asString()
      For toString() use
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object