Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.schema
Class Namespace

java.lang.Object
  extended by org.nuxeo.ecm.core.schema.Namespace
All Implemented Interfaces:
Serializable

public class Namespace
extends Object
implements Serializable

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Field Summary
static Namespace DEFAULT_NS
           
 String prefix
           
 String uri
           
 
Constructor Summary
Namespace(String uri, String prefix)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 boolean hasPrefix()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_NS

public static final Namespace DEFAULT_NS

uri

public final String uri

prefix

public final String prefix
Constructor Detail

Namespace

public Namespace(String uri,
                 String prefix)
Method Detail

hasPrefix

public boolean hasPrefix()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.