|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.webservice.types.ValueDefinition
org.alfresco.webservice.types.PropertyDefinition
public class PropertyDefinition
Constructor Summary | |
---|---|
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)
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.alfresco.webservice.types.ValueDefinition |
---|
getDataType, getDescription, getName, getTitle, setDataType, setDescription, setName, setTitle |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public 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)
Method Detail |
---|
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 ValueDefinition
public int hashCode()
hashCode
in class ValueDefinition
public 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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |