Ignore:
Timestamp:
08/25/13 21:05:37 (11 years ago)
Author:
olhsha
Message:

making javadoc comments for signatures in all dao-s (except dispatcher)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/main/java/eu/dasish/annotation/backend/dao/ResourceDao.java

    r3461 r3475  
    2828   
    2929    public void setServiceURI(String serviceURI);
     30   
    3031     /**
    3132     *
    3233     * @param externalID
    33      * @return internal identifier of the resource with externalID
     34     * @return internal identifier of the resource with externalID, or null if there is no resource with this identifier
    3435     */
    3536    public Number getInternalID(UUID externalId);
    3637   
     38    /**
     39     *
     40     * @param internalId
     41     * @return the UUID (external ID) of the resource with the "internalID".
     42     */
    3743    public UUID getExternalID(Number internalId);
    3844}
Note: See TracChangeset for help on using the changeset viewer.