public class BusinessEntityExt extends java.lang.Object implements RegistryObject
Constructor and Description |
---|
BusinessEntityExt()
Creates a new empty BusinessEntityExt instance with no
reference to a/the BusinessEnity that's being extended.
|
BusinessEntityExt(BusinessEntity business)
Creates a new BusinessEntityExt instance and sets the instance of the
BusinessEntity that's being extended.
|
Modifier and Type | Method and Description |
---|---|
BusinessEntity |
getBusinessEntity()
Returns the instance of the BusinessEntity that's being extended.
|
void |
setBusinessEntity(BusinessEntity newValue)
Sets the instance of the BusinessEntity that's being extended.
|
public BusinessEntityExt()
public BusinessEntityExt(BusinessEntity business)
business
- The instance of the BusinessEntity that's being extendedpublic BusinessEntity getBusinessEntity()
public void setBusinessEntity(BusinessEntity newValue)
newValue
- The instance of the BusinessEntity that's being extendedCopyright ? 2003 Apache Software Foundation. All rights reserved.