Class TestParent
- java.lang.Object
-
- es.bsc.dataclay.util.MgrObject<ObjectID>
-
- es.bsc.dataclay.dbhandler.test_mgm_classes.TestParent
-
-
Field Summary
Fields Modifier and Type Field Description static MetaClassID
metaClassID
-
Constructor Summary
Constructors Constructor Description TestParent()
TestParent(int newtype)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getParentID()
TestType
getParentType()
void
setParentID(int newparentID)
-
Methods inherited from class es.bsc.dataclay.util.MgrObject
getDataClayID, setDataClayID
-
-
-
-
Field Detail
-
metaClassID
public static final MetaClassID metaClassID
-
-
Method Detail
-
getParentType
public final TestType getParentType()
-
getParentID
public final int getParentID()
- Returns:
- the parentID
-
setParentID
public final void setParentID(int newparentID)
- Parameters:
newparentID
- the parentID to set
-
-