.. java:import:: org.caosdb.server.entity Affiliation .. java:import:: org.caosdb.server.entity EntityInterface .. java:import:: org.caosdb.server.entity.xml ParentToElementStrategy Parent ====== .. java:package:: org.caosdb.server.entity.wrapper :noindex: .. java:type:: public class Parent extends EntityWrapper Constructors ------------ Parent ^^^^^^ .. java:constructor:: public Parent(EntityInterface p) :outertype: Parent Methods ------- getAffiliation ^^^^^^^^^^^^^^ .. java:method:: public Affiliation getAffiliation() :outertype: Parent hasVersion ^^^^^^^^^^ .. java:method:: @Override public boolean hasVersion() :outertype: Parent setAffiliation ^^^^^^^^^^^^^^ .. java:method:: public void setAffiliation(Affiliation affiliation) :outertype: Parent setEntity ^^^^^^^^^ .. java:method:: public void setEntity(EntityInterface entity) :outertype: Parent