public class ActionItemDefinition
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ActionItemDefinition() |
ActionItemDefinition(java.lang.String name,
ActionItemDefinitionType type,
java.lang.String title,
java.lang.String description,
boolean adHocPropertiesAllowed,
ParameterDefinition[] parameterDefinition) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
Gets the description value for this ActionItemDefinition.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.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(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
java.lang.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(java.lang.String description)
Sets the description value for this ActionItemDefinition.
|
void |
setName(java.lang.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(java.lang.String title)
Sets the title value for this ActionItemDefinition.
|
void |
setType(ActionItemDefinitionType type)
Sets the type value for this ActionItemDefinition.
|
public ActionItemDefinition()
public ActionItemDefinition(java.lang.String name,
ActionItemDefinitionType type,
java.lang.String title,
java.lang.String description,
boolean adHocPropertiesAllowed,
ParameterDefinition[] parameterDefinition)
public java.lang.String getName()
public void setName(java.lang.String name)
name - public ActionItemDefinitionType getType()
public void setType(ActionItemDefinitionType type)
type - public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - public java.lang.String getDescription()
public void setDescription(java.lang.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 boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.