org.exoplatform.commons.utils
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
namespace
protected final String namespace
name
protected final String name
stringName
protected final String stringName
hashCode
protected final int hashCode
QName
public QName(String namespace,
String name)
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
Copyright © 2015 eXo Platform SAS. All Rights Reserved.