Class TestParent
- java.lang.Object
- 
- es.bsc.dataclay.util.MgrObject<ObjectID>
- 
- es.bsc.dataclay.dbhandler.test_mgm_classes.TestParent
 
 
- 
- 
Field SummaryFields Modifier and Type Field Description static MetaClassIDmetaClassID
 - 
Constructor SummaryConstructors Constructor Description TestParent()TestParent(int newtype)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetParentID()TestTypegetParentType()voidsetParentID(int newparentID)- 
Methods inherited from class es.bsc.dataclay.util.MgrObjectgetDataClayID, setDataClayID
 
- 
 
- 
- 
- 
Field Detail- 
metaClassIDpublic static final MetaClassID metaClassID 
 
- 
 - 
Method Detail- 
getParentTypepublic final TestType getParentType() 
 - 
getParentIDpublic final int getParentID() - Returns:
- the parentID
 
 - 
setParentIDpublic final void setParentID(int newparentID) - Parameters:
- newparentID- the parentID to set
 
 
- 
 
-