Class SubsetKeyDT_EUC
- java.lang.Object
-
- com.helper.peppol.reporting.eusr.model.SubsetKeyDT_EUC
-
- All Implemented Interfaces:
IEUSRSubsetKey<SubsetKeyDT_EUC>
,Comparable<SubsetKeyDT_EUC>
@MustImplementEqualsAndHashcode public final class SubsetKeyDT_EUC extends Object implements IEUSRSubsetKey<SubsetKeyDT_EUC>
Single Peppol EUSR Key for "Document Type ID and End User Country".- Since:
- 1.2.0
- Author:
- Philip Helger
-
-
Constructor Summary
Constructors Constructor Description SubsetKeyDT_EUC(String sDocTypeIDScheme, String sDocTypeIDValue, String sEndUserCountry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(SubsetKeyDT_EUC rhs)
boolean
equals(Object o)
String
getDocTypeIDScheme()
String
getDocTypeIDValue()
String
getEndUserCountryCode()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
compareTo
public int compareTo(@Nonnull SubsetKeyDT_EUC rhs)
- Specified by:
compareTo
in interfaceComparable<SubsetKeyDT_EUC>
-
-