org.wso2.carbon.utils.component.xml.config
Class ManagementPermission

java.lang.Object
  extended by org.wso2.carbon.utils.component.xml.config.ManagementPermission
All Implemented Interfaces:
ComponentConfig

public class ManagementPermission
extends Object
implements ComponentConfig


Constructor Summary
ManagementPermission(String displayName, String resourceId)
           
 
Method Summary
 String getDisplayName()
           
 String getResourceId()
           
 void setDisplayName(String displayName)
           
 void setResourceId(String resourceId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagementPermission

public ManagementPermission(String displayName,
                            String resourceId)
Method Detail

getDisplayName

public String getDisplayName()

getResourceId

public String getResourceId()

setDisplayName

public void setDisplayName(String displayName)

setResourceId

public void setResourceId(String resourceId)


Copyright © 2014 WSO2 Inc. All rights reserved.