Class IdentifierTypeImpl
- java.lang.Object
-
- de.digitalcollections.model.impl.identifiable.IdentifierTypeImpl
-
- All Implemented Interfaces:
IdentifierType
public class IdentifierTypeImpl extends Object implements IdentifierType
-
-
Constructor Summary
Constructors Constructor Description IdentifierTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()StringgetNamespace()StringgetPattern()UUIDgetUuid()voidsetLabel(String label)voidsetNamespace(String namespace)voidsetPattern(String pattern)voidsetUuid(UUID uuid)
-
-
-
Method Detail
-
getLabel
public String getLabel()
- Specified by:
getLabelin interfaceIdentifierType
-
setLabel
public void setLabel(String label)
- Specified by:
setLabelin interfaceIdentifierType
-
getNamespace
public String getNamespace()
- Specified by:
getNamespacein interfaceIdentifierType
-
setNamespace
public void setNamespace(String namespace)
- Specified by:
setNamespacein interfaceIdentifierType
-
getPattern
public String getPattern()
- Specified by:
getPatternin interfaceIdentifierType
-
setPattern
public void setPattern(String pattern)
- Specified by:
setPatternin interfaceIdentifierType
-
getUuid
public UUID getUuid()
- Specified by:
getUuidin interfaceIdentifierType
-
setUuid
public void setUuid(UUID uuid)
- Specified by:
setUuidin interfaceIdentifierType
-
-