This method of the ISiteable Interface sets the ISite object for this instance. Any references to an existing site or to any services provided through the ISite object are discarded.
For the sake of serialization, the object should mark the field containing this site as "transient."
public void setSite(ISite site);
site | The ISite object for this instance (can be null). |