|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.datatype.business.BusinessEntityExt
public class BusinessEntityExt
Implementation specific extension to BusinessEntity. Spec is not clear on this, not sure whether to subclass or contain - from the XML Reference Spec p27 it seems more natural to contain..
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BusinessEntityExt()
public BusinessEntityExt(BusinessEntity business)
business
- The instance of the BusinessEntity that's being extendedMethod Detail |
---|
public BusinessEntity getBusinessEntity()
public void setBusinessEntity(BusinessEntity newValue)
newValue
- The instance of the BusinessEntity that's being extended
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |