Skip to content
Snippets Groups Projects
Verified Commit 0fc5f9ea authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: add class docs for RetrieveEntity

parent b7e714e6
No related branches found
No related tags found
2 merge requests!111Release 0.12.1,!109F select acl
Pipeline #44632 canceled
......@@ -24,8 +24,14 @@
*/
package org.caosdb.server.entity;
// TODO document the use of this class; it seems to exist of only constructors
/**
* Entity which is to be retrieved (i.e. read-only).
*
* <p>This class only exposes those constructors which are necessary for Entity which are to be
* retrieved (e.g. Entity(id)) and hide the others (e.g. Entity(XML-Represenation)).
*
* @author Timm Fitschen <t.fitschen@indiscale.com>
*/
public class RetrieveEntity extends Entity {
public RetrieveEntity() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment