org.alfresco.cmis
Class CMISPropertyId

java.lang.Object
  extended by org.alfresco.cmis.CMISPropertyId
All Implemented Interfaces:
java.io.Serializable

public class CMISPropertyId
extends java.lang.Object
implements java.io.Serializable

CMIS Property Id

See Also:
Serialized Form

Constructor Summary
CMISPropertyId(org.alfresco.service.namespace.QName propertyQName, java.lang.String propertyId)
          Construct
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getId()
          Get property id
 java.lang.String getLocalName()
          Get property local name
 java.lang.String getLocalNamespace()
          Get property local namespace
 org.alfresco.service.namespace.QName getQName()
          Get the Alfresco model QName associated with the property
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CMISPropertyId

public CMISPropertyId(org.alfresco.service.namespace.QName propertyQName,
                      java.lang.String propertyId)
Construct

Parameters:
propertyName -
propertyId -
internalQName -
Method Detail

getId

public java.lang.String getId()
Get property id

Returns:

getLocalName

public java.lang.String getLocalName()
Get property local name

Returns:

getLocalNamespace

public java.lang.String getLocalNamespace()
Get property local namespace

Returns:

getQName

public org.alfresco.service.namespace.QName getQName()
Get the Alfresco model QName associated with the property

Returns:
alfresco QName

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.