Uses of Class
br.com.intersys.systextil.util.Cnpj

Packages that use Cnpj
Package
Description
 
  • Uses of Cnpj in br.com.intersys.systextil.util

    Fields in br.com.intersys.systextil.util declared as Cnpj
    Modifier and Type
    Field
    Description
    static final Cnpj
    Cnpj.ZEROS
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Fields in br.com.intersys.systextil.util with type parameters of type Cnpj
    Modifier and Type
    Field
    Description
    static final TempConverter<Cnpj,Integer[]>
    Deprecated, for removal: This API element is subject to removal in a future version.
    Conversor usado nos cadastros de registros temporários para filtros em relatórios.
    Methods in br.com.intersys.systextil.util that return Cnpj
    Modifier and Type
    Method
    Description
    static Cnpj
    Cnpj.parse(String string)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Obtém um Cnpj a partir de um CPF ou CNPJ.
    static Cnpj
    Cnpj.parseCNPJ(String cnpj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Obtém um Cnpj a partir de um CNPJ formatado como CNPJ (por exemplo 12.345.678/0001-35) - com algumas tolerâncias.
    static Cnpj
    Cnpj.parseCPF(String cpf)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Obtém um Cnpj a partir de um CPF formatado como CPF (por exemplo 123.456.789-35) - com algumas tolerâncias.
    Methods in br.com.intersys.systextil.util with parameters of type Cnpj
    Modifier and Type
    Method
    Description
    final int
    Cnpj.compareTo(Cnpj o)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Este método não pode ser sobrescrito, pois comparações de instâncias deste tipo devem ser compatíveis com Cnpj.