com.crystaldecisions.sdk.occa.infostore
Interface IRoleID


public interface IRoleID

This interface defines interactions that allow information to be obtained from a custom access level (custom role).


Method Summary
 java.lang.String getCUID()
          Returns the CUID of a custom role
 java.lang.String getDescription()
          Returns the description of a custom role
 int getID()
          Returns the ID of a custom role
 java.lang.String getTitle()
          Returns the title of a custom role
 

Method Detail

getID

int getID()
Returns the ID of a custom role

Returns:
ID of a custom role

getTitle

java.lang.String getTitle()
Returns the title of a custom role

Returns:
Title of a custom role

getDescription

java.lang.String getDescription()
Returns the description of a custom role

Returns:
Description of a custom role

getCUID

java.lang.String getCUID()
Returns the CUID of a custom role

Returns:
CUID of a custom role