com.fatwire.assetapi.site
Interface Role


public interface Role

An object that represents a role information in Content Server. In Content Server, roles are used to restrict user's access to Content Server fucntionalities.


Method Summary
 java.lang.String getDescription()
          Gets the role description
 java.lang.String getName()
          Gets the String role name
 java.lang.String getUID()
          Gets the UID of the role
 void setDescription(java.lang.String desc)
          Sets the role description
 void setName(java.lang.String name)
          Sets the role name
 void setUID(java.lang.String UID)
          Sets the UID
 

Method Detail

getName

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

Returns:
the String role name

setName

void setName(java.lang.String name)
Sets the role name

Parameters:
name - the String role name

getDescription

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

Returns:
the String role description

setDescription

void setDescription(java.lang.String desc)
Sets the role description

Parameters:
desc - the String role description

getUID

java.lang.String getUID()
Gets the UID of the role

Returns:
the UID, UID is the universal id which guareentees to be unique accross Content Server installations

setUID

void setUID(java.lang.String UID)
Sets the UID

Parameters:
UID - the UID


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