The ISiteable Interface of the com.ms.object package interface defines methods that set and retrieve the ISite object that is associated with an ISiteable object.
public interface ISiteable { // Methods public ISite getSite(); public void setSite(ISite site); }