public class PropertyDefinition extends ValueDefinition implements java.io.Serializable
| Constructor and Description |
|---|
PropertyDefinition() |
PropertyDefinition(java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String dataType,
boolean mandatory,
boolean readOnly,
java.lang.String defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDefaultValue()
Gets the defaultValue value for this PropertyDefinition.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
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 |
isMandatory()
Gets the mandatory value for this PropertyDefinition.
|
boolean |
isReadOnly()
Gets the readOnly value for this PropertyDefinition.
|
void |
setDefaultValue(java.lang.String defaultValue)
Sets the defaultValue value for this PropertyDefinition.
|
void |
setMandatory(boolean mandatory)
Sets the mandatory value for this PropertyDefinition.
|
void |
setReadOnly(boolean readOnly)
Sets the readOnly value for this PropertyDefinition.
|
getDataType, getDescription, getName, getTitle, setDataType, setDescription, setName, setTitlepublic PropertyDefinition()
public PropertyDefinition(java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String dataType,
boolean mandatory,
boolean readOnly,
java.lang.String defaultValue)
public boolean isMandatory()
public void setMandatory(boolean mandatory)
mandatory - public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
readOnly - public java.lang.String getDefaultValue()
public void setDefaultValue(java.lang.String defaultValue)
defaultValue - public boolean equals(java.lang.Object obj)
equals in class ValueDefinitionpublic int hashCode()
hashCode in class ValueDefinitionpublic 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.