public class Condition extends Object implements Serializable
| Constructor and Description |
|---|
Condition() |
Condition(String id,
String conditionName,
boolean invertCondition,
NamedValue[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getConditionName()
Gets the conditionName value for this Condition.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
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(String mechType,
Class _javaType,
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(String conditionName)
Sets the conditionName value for this Condition.
|
void |
setId(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.
|
public Condition()
public Condition(String id, String conditionName, boolean invertCondition, NamedValue[] parameters)
public String getId()
public void setId(String id)
id - public String getConditionName()
public void setConditionName(String conditionName)
conditionName - public boolean isInvertCondition()
public void setInvertCondition(boolean invertCondition)
invertCondition - public NamedValue[] getParameters()
public void setParameters(NamedValue[] parameters)
parameters - public NamedValue getParameters(int i)
public void setParameters(int i,
NamedValue _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.