Decoupling interface which specifies that an implementing class is associated with at most one Container instance.
Return the Container with which this instance is associated (if any); otherwise return null.
Container
null
Set the Container with which this instance is associated.paramcontainer The Container instance with which this instance is to be associated, or null to disassociate this instance from any Container