Fork me on GitHub

Résultats CPD

Le document suivant contient les résultats de l'inspection CPD CPD 6.13.0.

Duplicatas

Fichier Ligne
fr/paris/lutece/plugins/petiteenfancebo/api/dto/IndividuEnfantRequest.java 124
fr/paris/lutece/plugins/petiteenfancebo/api/dto/IndividuResponsableRequest.java 124
    public int getId( )
    {
        return _nId;
    }

    /**
     * Sets the Id
     * 
     * @param nId
     *            The Id
     */
    public void setId( int nId )
    {
        _nId = nId;
    }

    /**
     * Returns the Cuid
     * 
     * @return The Cuid
     */
    public String getCuid( )
    {
        return _strCuid;
    }

    /**
     * Sets the Cuid
     * 
     * @param strCuid
     *            The Cuid
     */
    public void setCuid( String strCuid )
    {
        _strCuid = strCuid;
    }

    /**
     * Returns the Guid
     * 
     * @return The Guid
     */
    public String getGuid( )
    {
        return _strGuid;
    }

    /**
     * Sets the Guid
     * 
     * @param strGuid
     *            The Guid
     */
    public void setGuid( String strGuid )
    {
        _strGuid = strGuid;
    }

    /**
     * Returns the NomNaissance
     * 
     * @return The NomNaissance
     */
    public String getNomNaissance( )
    {
        return _strNomNaissance;
    }

    /**
     * Sets the NomNaissance
     * 
     * @param strNomNaissance
     *            The NomNaissance
     */
    public void setNomNaissance( String strNomNaissance )
    {
        _strNomNaissance = strNomNaissance;
    }

    /**
     * Returns the PrenomsNaissance
     * 
     * @return The PrenomsNaissance
     */
    public String getPrenomsNaissance( )
    {
        return _strPrenomsNaissance;
    }

    /**
     * Sets the PrenomsNaissance
     * 
     * @param strPrenomsNaissance
     *            The PrenomsNaissance
     */
    public void setPrenomsNaissance( String strPrenomsNaissance )
    {
        _strPrenomsNaissance = strPrenomsNaissance;
    }

    /**
     * Returns the NomUsage
     * 
     * @return The NomUsage
     */
    public String getNomUsage( )
    {
        return _strNomUsage;
    }

    /**
     * Sets the NomUsage
     * 
     * @param strNomUsage
     *            The NomUsage
     */
    public void setNomUsage( String strNomUsage )
    {
        _strNomUsage = strNomUsage;
    }

    /**
     * Returns the PrenomsUsage
     * 
     * @return The PrenomsUsage
     */
    public String getPrenomsUsage( )
    {
        return _strPrenomsUsage;
    }

    /**
     * Sets the PrenomsUsage
     * 
     * @param strPrenomsUsage
     *            The PrenomsUsage
     */
    public void setPrenomsUsage( String strPrenomsUsage )
    {
        _strPrenomsUsage = strPrenomsUsage;
    }

    /**
     * Returns the DateNaissance
     * 
     * @return The DateNaissance
     */
    public String getDateNaissance( )
    {
        return _strDateNaissance;
    }

    /**
     * Sets the DateNaissance
     * 
     * @param strDateNaissance
     *            The DateNaissance
     */
    public void setDateNaissance( String strDateNaissance )
    {
        _strDateNaissance = strDateNaissance;
    }

    /**
     * Returns the Email
     * 
     * @return The Email
     */
    public String getEmail( )
    {
        return _strEmail;
    }

    /**
     * Sets the Email
     * 
     * @param strEmail
     *            The Email
     */
    public void setEmail( String strEmail )
    {
        _strEmail = strEmail;
    }

    public AdresseRequest getAdresseRequestAdministrative( )
    {
        return _adresseRequestAdministrative;
    }

    public void setAdresseRequestAdministrative( AdresseRequest adresseRequestAdministrative )
    {
        this._adresseRequestAdministrative = adresseRequestAdministrative;
    }

    public String getNumeroTelephoneFixe( )
    {
        return _strNumeroTelephoneFixe;
    }

    public void setNumeroTelephoneFixe( String strNumeroTelephoneFixe )
    {
        this._strNumeroTelephoneFixe = strNumeroTelephoneFixe;
    }

    public String getNumeroTelephonePortable( )
    {
        return _strNumeroTelephonePortable;
    }

    public void setNumeroTelephonePortable( String strNumeroTelephonePortable )
    {
        this._strNumeroTelephonePortable = strNumeroTelephonePortable;
    }

    public AdresseRequest getAdresseRequestDomicile( )
    {
        return _adresseRequestDomicile;
    }

    public void setAdresseRequestDomicile( AdresseRequest adresseRequestDomicile )
    {
        this._adresseRequestDomicile = adresseRequestDomicile;
    }

    public String getSexe( )
Fichier Ligne
fr/paris/lutece/plugins/petiteenfancebo/api/dto/IndividuEnfantResponse.java 114
fr/paris/lutece/plugins/petiteenfancebo/api/dto/IndividuResponsableResponse.java 82
    public int getId( )
    {
        return _nId;
    }

    /**
     * Sets the Id
     * 
     * @param nId
     *            The Id
     */
    public void setId( int nId )
    {
        _nId = nId;
    }

    /**
     * Returns the Cuid
     * 
     * @return The Cuid
     */
    public String getCuid( )
    {
        return _strCuid;
    }

    /**
     * Sets the Cuid
     * 
     * @param strCuid
     *            The Cuid
     */
    public void setCuid( String strCuid )
    {
        _strCuid = strCuid;
    }

    /**
     * Returns the Guid
     * 
     * @return The Guid
     */
    public String getGuid( )
    {
        return _strGuid;
    }

    /**
     * Sets the Guid
     * 
     * @param strGuid
     *            The Guid
     */
    public void setGuid( String strGuid )
    {
        _strGuid = strGuid;
    }

    /**
     * Returns the NomNaissance
     * 
     * @return The NomNaissance
     */
    public String getNomNaissance( )
    {
        return _strNomNaissance;
    }

    /**
     * Sets the NomNaissance
     * 
     * @param strNomNaissance
     *            The NomNaissance
     */
    public void setNomNaissance( String strNomNaissance )
    {
        _strNomNaissance = strNomNaissance;
    }

    /**
     * Returns the PrenomsNaissance
     * 
     * @return The PrenomsNaissance
     */
    public String getPrenomsNaissance( )
    {
        return _strPrenomsNaissance;
    }

    /**
     * Sets the PrenomsNaissance
     * 
     * @param strPrenomsNaissance
     *            The PrenomsNaissance
     */
    public void setPrenomsNaissance( String strPrenomsNaissance )
    {
        _strPrenomsNaissance = strPrenomsNaissance;
    }

    /**
     * Returns the NomUsage
     * 
     * @return The NomUsage
     */
    public String getNomUsage( )
    {
        return _strNomUsage;
    }

    /**
     * Sets the NomUsage
     * 
     * @param strNomUsage
     *            The NomUsage
     */
    public void setNomUsage( String strNomUsage )
    {
        _strNomUsage = strNomUsage;
    }

    /**
     * Returns the PrenomsUsages
     * 
     * @return The PrenomsUsages
     */
    public String getPrenomsUsage( )
    {
        return _strPrenomsUsage;
    }

    /**
     * Sets the PrenomsUsages
     * 
     * @param strPrenomsUsages
     *            The PrenomsUsages
     */
    public void setPrenomsUsage( String strPrenomsUsage )
    {
        _strPrenomsUsage = strPrenomsUsage;
    }

    /**
     * Returns the Email
     * 
     * @return The Email
     */
    public String getEmail( )
    {
        return _strEmail;
    }

    /**
     * Sets the Email
     * 
     * @param strEmail
     *            The Email
     */
    public void setEmail( String strEmail )
    {
        _strEmail = strEmail;
    }

    /**
     * Returns the DateNaissance
     * 
     * @return The DateNaissance
     */
    public String getDateNaissance( )
    {
        return _strDateNaissance;
    }

    /**
     * Sets the DateNaissance
     * 
     * @param strDateNaissance
     *            The DateNaissance
     */
    public void setDateNaissance( String strDateNaissance )
    {
        _strDateNaissance = strDateNaissance;
    }

    public AdresseResponse getAdresseResponseDomicile( )
    {
        return _adresseResponseDomicile;
    }

    public void setAdresseResponseDomicile( AdresseResponse adresseResponseDomicile )
    {
        this._adresseResponseDomicile = adresseResponseDomicile;
    }

    public AdresseResponse getAdresseResponseAdministrative( )
    {
        return _adresseResponseAdministrative;
    }

    public void setAdresseResponseAdministrative( AdresseResponse adresseResponseAdministrative )
    {
        this._adresseResponseAdministrative = adresseResponseAdministrative;
    }

    public String getNumeroTelephoneFixe( )
    {
        return _numeroTelephoneFixe;
    }

    public void setNumeroTelephoneFixe( String numeroTelephoneFixe )
    {
        this._numeroTelephoneFixe = numeroTelephoneFixe;
    }

    public String getNumeroTelephonePortable( )
    {
        return _numeroTelephonePortable;
    }

    public void setNumeroTelephonePortable( String numeroTelephonePortable )
    {
        this._numeroTelephonePortable = numeroTelephonePortable;
    }

    public String getSexe( )
Fichier Ligne
fr/paris/lutece/plugins/petiteenfancebo/api/dto/AdresseRequest.java 73
fr/paris/lutece/plugins/petiteenfancebo/api/dto/AdresseResponse.java 90
    public String getNumeroVoie( )
    {
        return _strNumeroVoie;
    }

    /**
     * Sets the NumeroVoie
     * 
     * @param strNumeroVoie
     *            The NumeroVoie
     */
    public void setNumeroVoie( String strNumeroVoie )
    {
        _strNumeroVoie = strNumeroVoie;
    }

    /**
     * Returns the LibelleVoie
     * 
     * @return The LibelleVoie
     */
    public String getLibelleVoie( )
    {
        return _strLibelleVoie;
    }

    /**
     * Sets the LibelleVoie
     * 
     * @param strLibelleVoie
     *            The LibelleVoie
     */
    public void setLibelleVoie( String strLibelleVoie )
    {
        _strLibelleVoie = strLibelleVoie;
    }

    /**
     * Returns the CodePostal
     * 
     * @return The CodePostal
     */
    public String getCodePostal( )
    {
        return _strCodePostal;
    }

    /**
     * Sets the CodePostal
     * 
     * @param strCodePostal
     *            The CodePostal
     */
    public void setCodePostal( String strCodePostal )
    {
        _strCodePostal = strCodePostal;
    }

    /**
     * Returns the Ville
     * 
     * @return The Ville
     */
    public String getVille( )
    {
        return _strVille;
    }

    /**
     * Sets the Ville
     * 
     * @param strVille
     *            The Ville
     */
    public void setVille( String strVille )
    {
        _strVille = strVille;
    }

    /**
     * Returns the Pays
     * 
     * @return The Pays
     */
    public String getPays( )
    {
        return _strPays;
    }

    /**
     * Sets the Pays
     * 
     * @param strPays
     *            The Pays
     */
    public void setPays( String strPays )
    {
        _strPays = strPays;
    }

    /**
     * Returns the ComplementDistribution
     * 
     * @return The ComplementDistribution
     */
    public String getComplementDistribution( )
    {
        return _strComplementDistribution;
    }

    /**
     * Sets the ComplementDistribution
     * 
     * @param strComplementDistribution
     *            The ComplementDistribution
     */
    public void setComplementDistribution( String strComplementDistribution )
    {
        _strComplementDistribution = strComplementDistribution;
    }

    /**
     * Returns the ComplementIdentite
     * 
     * @return The ComplementIdentite
     */
    public String getComplementIdentite( )
    {
        return _strComplementIdentite;
    }

    /**
     * Sets the ComplementIdentite
     * 
     * @param strComplementIdentite
     *            The ComplementIdentite
     */
    public void setComplementIdentite( String strComplementIdentite )
    {
        _strComplementIdentite = strComplementIdentite;
    }

    /**
     * Returns the ComplementAdresse
     * 
     * @return The ComplementAdresse
     */
    public String getComplementAdresse( )
    {
        return _strComplementAdresse;
    }

    /**
     * Sets the ComplementAdresse
     * 
     * @param strComplementAdresse
     *            The ComplementAdresse
     */
    public void setComplementAdresse( String strComplementAdresse )
    {
        _strComplementAdresse = strComplementAdresse;
    }

}
Fichier Ligne
fr/paris/lutece/plugins/petiteenfancebo/api/dto/IndividuResponsableRequest.java 109
fr/paris/lutece/plugins/petiteenfancebo/api/dto/IndividuResponsableResponse.java 67
    private String _strPaysNaissance;

    private String _strCommuneNaissance;

    private String _strCodeInseeCommuneNaissance;

    private String _strDepartementNaissance;

    private String _strSexe;

    /**
     * Returns the Id
     * 
     * @return The Id
     */
    public int getId( )
    {
        return _nId;
    }

    /**
     * Sets the Id
     * 
     * @param nId
     *            The Id
     */
    public void setId( int nId )
    {
        _nId = nId;
    }

    /**
     * Returns the Cuid
     * 
     * @return The Cuid
     */
    public String getCuid( )
    {
        return _strCuid;
    }

    /**
     * Sets the Cuid
     * 
     * @param strCuid
     *            The Cuid
     */
    public void setCuid( String strCuid )
    {
        _strCuid = strCuid;
    }

    /**
     * Returns the Guid
     * 
     * @return The Guid
     */
    public String getGuid( )
    {
        return _strGuid;
    }

    /**
     * Sets the Guid
     * 
     * @param strGuid
     *            The Guid
     */
    public void setGuid( String strGuid )
    {
        _strGuid = strGuid;
    }

    /**
     * Returns the NomNaissance
     * 
     * @return The NomNaissance
     */
    public String getNomNaissance( )
    {
        return _strNomNaissance;
    }

    /**
     * Sets the NomNaissance
     * 
     * @param strNomNaissance
     *            The NomNaissance
     */
    public void setNomNaissance( String strNomNaissance )
    {
        _strNomNaissance = strNomNaissance;
    }

    /**
     * Returns the PrenomsNaissance
     * 
     * @return The PrenomsNaissance
     */
    public String getPrenomsNaissance( )
    {
        return _strPrenomsNaissance;
    }

    /**
     * Sets the PrenomsNaissance
     * 
     * @param strPrenomsNaissance
     *            The PrenomsNaissance
     */
    public void setPrenomsNaissance( String strPrenomsNaissance )
    {
        _strPrenomsNaissance = strPrenomsNaissance;
    }

    /**
     * Returns the NomUsage
     * 
     * @return The NomUsage
     */
    public String getNomUsage( )
    {
        return _strNomUsage;
    }

    /**
     * Sets the NomUsage
     * 
     * @param strNomUsage
     *            The NomUsage
     */
    public void setNomUsage( String strNomUsage )
    {
        _strNomUsage = strNomUsage;
    }

    /**
     * Returns the PrenomsUsage
     * 
     * @return The PrenomsUsage
     */
    public String getPrenomsUsage( )
    {
        return _strPrenomsUsage;
    }

    /**
     * Sets the PrenomsUsage
     * 
     * @param strPrenomsUsage
     *            The PrenomsUsage
     */
    public void setPrenomsUsage( String strPrenomsUsage )
    {
        _strPrenomsUsage = strPrenomsUsage;
    }

    /**
     * Returns the DateNaissance
     * 
     * @return The DateNaissance
     */
    public String getDateNaissance( )
Fichier Ligne
fr/paris/lutece/plugins/petiteenfancebo/api/dto/IndividuEnfantRequest.java 124
fr/paris/lutece/plugins/petiteenfancebo/api/dto/IndividuEnfantResponse.java 114
fr/paris/lutece/plugins/petiteenfancebo/api/dto/IndividuResponsableRequest.java 124
fr/paris/lutece/plugins/petiteenfancebo/api/dto/IndividuResponsableResponse.java 82
    public int getId( )
    {
        return _nId;
    }

    /**
     * Sets the Id
     * 
     * @param nId
     *            The Id
     */
    public void setId( int nId )
    {
        _nId = nId;
    }

    /**
     * Returns the Cuid
     * 
     * @return The Cuid
     */
    public String getCuid( )
    {
        return _strCuid;
    }

    /**
     * Sets the Cuid
     * 
     * @param strCuid
     *            The Cuid
     */
    public void setCuid( String strCuid )
    {
        _strCuid = strCuid;
    }

    /**
     * Returns the Guid
     * 
     * @return The Guid
     */
    public String getGuid( )
    {
        return _strGuid;
    }

    /**
     * Sets the Guid
     * 
     * @param strGuid
     *            The Guid
     */
    public void setGuid( String strGuid )
    {
        _strGuid = strGuid;
    }

    /**
     * Returns the NomNaissance
     * 
     * @return The NomNaissance
     */
    public String getNomNaissance( )
    {
        return _strNomNaissance;
    }

    /**
     * Sets the NomNaissance
     * 
     * @param strNomNaissance
     *            The NomNaissance
     */
    public void setNomNaissance( String strNomNaissance )
    {
        _strNomNaissance = strNomNaissance;
    }

    /**
     * Returns the PrenomsNaissance
     * 
     * @return The PrenomsNaissance
     */
    public String getPrenomsNaissance( )
    {
        return _strPrenomsNaissance;
    }

    /**
     * Sets the PrenomsNaissance
     * 
     * @param strPrenomsNaissance
     *            The PrenomsNaissance
     */
    public void setPrenomsNaissance( String strPrenomsNaissance )
    {
        _strPrenomsNaissance = strPrenomsNaissance;
    }

    /**
     * Returns the NomUsage
     * 
     * @return The NomUsage
     */
    public String getNomUsage( )
    {
        return _strNomUsage;
    }

    /**
     * Sets the NomUsage
     * 
     * @param strNomUsage
     *            The NomUsage
     */
    public void setNomUsage( String strNomUsage )
    {
        _strNomUsage = strNomUsage;
    }

    /**
     * Returns the PrenomsUsage
     * 
     * @return The PrenomsUsage
     */
    public String getPrenomsUsage( )
    {
        return _strPrenomsUsage;
    }

    /**
     * Sets the PrenomsUsage
     * 
     * @param strPrenomsUsage
     *            The PrenomsUsage
     */
    public void setPrenomsUsage( String strPrenomsUsage )
    {
        _strPrenomsUsage = strPrenomsUsage;
    }

    /**
     * Returns the DateNaissance
     * 
     * @return The DateNaissance
     */
    public String getDateNaissance( )
Fichier Ligne
fr/paris/lutece/plugins/petiteenfancebo/api/dto/IndividuResponsableRequest.java 346
fr/paris/lutece/plugins/petiteenfancebo/api/dto/IndividuResponsableResponse.java 304
    }

    /**
     * @return the _strPaysDeNaissance
     */
    public String getPaysNaissance( )
    {
        return _strPaysNaissance;
    }

    /**
     * @param _strPaysDeNaissance
     *            the _strPaysDeNaissance to set
     */
    public void setPaysNaissance( String strPaysDeNaissance )
    {
        _strPaysNaissance = strPaysDeNaissance;
    }

    /**
     * @return the _strCommuneDeNaissance
     */
    public String getCommuneNaissance( )
    {
        return _strCommuneNaissance;
    }

    /**
     * @param _strCommuneDeNaissance
     *            the _strCommuneDeNaissance to set
     */
    public void setCommuneNaissance( String strCommuneNaissance )
    {
        _strCommuneNaissance = strCommuneNaissance;
    }

    /**
     * @return the _strCodeInsee
     */
    public String getCodeInseeCommuneNaissance( )
    {
        return _strCodeInseeCommuneNaissance;
    }

    /**
     * @param _strCodeInsee
     *            the _strCodeInsee to set
     */
    public void setCodeInseeCommuneNaissance( String strCodeInseeCommuneNaissance )
    {
        _strCodeInseeCommuneNaissance = strCodeInseeCommuneNaissance;
    }

    /**
     * @return the _strDepartementNaissance
     */
    public String getDepartementNaissance( )
    {
        return _strDepartementNaissance;
    }

    /**
     * @param _strDepartementNaissance
     *            the _strDepartementNaissance to set
     */
    public void setDepartementNaissance( String strDepartementNaissance )
    {
        _strDepartementNaissance = strDepartementNaissance;
    }

    /**
     * @return the _strSexe
     */
    public String getSexe( )
    {
        return _strSexe;
    }

    /**
     * @param _strSexe
     *            the _strSexe to set
     */
    public void setSexe( String strSexe )
    {
        _strSexe = strSexe;
    }
}