Class PortalMessageDefinition
java.lang.Object
com.aquima.interactions.project.impl.PortalMessageDefinition
- All Implemented Interfaces:
IPortalMessageDefinition
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addField
(IPortalMessageFieldDefinition fieldDefinition) This method returns the definition of the data field.String[]
This method returns the names of the data fields, may not be null. sgetName()
This method returns the name of the message, may not be null.
-
Constructor Details
-
Method Details
-
getName
Description copied from interface:IPortalMessageDefinition
This method returns the name of the message, may not be null.- Specified by:
getName
in interfaceIPortalMessageDefinition
- Returns:
- The name of the event, never null.
-
getFieldNames
Description copied from interface:IPortalMessageDefinition
This method returns the names of the data fields, may not be null. s- Specified by:
getFieldNames
in interfaceIPortalMessageDefinition
- Returns:
- The names of the data fields, never null.
-
getField
Description copied from interface:IPortalMessageDefinition
This method returns the definition of the data field.- Specified by:
getField
in interfaceIPortalMessageDefinition
- Parameters:
name
- The name of the data field, not null.- Returns:
- The definition of the data field.
-
addField
-