public abstract class ReportCriteriaDtoBase extends AbstractDto
Java class for reportCriteriaDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="reportCriteriaDtoBase"> <complexContent> <extension base="{http://entity.bullhorn.com/}abstractDto"> <sequence> <element name="allowMultiple" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="columnName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="display" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="editType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="hint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="isHidden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="limit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="lineDelimiter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="reportCriteriaID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="reportID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="sortOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="valueList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
allowMultiple |
protected java.lang.String |
columnName |
protected java.lang.String |
dataFormat |
protected java.lang.String |
description |
protected java.lang.String |
display |
protected java.lang.String |
editType |
protected java.lang.String |
hint |
protected java.lang.Boolean |
isHidden |
protected java.lang.Boolean |
isRequired |
protected java.lang.Integer |
limit |
protected java.lang.String |
lineDelimiter |
protected java.lang.Integer |
reportCriteriaID |
protected java.lang.Integer |
reportID |
protected java.lang.Integer |
sortOrder |
protected java.lang.String |
valueList |
Constructor and Description |
---|
ReportCriteriaDtoBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnName()
Gets the value of the columnName property.
|
java.lang.String |
getDataFormat()
Gets the value of the dataFormat property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getDisplay()
Gets the value of the display property.
|
java.lang.String |
getEditType()
Gets the value of the editType property.
|
java.lang.String |
getHint()
Gets the value of the hint property.
|
java.lang.Integer |
getLimit()
Gets the value of the limit property.
|
java.lang.String |
getLineDelimiter()
Gets the value of the lineDelimiter property.
|
java.lang.Integer |
getReportCriteriaID()
Gets the value of the reportCriteriaID property.
|
java.lang.Integer |
getReportID()
Gets the value of the reportID property.
|
java.lang.Integer |
getSortOrder()
Gets the value of the sortOrder property.
|
java.lang.String |
getValueList()
Gets the value of the valueList property.
|
java.lang.Boolean |
isAllowMultiple()
Gets the value of the allowMultiple property.
|
java.lang.Boolean |
isIsHidden()
Gets the value of the isHidden property.
|
java.lang.Boolean |
isIsRequired()
Gets the value of the isRequired property.
|
void |
setAllowMultiple(java.lang.Boolean value)
Sets the value of the allowMultiple property.
|
void |
setColumnName(java.lang.String value)
Sets the value of the columnName property.
|
void |
setDataFormat(java.lang.String value)
Sets the value of the dataFormat property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setDisplay(java.lang.String value)
Sets the value of the display property.
|
void |
setEditType(java.lang.String value)
Sets the value of the editType property.
|
void |
setHint(java.lang.String value)
Sets the value of the hint property.
|
void |
setIsHidden(java.lang.Boolean value)
Sets the value of the isHidden property.
|
void |
setIsRequired(java.lang.Boolean value)
Sets the value of the isRequired property.
|
void |
setLimit(java.lang.Integer value)
Sets the value of the limit property.
|
void |
setLineDelimiter(java.lang.String value)
Sets the value of the lineDelimiter property.
|
void |
setReportCriteriaID(java.lang.Integer value)
Sets the value of the reportCriteriaID property.
|
void |
setReportID(java.lang.Integer value)
Sets the value of the reportID property.
|
void |
setSortOrder(java.lang.Integer value)
Sets the value of the sortOrder property.
|
void |
setValueList(java.lang.String value)
Sets the value of the valueList property.
|
protected java.lang.Boolean allowMultiple
protected java.lang.String columnName
protected java.lang.String dataFormat
protected java.lang.String description
protected java.lang.String display
protected java.lang.String editType
protected java.lang.String hint
protected java.lang.Boolean isHidden
protected java.lang.Boolean isRequired
protected java.lang.Integer limit
protected java.lang.String lineDelimiter
protected java.lang.Integer reportCriteriaID
protected java.lang.Integer reportID
protected java.lang.Integer sortOrder
protected java.lang.String valueList
public java.lang.Boolean isAllowMultiple()
Boolean
public void setAllowMultiple(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getColumnName()
String
public void setColumnName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDataFormat()
String
public void setDataFormat(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDisplay()
String
public void setDisplay(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEditType()
String
public void setEditType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHint()
String
public void setHint(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIsHidden()
Boolean
public void setIsHidden(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsRequired()
Boolean
public void setIsRequired(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getLimit()
Integer
public void setLimit(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getLineDelimiter()
String
public void setLineDelimiter(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getReportCriteriaID()
Integer
public void setReportCriteriaID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getReportID()
Integer
public void setReportID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getSortOrder()
Integer
public void setSortOrder(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getValueList()
String
public void setValueList(java.lang.String value)
value
- allowed object is
String