Class ContainerEventInfo

java.lang.Object
org.gatein.pc.portlet.impl.info.ContainerEventInfo
All Implemented Interfaces:
org.gatein.pc.api.info.EventInfo

public class ContainerEventInfo extends Object implements org.gatein.pc.api.info.EventInfo
Version:
$Revision: 630 $
Author:
Julien Viet
  • Constructor Details

    • ContainerEventInfo

      public ContainerEventInfo(QName name, ContainerTypeInfo type, org.gatein.common.i18n.LocalizedString displayName, org.gatein.common.i18n.LocalizedString description, List<QName> aliases)
  • Method Details

    • getDisplayName

      public org.gatein.common.i18n.LocalizedString getDisplayName()
      Specified by:
      getDisplayName in interface org.gatein.pc.api.info.EventInfo
    • getDescription

      public org.gatein.common.i18n.LocalizedString getDescription()
      Specified by:
      getDescription in interface org.gatein.pc.api.info.EventInfo
    • getName

      public QName getName()
      Specified by:
      getName in interface org.gatein.pc.api.info.EventInfo
    • getType

      public ContainerTypeInfo getType()
      Specified by:
      getType in interface org.gatein.pc.api.info.EventInfo
    • getAliases

      public Collection<QName> getAliases()
      Specified by:
      getAliases in interface org.gatein.pc.api.info.EventInfo