Package org.cxbox.core.crudma.bc
Class BcHierarchy
- java.lang.Object
-
- org.cxbox.core.crudma.bc.BcHierarchy
-
public class BcHierarchy extends Object
-
-
Constructor Summary
Constructors Constructor Description BcHierarchy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId(String bcName)BcHierarchywithId(String id)BcHierarchywithParentId(String parentId)
-
-
-
Method Detail
-
withId
public BcHierarchy withId(String id)
-
withParentId
public BcHierarchy withParentId(String parentId)
-
-