org.alfresco.webservice.action
Class ParameterDefinition

java.lang.Object
  extended by org.alfresco.webservice.action.ParameterDefinition
All Implemented Interfaces:
java.io.Serializable

public class ParameterDefinition
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ParameterDefinition()
           
ParameterDefinition(java.lang.String name, java.lang.String type, boolean isMandatory, java.lang.String displayLabel)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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 getDisplayLabel()
          Gets the displayLabel value for this ParameterDefinition.
 java.lang.String getName()
          Gets the name value for this ParameterDefinition.
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 getType()
          Gets the type value for this ParameterDefinition.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isIsMandatory()
          Gets the isMandatory value for this ParameterDefinition.
 void setDisplayLabel(java.lang.String displayLabel)
          Sets the displayLabel value for this ParameterDefinition.
 void setIsMandatory(boolean isMandatory)
          Sets the isMandatory value for this ParameterDefinition.
 void setName(java.lang.String name)
          Sets the name value for this ParameterDefinition.
 void setType(java.lang.String type)
          Sets the type value for this ParameterDefinition.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterDefinition

public ParameterDefinition()

ParameterDefinition

public ParameterDefinition(java.lang.String name,
                           java.lang.String type,
                           boolean isMandatory,
                           java.lang.String displayLabel)
Method Detail

getName

public java.lang.String getName()
Gets the name value for this ParameterDefinition.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this ParameterDefinition.

Parameters:
name -

getType

public java.lang.String getType()
Gets the type value for this ParameterDefinition.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this ParameterDefinition.

Parameters:
type -

isIsMandatory

public boolean isIsMandatory()
Gets the isMandatory value for this ParameterDefinition.

Returns:
isMandatory

setIsMandatory

public void setIsMandatory(boolean isMandatory)
Sets the isMandatory value for this ParameterDefinition.

Parameters:
isMandatory -

getDisplayLabel

public java.lang.String getDisplayLabel()
Gets the displayLabel value for this ParameterDefinition.

Returns:
displayLabel

setDisplayLabel

public void setDisplayLabel(java.lang.String displayLabel)
Sets the displayLabel value for this ParameterDefinition.

Parameters:
displayLabel -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.