org.alfresco.repo.domain.hibernate
Class NamespaceEntityImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
EMPTY_URI_SUBSTITUTE
public static final java.lang.String EMPTY_URI_SUBSTITUTE
- See Also:
- Constant Field Values
NamespaceEntityImpl
public NamespaceEntityImpl()
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.