com.liferay.portal.model.impl
Class EventDefinitionImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.EventDefinitionImpl
All Implemented Interfaces:
com.liferay.portal.model.EventDefinition, java.io.Serializable

public class EventDefinitionImpl
extends java.lang.Object
implements com.liferay.portal.model.EventDefinition

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
EventDefinitionImpl(com.liferay.portal.kernel.xml.QName qName, java.lang.String valueType, com.liferay.portal.model.PortletApp portletApp)
           
 
Method Summary
 com.liferay.portal.model.PortletApp getPortletApp()
           
 com.liferay.portal.kernel.xml.QName getQName()
           
 java.lang.String getValueType()
           
 void setPortletApp(com.liferay.portal.model.PortletApp portletApp)
           
 void setQName(com.liferay.portal.kernel.xml.QName qName)
           
 void setValueType(java.lang.String valueType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventDefinitionImpl

public EventDefinitionImpl(com.liferay.portal.kernel.xml.QName qName,
                           java.lang.String valueType,
                           com.liferay.portal.model.PortletApp portletApp)
Method Detail

getQName

public com.liferay.portal.kernel.xml.QName getQName()
Specified by:
getQName in interface com.liferay.portal.model.EventDefinition

setQName

public void setQName(com.liferay.portal.kernel.xml.QName qName)
Specified by:
setQName in interface com.liferay.portal.model.EventDefinition

getValueType

public java.lang.String getValueType()
Specified by:
getValueType in interface com.liferay.portal.model.EventDefinition

setValueType

public void setValueType(java.lang.String valueType)
Specified by:
setValueType in interface com.liferay.portal.model.EventDefinition

getPortletApp

public com.liferay.portal.model.PortletApp getPortletApp()
Specified by:
getPortletApp in interface com.liferay.portal.model.EventDefinition

setPortletApp

public void setPortletApp(com.liferay.portal.model.PortletApp portletApp)
Specified by:
setPortletApp in interface com.liferay.portal.model.EventDefinition