Skip navigation links


com.fatwire.assetapi.site
Interface CCFunction


public interface CCFunction

TODO: Add class/interface details


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

Skip navigation links


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