public class PropertyDefinition extends ValueDefinition implements Serializable
| Constructor and Description |
|---|
PropertyDefinition() |
PropertyDefinition(String name,
String title,
String description,
String dataType,
boolean mandatory,
boolean readOnly,
String defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDefaultValue()
Gets the defaultValue value for this PropertyDefinition.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
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 |
isMandatory()
Gets the mandatory value for this PropertyDefinition.
|
boolean |
isReadOnly()
Gets the readOnly value for this PropertyDefinition.
|
void |
setDefaultValue(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 boolean isMandatory()
public void setMandatory(boolean mandatory)
mandatory - public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
readOnly - public String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue - public boolean equals(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(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.