Package org.mustangproject.ZUGFeRD
Interface IDesignatedProductClassification
-
- All Known Implementing Classes:
DesignatedProductClassification
public interface IDesignatedProductClassificationA product classification that allows to describe a product. Classification codes are schemed by the available systems in UNTDID 7143.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ClassCodegetClassCode()Classification codedefault java.lang.StringgetClassName()an optional, human-readable description of the classifcation code
-
-
-
Method Detail
-
getClassCode
ClassCode getClassCode()
Classification code- Returns:
- the classification code
-
getClassName
default java.lang.String getClassName()
an optional, human-readable description of the classifcation code- Returns:
- the name or
nullif not set
-
-