Liferay 6.0.5

com.liferay.portal.model
Interface EventDefinition

All Superinterfaces:
Serializable
All Known Implementing Classes:
EventDefinitionImpl

public interface EventDefinition
extends Serializable


Method Summary
 PortletApp getPortletApp()
           
 QName getQName()
           
 String getValueType()
           
 void setPortletApp(PortletApp portletApp)
           
 void setQName(QName qName)
           
 void setValueType(String valueType)
           
 

Method Detail

getQName

QName getQName()

setQName

void setQName(QName qName)

getValueType

String getValueType()

setValueType

void setValueType(String valueType)

getPortletApp

PortletApp getPortletApp()

setPortletApp

void setPortletApp(PortletApp portletApp)

Liferay 6.0.5