Skip navigation links


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

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.