Package org.alfresco.repo.domain.qname
Class QNameEntity
java.lang.Object
org.alfresco.repo.domain.qname.QNameEntity
Entity for alf_qname persistence.
- Since:
- 3.4
- Author:
- Derek Hulley
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Convenience getter to interpret theEMPTY_LOCALNAME_SUBSTITUTEvoidvoidvoidsetLocalName(String localName) voidsetLocalNameSafe(String localName) Convenience setter to interpret theEMPTY_LOCALNAME_SUBSTITUTEvoidsetNamespaceId(Long namespaceId) voidsetVersion(Long version) toString()
-
Field Details
-
EMPTY_LOCALNAME_SUBSTITUTE
- See Also:
-
CONST_LONG_ZERO
-
-
Constructor Details
-
QNameEntity
public QNameEntity()
-
-
Method Details
-
toString
-
incrementVersion
public void incrementVersion() -
getId
-
setId
-
getVersion
-
setVersion
-
getNamespaceId
-
setNamespaceId
-
getLocalName
-
setLocalName
-
getLocalNameSafe
Convenience getter to interpret theEMPTY_LOCALNAME_SUBSTITUTE -
setLocalNameSafe
Convenience setter to interpret theEMPTY_LOCALNAME_SUBSTITUTE
-