Package org.cxbox.core.crudma.bc.impl
Class InnerBcDescription
java.lang.Object
org.cxbox.core.crudma.bc.impl.BcDescription
org.cxbox.core.crudma.bc.impl.InnerBcDescription
- All Implemented Interfaces:
org.cxbox.api.data.BcIdentifier
-
Field Summary
Fields inherited from class org.cxbox.core.crudma.bc.impl.BcDescription
bindsString, pageLimit -
Constructor Summary
ConstructorsConstructorDescriptionInnerBcDescription(String name, String parentName, Class<? extends ResponseService> serviceClass, boolean refresh) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cxbox.api.data.BcIdentifier
getName, getParentName
-
Constructor Details
-
InnerBcDescription
public InnerBcDescription(String name, String parentName, Class<? extends ResponseService> serviceClass, boolean refresh)
-