org.alfresco.repo.domain.hibernate
Class NamespaceEntityImpl

java.lang.Object
  extended by org.alfresco.repo.domain.hibernate.NamespaceEntityImpl
All Implemented Interfaces:
java.io.Serializable, NamespaceEntity

public class NamespaceEntityImpl
extends java.lang.Object
implements NamespaceEntity, java.io.Serializable

Hibernate-specific implementation of the domain entity QnameEntity.

See Also:
Serialized Form

Field Summary
static java.lang.String EMPTY_URI_SUBSTITUTE
           
 
Constructor Summary
NamespaceEntityImpl()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Long getId()
           
 java.lang.String getUri()
           
 java.lang.Long getVersion()
           
 int hashCode()
           
 void setUri(java.lang.String uri)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

EMPTY_URI_SUBSTITUTE

public static final java.lang.String EMPTY_URI_SUBSTITUTE
See Also:
Constant Field Values
Constructor Detail

NamespaceEntityImpl

public NamespaceEntityImpl()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
#getStoreRef()()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object
See Also:
#getKey()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
See Also:
#getKey()

getId

public java.lang.Long getId()
Specified by:
getId in interface NamespaceEntity

getVersion

public java.lang.Long getVersion()

getUri

public java.lang.String getUri()
Specified by:
getUri in interface NamespaceEntity

setUri

public void setUri(java.lang.String uri)
Specified by:
setUri in interface NamespaceEntity


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