Class PermissionImpl

Object
com.liferay.portal.model.impl.PermissionImpl
All Implemented Interfaces:
com.liferay.portal.kernel.model.Permission, Serializable

public class PermissionImpl extends Object implements com.liferay.portal.kernel.model.Permission, Serializable
Author:
Brian Wing Shun Chan
See Also:
  • Constructor Details

    • PermissionImpl

      public PermissionImpl()
  • Method Details

    • getActionId

      public String getActionId()
      Specified by:
      getActionId in interface com.liferay.portal.kernel.model.Permission
    • getName

      public String getName()
      Specified by:
      getName in interface com.liferay.portal.kernel.model.Permission
    • getPrimKey

      public String getPrimKey()
      Specified by:
      getPrimKey in interface com.liferay.portal.kernel.model.Permission
    • getScope

      public int getScope()
      Specified by:
      getScope in interface com.liferay.portal.kernel.model.Permission
    • setActionId

      public void setActionId(String actionId)
      Specified by:
      setActionId in interface com.liferay.portal.kernel.model.Permission
    • setName

      public void setName(String name)
      Specified by:
      setName in interface com.liferay.portal.kernel.model.Permission
    • setPrimKey

      public void setPrimKey(String primKey)
      Specified by:
      setPrimKey in interface com.liferay.portal.kernel.model.Permission
    • setScope

      public void setScope(int scope)
      Specified by:
      setScope in interface com.liferay.portal.kernel.model.Permission