eXo Kernel :: Commons Utils 2.4.10-UXP01

org.exoplatform.commons.utils
Class QName

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

public class QName
extends Object

Created by The eXo Platform SAS . Qualified name

Version:
$Id: $
Author:
Gennady Azarenkov

Field Summary
protected  int hashCode
           
protected  String name
           
protected  String namespace
           
protected  String stringName
           
 
Constructor Summary
QName(String namespace, String name)
           
 
Method Summary
protected  String asString()
          For toString() use
 boolean equals(Object o)
           
 String getAsString()
           
 String getName()
           
 String getNamespace()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

namespace

protected final String namespace

name

protected final String name

stringName

protected final String stringName

hashCode

protected final int hashCode
Constructor Detail

QName

public QName(String namespace,
             String name)
Method Detail

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

eXo Kernel :: Commons Utils 2.4.10-UXP01

Copyright © 2014 eXo Platform SAS. All Rights Reserved.