org.alfresco.webservice.action
Class Condition

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

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

See Also:
Serialized Form

Constructor Summary
Condition()
           
Condition(java.lang.String id, java.lang.String conditionName, boolean invertCondition, NamedValue[] parameters)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getConditionName()
          Gets the conditionName value for this Condition.
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 getId()
          Gets the id value for this Condition.
 NamedValue[] getParameters()
          Gets the parameters value for this Condition.
 NamedValue getParameters(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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isInvertCondition()
          Gets the invertCondition value for this Condition.
 void setConditionName(java.lang.String conditionName)
          Sets the conditionName value for this Condition.
 void setId(java.lang.String id)
          Sets the id value for this Condition.
 void setInvertCondition(boolean invertCondition)
          Sets the invertCondition value for this Condition.
 void setParameters(int i, NamedValue _value)
           
 void setParameters(NamedValue[] parameters)
          Sets the parameters value for this Condition.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Condition

public Condition()

Condition

public Condition(java.lang.String id,
                 java.lang.String conditionName,
                 boolean invertCondition,
                 NamedValue[] parameters)
Method Detail

getId

public java.lang.String getId()
Gets the id value for this Condition.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this Condition.

Parameters:
id -

getConditionName

public java.lang.String getConditionName()
Gets the conditionName value for this Condition.

Returns:
conditionName

setConditionName

public void setConditionName(java.lang.String conditionName)
Sets the conditionName value for this Condition.

Parameters:
conditionName -

isInvertCondition

public boolean isInvertCondition()
Gets the invertCondition value for this Condition.

Returns:
invertCondition

setInvertCondition

public void setInvertCondition(boolean invertCondition)
Sets the invertCondition value for this Condition.

Parameters:
invertCondition -

getParameters

public NamedValue[] getParameters()
Gets the parameters value for this Condition.

Returns:
parameters

setParameters

public void setParameters(NamedValue[] parameters)
Sets the parameters value for this Condition.

Parameters:
parameters -

getParameters

public NamedValue getParameters(int i)

setParameters

public void setParameters(int i,
                          NamedValue _value)

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.