atg.multisite
Interface Site

All Superinterfaces:
DisplayableItem, RepositoryItem, java.io.Serializable

public interface Site
extends RepositoryItem, java.io.Serializable

The Site interface represents a snapshot of the property values associated with a site item. This interface extends the RepositoryItem interface so that Site snapshots and site config repository items can be treated the same.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 java.lang.String getId()
          get the site id
 
Methods inherited from interface atg.repository.RepositoryItem
getContextMemberships, getItemDescriptor, getPropertyValue, getRepository, getRepositoryId, isTransient
 
Methods inherited from interface atg.repository.DisplayableItem
getItemDisplayName
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

getId

java.lang.String getId()
get the site id

Returns:
the site id as a String