com.wewebu.ow.server.ecmimpl.opencmis.util
Class OwCMISQualifiedName

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.opencmis.util.OwCMISQualifiedName

public class OwCMISQualifiedName
extends Object

Helper to process qualified field names.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com


Constructor Summary
OwCMISQualifiedName(String qualifiedName_p)
           
OwCMISQualifiedName(String namespace_p, String name_p)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
          Name of qualified definition
 String getNamespace()
          Return the namespace
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OwCMISQualifiedName

public OwCMISQualifiedName(String qualifiedName_p)

OwCMISQualifiedName

public OwCMISQualifiedName(String namespace_p,
                           String name_p)
Method Detail

equals

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

getName

public String getName()
Name of qualified definition

Returns:
String

getNamespace

public String getNamespace()
Return the namespace

Returns:
String or null

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.