Liferay 6.1.10-ee-ga1

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

getPortletApp

PortletApp getPortletApp()

getQName

QName getQName()

getValueType

String getValueType()

setPortletApp

void setPortletApp(PortletApp portletApp)

setQName

void setQName(QName qName)

setValueType

void setValueType(String valueType)

Liferay 6.1.10-ee-ga1