no.bekk.bekkopen.org.Organisasjonsnummer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nocommons Show documentation
Show all versions of nocommons Show documentation
The NoCommons library is a collection of helper classes for manipulation and validation of data specific to
Norway and Norwegian citizens.
package no.bekk.bekkopen.org;
import no.bekk.bekkopen.common.StringNumber;
/**
* This class represent a Norwegian organization number - an
* Organisasjonsnummer. An Organisasjonsnummer consists of 9 digits, and the
* last digit is a checksum digit.
*/
public class Organisasjonsnummer extends StringNumber {
Organisasjonsnummer(String organisasjonsnummer) {
super(organisasjonsnummer);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy