Package org.alfresco.repo.domain.qname
Class NamespaceEntity
- java.lang.Object
-
- org.alfresco.repo.domain.qname.NamespaceEntity
-
public class NamespaceEntity extends Object
Entity for alf_namespace persistence.- Since:
- 3.4
- Author:
- Derek Hulley
-
-
Field Summary
Fields Modifier and Type Field Description static LongCONST_LONG_ZERO
-
Constructor Summary
Constructors Constructor Description NamespaceEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetId()StringgetUri()StringgetUriSafe()Convenience getter to interpret theQName.EMPTY_URI_SUBSTITUTELonggetVersion()voidincrementVersion()voidsetId(Long id)voidsetUri(String uri)voidsetUriSafe(String uri)Convenience setter to interpret theQName.EMPTY_URI_SUBSTITUTEvoidsetVersion(Long version)StringtoString()
-
-
-
Field Detail
-
CONST_LONG_ZERO
public static final Long CONST_LONG_ZERO
-
-
Method Detail
-
incrementVersion
public void incrementVersion()
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getVersion
public Long getVersion()
-
setVersion
public void setVersion(Long version)
-
getUri
public String getUri()
-
setUri
public void setUri(String uri)
-
getUriSafe
public String getUriSafe()
Convenience getter to interpret theQName.EMPTY_URI_SUBSTITUTE
-
setUriSafe
public void setUriSafe(String uri)
Convenience setter to interpret theQName.EMPTY_URI_SUBSTITUTE
-
-