public abstract class ReportDtoBase extends AbstractDto
Java class for reportDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="reportDtoBase"> <complexContent> <extension base="{http://entity.bullhorn.com/}abstractDto"> <sequence> <element name="categoryID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="cognosType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dashboard" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="dateLastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="oldReportID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ownerID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="packageName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="reportID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="reportJar" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> <element name="reportRTF" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="reportXML" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="sqlData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="version" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
categoryID |
protected java.lang.String |
cognosType |
protected java.lang.Boolean |
dashboard |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected javax.xml.datatype.XMLGregorianCalendar |
dateLastModified |
protected java.lang.String |
description |
protected java.lang.String |
name |
protected java.lang.Integer |
oldReportID |
protected java.lang.Integer |
ownerID |
protected java.lang.String |
packageName |
protected java.lang.String |
path |
protected java.lang.Integer |
reportID |
protected byte[] |
reportJar |
protected java.lang.String |
reportRTF |
protected java.lang.String |
reportXML |
protected java.lang.String |
sqlData |
protected java.lang.String |
type |
protected java.lang.Integer |
version |
Constructor and Description |
---|
ReportDtoBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCategoryID()
Gets the value of the categoryID property.
|
java.lang.String |
getCognosType()
Gets the value of the cognosType property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateLastModified()
Gets the value of the dateLastModified property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Integer |
getOldReportID()
Gets the value of the oldReportID property.
|
java.lang.Integer |
getOwnerID()
Gets the value of the ownerID property.
|
java.lang.String |
getPackageName()
Gets the value of the packageName property.
|
java.lang.String |
getPath()
Gets the value of the path property.
|
java.lang.Integer |
getReportID()
Gets the value of the reportID property.
|
byte[] |
getReportJar()
Gets the value of the reportJar property.
|
java.lang.String |
getReportRTF()
Gets the value of the reportRTF property.
|
java.lang.String |
getReportXML()
Gets the value of the reportXML property.
|
java.lang.String |
getSqlData()
Gets the value of the sqlData property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.Integer |
getVersion()
Gets the value of the version property.
|
java.lang.Boolean |
isDashboard()
Gets the value of the dashboard property.
|
void |
setCategoryID(java.lang.Integer value)
Sets the value of the categoryID property.
|
void |
setCognosType(java.lang.String value)
Sets the value of the cognosType property.
|
void |
setDashboard(java.lang.Boolean value)
Sets the value of the dashboard property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateLastModified property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOldReportID(java.lang.Integer value)
Sets the value of the oldReportID property.
|
void |
setOwnerID(java.lang.Integer value)
Sets the value of the ownerID property.
|
void |
setPackageName(java.lang.String value)
Sets the value of the packageName property.
|
void |
setPath(java.lang.String value)
Sets the value of the path property.
|
void |
setReportID(java.lang.Integer value)
Sets the value of the reportID property.
|
void |
setReportJar(byte[] value)
Sets the value of the reportJar property.
|
void |
setReportRTF(java.lang.String value)
Sets the value of the reportRTF property.
|
void |
setReportXML(java.lang.String value)
Sets the value of the reportXML property.
|
void |
setSqlData(java.lang.String value)
Sets the value of the sqlData property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setVersion(java.lang.Integer value)
Sets the value of the version property.
|
protected java.lang.Integer categoryID
protected java.lang.String cognosType
protected java.lang.Boolean dashboard
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected javax.xml.datatype.XMLGregorianCalendar dateLastModified
protected java.lang.String description
protected java.lang.String name
protected java.lang.Integer oldReportID
protected java.lang.Integer ownerID
protected java.lang.String packageName
protected java.lang.String path
protected java.lang.Integer reportID
protected byte[] reportJar
protected java.lang.String reportRTF
protected java.lang.String reportXML
protected java.lang.String sqlData
protected java.lang.String type
protected java.lang.Integer version
public java.lang.Integer getCategoryID()
Integer
public void setCategoryID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getCognosType()
String
public void setCognosType(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isDashboard()
Boolean
public void setDashboard(java.lang.Boolean value)
value
- allowed object is
Boolean
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendar
public void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDateLastModified()
XMLGregorianCalendar
public void setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getOldReportID()
Integer
public void setOldReportID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getOwnerID()
Integer
public void setOwnerID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getPackageName()
String
public void setPackageName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPath()
String
public void setPath(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getReportID()
Integer
public void setReportID(java.lang.Integer value)
value
- allowed object is
Integer
public byte[] getReportJar()
public void setReportJar(byte[] value)
value
- allowed object is
byte[]public java.lang.String getReportRTF()
String
public void setReportRTF(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReportXML()
String
public void setReportXML(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSqlData()
String
public void setSqlData(java.lang.String value)
value
- allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getVersion()
Integer
public void setVersion(java.lang.Integer value)
value
- allowed object is
Integer