com.liferay.portal.model.impl
Class EventDefinitionImpl
java.lang.Object
com.liferay.portal.model.impl.EventDefinitionImpl
- All Implemented Interfaces:
- EventDefinition, Serializable
public class EventDefinitionImpl
- extends Object
- implements EventDefinition
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventDefinitionImpl
public EventDefinitionImpl(QName qName,
String valueType,
PortletApp portletApp)
addAliasQName
public void addAliasQName(QName aliasQName)
- Specified by:
addAliasQName in interface EventDefinition
getPortletApp
public PortletApp getPortletApp()
- Specified by:
getPortletApp in interface EventDefinition
getQName
public QName getQName()
- Specified by:
getQName in interface EventDefinition
getQNames
public Set<QName> getQNames()
- Specified by:
getQNames in interface EventDefinition
getValueType
public String getValueType()
- Specified by:
getValueType in interface EventDefinition
setPortletApp
public void setPortletApp(PortletApp portletApp)
- Specified by:
setPortletApp in interface EventDefinition
setQName
public void setQName(QName qName)
- Specified by:
setQName in interface EventDefinition
setValueType
public void setValueType(String valueType)
- Specified by:
setValueType in interface EventDefinition