com.fatwire.assetapi.site
Interface CCFunction


public interface CCFunction

This interface describes a Content Server Function


Method Summary
 java.lang.String getDescription()
          Gets the function description
 java.lang.Long getId()
          Gets the function id
 java.lang.String getName()
          Gets the function name
 

Method Detail

getId

java.lang.Long getId()
Gets the function id

Returns:
the function id in Long

getName

java.lang.String getName()
Gets the function name

Returns:
the function name in String

getDescription

java.lang.String getDescription()
Gets the function description

Returns:
the function description in String


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