|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.squashtest.csp.core.bugtracker.mantis.binding.CustomFieldDefinitionData
public class CustomFieldDefinitionData
| Constructor Summary | |
|---|---|
CustomFieldDefinitionData()
|
|
CustomFieldDefinitionData(ObjectRef field,
BigInteger type,
String possible_values,
String default_value,
String valid_regexp,
BigInteger access_level_r,
BigInteger access_level_rw,
BigInteger length_min,
BigInteger length_max,
Boolean advanced,
Boolean display_report,
Boolean display_update,
Boolean display_resolved,
Boolean display_closed,
Boolean require_report,
Boolean require_update,
Boolean require_resolved,
Boolean require_closed)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
BigInteger |
getAccess_level_r()
Gets the access_level_r value for this CustomFieldDefinitionData. |
BigInteger |
getAccess_level_rw()
Gets the access_level_rw value for this CustomFieldDefinitionData. |
Boolean |
getAdvanced()
Gets the advanced value for this CustomFieldDefinitionData. |
String |
getDefault_value()
Gets the default_value value for this CustomFieldDefinitionData. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Boolean |
getDisplay_closed()
Gets the display_closed value for this CustomFieldDefinitionData. |
Boolean |
getDisplay_report()
Gets the display_report value for this CustomFieldDefinitionData. |
Boolean |
getDisplay_resolved()
Gets the display_resolved value for this CustomFieldDefinitionData. |
Boolean |
getDisplay_update()
Gets the display_update value for this CustomFieldDefinitionData. |
ObjectRef |
getField()
Gets the field value for this CustomFieldDefinitionData. |
BigInteger |
getLength_max()
Gets the length_max value for this CustomFieldDefinitionData. |
BigInteger |
getLength_min()
Gets the length_min value for this CustomFieldDefinitionData. |
String |
getPossible_values()
Gets the possible_values value for this CustomFieldDefinitionData. |
Boolean |
getRequire_closed()
Gets the require_closed value for this CustomFieldDefinitionData. |
Boolean |
getRequire_report()
Gets the require_report value for this CustomFieldDefinitionData. |
Boolean |
getRequire_resolved()
Gets the require_resolved value for this CustomFieldDefinitionData. |
Boolean |
getRequire_update()
Gets the require_update value for this CustomFieldDefinitionData. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
BigInteger |
getType()
Gets the type value for this CustomFieldDefinitionData. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
String |
getValid_regexp()
Gets the valid_regexp value for this CustomFieldDefinitionData. |
int |
hashCode()
|
void |
setAccess_level_r(BigInteger access_level_r)
Sets the access_level_r value for this CustomFieldDefinitionData. |
void |
setAccess_level_rw(BigInteger access_level_rw)
Sets the access_level_rw value for this CustomFieldDefinitionData. |
void |
setAdvanced(Boolean advanced)
Sets the advanced value for this CustomFieldDefinitionData. |
void |
setDefault_value(String default_value)
Sets the default_value value for this CustomFieldDefinitionData. |
void |
setDisplay_closed(Boolean display_closed)
Sets the display_closed value for this CustomFieldDefinitionData. |
void |
setDisplay_report(Boolean display_report)
Sets the display_report value for this CustomFieldDefinitionData. |
void |
setDisplay_resolved(Boolean display_resolved)
Sets the display_resolved value for this CustomFieldDefinitionData. |
void |
setDisplay_update(Boolean display_update)
Sets the display_update value for this CustomFieldDefinitionData. |
void |
setField(ObjectRef field)
Sets the field value for this CustomFieldDefinitionData. |
void |
setLength_max(BigInteger length_max)
Sets the length_max value for this CustomFieldDefinitionData. |
void |
setLength_min(BigInteger length_min)
Sets the length_min value for this CustomFieldDefinitionData. |
void |
setPossible_values(String possible_values)
Sets the possible_values value for this CustomFieldDefinitionData. |
void |
setRequire_closed(Boolean require_closed)
Sets the require_closed value for this CustomFieldDefinitionData. |
void |
setRequire_report(Boolean require_report)
Sets the require_report value for this CustomFieldDefinitionData. |
void |
setRequire_resolved(Boolean require_resolved)
Sets the require_resolved value for this CustomFieldDefinitionData. |
void |
setRequire_update(Boolean require_update)
Sets the require_update value for this CustomFieldDefinitionData. |
void |
setType(BigInteger type)
Sets the type value for this CustomFieldDefinitionData. |
void |
setValid_regexp(String valid_regexp)
Sets the valid_regexp value for this CustomFieldDefinitionData. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomFieldDefinitionData()
public CustomFieldDefinitionData(ObjectRef field,
BigInteger type,
String possible_values,
String default_value,
String valid_regexp,
BigInteger access_level_r,
BigInteger access_level_rw,
BigInteger length_min,
BigInteger length_max,
Boolean advanced,
Boolean display_report,
Boolean display_update,
Boolean display_resolved,
Boolean display_closed,
Boolean require_report,
Boolean require_update,
Boolean require_resolved,
Boolean require_closed)
| Method Detail |
|---|
public ObjectRef getField()
public void setField(ObjectRef field)
field - public BigInteger getType()
public void setType(BigInteger type)
type - public String getPossible_values()
public void setPossible_values(String possible_values)
possible_values - public String getDefault_value()
public void setDefault_value(String default_value)
default_value - public String getValid_regexp()
public void setValid_regexp(String valid_regexp)
valid_regexp - public BigInteger getAccess_level_r()
public void setAccess_level_r(BigInteger access_level_r)
access_level_r - public BigInteger getAccess_level_rw()
public void setAccess_level_rw(BigInteger access_level_rw)
access_level_rw - public BigInteger getLength_min()
public void setLength_min(BigInteger length_min)
length_min - public BigInteger getLength_max()
public void setLength_max(BigInteger length_max)
length_max - public Boolean getAdvanced()
public void setAdvanced(Boolean advanced)
advanced - public Boolean getDisplay_report()
public void setDisplay_report(Boolean display_report)
display_report - public Boolean getDisplay_update()
public void setDisplay_update(Boolean display_update)
display_update - public Boolean getDisplay_resolved()
public void setDisplay_resolved(Boolean display_resolved)
display_resolved - public Boolean getDisplay_closed()
public void setDisplay_closed(Boolean display_closed)
display_closed - public Boolean getRequire_report()
public void setRequire_report(Boolean require_report)
require_report - public Boolean getRequire_update()
public void setRequire_update(Boolean require_update)
require_update - public Boolean getRequire_resolved()
public void setRequire_resolved(Boolean require_resolved)
require_resolved - public Boolean getRequire_closed()
public void setRequire_closed(Boolean require_closed)
require_closed - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||