Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class PermissionImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.PermissionImpl
All Implemented Interfaces:
Permission, Serializable

public class PermissionImpl
extends Object
implements Permission, Serializable

See Also:
Serialized Form

Constructor Summary
PermissionImpl()
           
 
Method Summary
 String getActionId()
           
 String getName()
           
 String getPrimKey()
           
 int getScope()
           
 void setActionId(String actionId)
           
 void setName(String name)
           
 void setPrimKey(String primKey)
           
 void setScope(int scope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermissionImpl

public PermissionImpl()
Method Detail

getActionId

public String getActionId()
Specified by:
getActionId in interface Permission

getName

public String getName()
Specified by:
getName in interface Permission

getPrimKey

public String getPrimKey()
Specified by:
getPrimKey in interface Permission

getScope

public int getScope()
Specified by:
getScope in interface Permission

setActionId

public void setActionId(String actionId)
Specified by:
setActionId in interface Permission

setName

public void setName(String name)
Specified by:
setName in interface Permission

setPrimKey

public void setPrimKey(String primKey)
Specified by:
setPrimKey in interface Permission

setScope

public void setScope(int scope)
Specified by:
setScope in interface Permission

Liferay 6.2-ce-ga5