public class ActionItemDefinition extends Object implements Serializable
| Constructor and Description |
|---|
ActionItemDefinition() |
ActionItemDefinition(String name,
ActionItemDefinitionType type,
String title,
String description,
boolean adHocPropertiesAllowed,
ParameterDefinition[] parameterDefinition) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description value for this ActionItemDefinition.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getName()
Gets the name value for this ActionItemDefinition.
|
ParameterDefinition[] |
getParameterDefinition()
Gets the parameterDefinition value for this ActionItemDefinition.
|
ParameterDefinition |
getParameterDefinition(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTitle()
Gets the title value for this ActionItemDefinition.
|
ActionItemDefinitionType |
getType()
Gets the type value for this ActionItemDefinition.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isAdHocPropertiesAllowed()
Gets the adHocPropertiesAllowed value for this ActionItemDefinition.
|
void |
setAdHocPropertiesAllowed(boolean adHocPropertiesAllowed)
Sets the adHocPropertiesAllowed value for this ActionItemDefinition.
|
void |
setDescription(String description)
Sets the description value for this ActionItemDefinition.
|
void |
setName(String name)
Sets the name value for this ActionItemDefinition.
|
void |
setParameterDefinition(int i,
ParameterDefinition _value) |
void |
setParameterDefinition(ParameterDefinition[] parameterDefinition)
Sets the parameterDefinition value for this ActionItemDefinition.
|
void |
setTitle(String title)
Sets the title value for this ActionItemDefinition.
|
void |
setType(ActionItemDefinitionType type)
Sets the type value for this ActionItemDefinition.
|
public ActionItemDefinition()
public ActionItemDefinition(String name, ActionItemDefinitionType type, String title, String description, boolean adHocPropertiesAllowed, ParameterDefinition[] parameterDefinition)
public String getName()
public void setName(String name)
name - public ActionItemDefinitionType getType()
public void setType(ActionItemDefinitionType type)
type - public String getTitle()
public void setTitle(String title)
title - public String getDescription()
public void setDescription(String description)
description - public boolean isAdHocPropertiesAllowed()
public void setAdHocPropertiesAllowed(boolean adHocPropertiesAllowed)
adHocPropertiesAllowed - public ParameterDefinition[] getParameterDefinition()
public void setParameterDefinition(ParameterDefinition[] parameterDefinition)
parameterDefinition - public ParameterDefinition getParameterDefinition(int i)
public void setParameterDefinition(int i,
ParameterDefinition _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.