Class Isrc
- java.lang.Object
-
- no.unit.nva.model.instancetypes.artistic.music.Isrc
-
public class Isrc extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.function.Supplier<java.util.regex.Pattern>VALIDATION_PATTERNstatic java.lang.StringVALUE_FIELD_NAME
-
Constructor Summary
Constructors Constructor Description Isrc(java.lang.String isrc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetValue()inthashCode()
-
-
-
Field Detail
-
VALIDATION_PATTERN
public static final java.util.function.Supplier<java.util.regex.Pattern> VALIDATION_PATTERN
-
VALUE_FIELD_NAME
public static final java.lang.String VALUE_FIELD_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Isrc
public Isrc(java.lang.String isrc) throws InvalidIsrcException- Throws:
InvalidIsrcException
-
-