Class MarkingCode
java.lang.Object
com.persequor.saga.modules.crpt.model.MarkingCode
-
Constructor Summary
ConstructorsConstructorDescriptionMarkingCode
(MarkingCodeTemplate template, IdentificationCode identificationCode, VerificationCode verificationCode) -
Method Summary
Modifier and TypeMethodDescriptionstatic MarkingCode
fromElementString
(MarkingCodeTemplate template, String elementString) static Optional<MarkingCode>
fromElementStringIfValid
(MarkingCodeTemplate template, String elementString)
-
Constructor Details
-
MarkingCode
public MarkingCode(MarkingCodeTemplate template, IdentificationCode identificationCode, VerificationCode verificationCode)
-
-
Method Details
-
fromElementString
-
fromElementStringIfValid
public static Optional<MarkingCode> fromElementStringIfValid(MarkingCodeTemplate template, String elementString) -
getIdentificationCode
-
getVerificationCode
-
getTemplateId
-