com.fatwire.assetapi.site
Interface SiteInfo


public interface SiteInfo

A simple version of site that only contains id, name and description


Method Summary
 java.lang.String getDescription()
          Gets the Content Server site description
 java.lang.Long getId()
          Gets the Content Server site id
 java.lang.String getName()
          Gets the String name of the site
 

Method Detail

getName

java.lang.String getName()
Gets the String name of the site

Returns:
the String format of the site name

getId

java.lang.Long getId()
Gets the Content Server site id

Returns:
the Site id in Long

getDescription

java.lang.String getDescription()
Gets the Content Server site description

Returns:
the String format of the site description


Copyright (c) 2003 - 2011 FatWire Corporation All Rights Reserved.