public class ContainerEventInfo extends Object implements EventInfo
| Constructor and Description |
|---|
ContainerEventInfo(QName name,
ContainerTypeInfo type,
org.gatein.common.i18n.LocalizedString displayName,
org.gatein.common.i18n.LocalizedString description,
List<QName> aliases) |
| Modifier and Type | Method and Description |
|---|---|
Collection<QName> |
getAliases() |
org.gatein.common.i18n.LocalizedString |
getDescription() |
org.gatein.common.i18n.LocalizedString |
getDisplayName() |
QName |
getName() |
ContainerTypeInfo |
getType() |
public ContainerEventInfo(QName name, ContainerTypeInfo type, org.gatein.common.i18n.LocalizedString displayName, org.gatein.common.i18n.LocalizedString description, List<QName> aliases)
public org.gatein.common.i18n.LocalizedString getDisplayName()
getDisplayName in interface EventInfopublic org.gatein.common.i18n.LocalizedString getDescription()
getDescription in interface EventInfopublic ContainerTypeInfo getType()
public Collection<QName> getAliases()
getAliases in interface EventInfoCopyright © 2003-2018 GateIn. All Rights Reserved.