public abstract class PrivateLabelDtoBase extends AbstractDto
Java class for privateLabelDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="privateLabelDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="applicationID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="attributeList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="coBrandedTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="coBrandedURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="defaultWebLeadRecruiterID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="footerHTML" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="headerHTML" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="keyWords" 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="noLookAndFeel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="onLoadScript" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parentPrivateLabelID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="privateLabelID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="splashPage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="styleHTML" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="title" 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="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userTypeID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
applicationID |
protected java.lang.String |
attributeList |
protected java.lang.String |
coBrandedTitle |
protected java.lang.String |
coBrandedURL |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected java.lang.Integer |
defaultWebLeadRecruiterID |
protected java.lang.String |
description |
protected java.lang.Integer |
enabled |
protected java.lang.String |
footerHTML |
protected java.lang.String |
headerHTML |
protected java.lang.String |
keyWords |
protected java.lang.String |
name |
protected java.lang.Integer |
noLookAndFeel |
protected java.lang.String |
onLoadScript |
protected java.lang.Integer |
parentPrivateLabelID |
protected java.lang.Integer |
privateLabelID |
protected java.lang.String |
splashPage |
protected java.lang.String |
styleHTML |
protected java.lang.String |
title |
protected java.lang.String |
type |
protected java.lang.String |
url |
protected java.lang.Integer |
userTypeID |
| Constructor and Description |
|---|
PrivateLabelDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getApplicationID()
Gets the value of the applicationID property.
|
java.lang.String |
getAttributeList()
Gets the value of the attributeList property.
|
java.lang.String |
getCoBrandedTitle()
Gets the value of the coBrandedTitle property.
|
java.lang.String |
getCoBrandedURL()
Gets the value of the coBrandedURL property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
java.lang.Integer |
getDefaultWebLeadRecruiterID()
Gets the value of the defaultWebLeadRecruiterID property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.Integer |
getEnabled()
Gets the value of the enabled property.
|
java.lang.String |
getFooterHTML()
Gets the value of the footerHTML property.
|
java.lang.String |
getHeaderHTML()
Gets the value of the headerHTML property.
|
java.lang.String |
getKeyWords()
Gets the value of the keyWords property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Integer |
getNoLookAndFeel()
Gets the value of the noLookAndFeel property.
|
java.lang.String |
getOnLoadScript()
Gets the value of the onLoadScript property.
|
java.lang.Integer |
getParentPrivateLabelID()
Gets the value of the parentPrivateLabelID property.
|
java.lang.Integer |
getPrivateLabelID()
Gets the value of the privateLabelID property.
|
java.lang.String |
getSplashPage()
Gets the value of the splashPage property.
|
java.lang.String |
getStyleHTML()
Gets the value of the styleHTML property.
|
java.lang.String |
getTitle()
Gets the value of the title property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.String |
getUrl()
Gets the value of the url property.
|
java.lang.Integer |
getUserTypeID()
Gets the value of the userTypeID property.
|
void |
setApplicationID(java.lang.Integer value)
Sets the value of the applicationID property.
|
void |
setAttributeList(java.lang.String value)
Sets the value of the attributeList property.
|
void |
setCoBrandedTitle(java.lang.String value)
Sets the value of the coBrandedTitle property.
|
void |
setCoBrandedURL(java.lang.String value)
Sets the value of the coBrandedURL property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setDefaultWebLeadRecruiterID(java.lang.Integer value)
Sets the value of the defaultWebLeadRecruiterID property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setEnabled(java.lang.Integer value)
Sets the value of the enabled property.
|
void |
setFooterHTML(java.lang.String value)
Sets the value of the footerHTML property.
|
void |
setHeaderHTML(java.lang.String value)
Sets the value of the headerHTML property.
|
void |
setKeyWords(java.lang.String value)
Sets the value of the keyWords property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setNoLookAndFeel(java.lang.Integer value)
Sets the value of the noLookAndFeel property.
|
void |
setOnLoadScript(java.lang.String value)
Sets the value of the onLoadScript property.
|
void |
setParentPrivateLabelID(java.lang.Integer value)
Sets the value of the parentPrivateLabelID property.
|
void |
setPrivateLabelID(java.lang.Integer value)
Sets the value of the privateLabelID property.
|
void |
setSplashPage(java.lang.String value)
Sets the value of the splashPage property.
|
void |
setStyleHTML(java.lang.String value)
Sets the value of the styleHTML property.
|
void |
setTitle(java.lang.String value)
Sets the value of the title property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setUrl(java.lang.String value)
Sets the value of the url property.
|
void |
setUserTypeID(java.lang.Integer value)
Sets the value of the userTypeID property.
|
protected java.lang.Integer applicationID
protected java.lang.String attributeList
protected java.lang.String coBrandedTitle
protected java.lang.String coBrandedURL
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected java.lang.Integer defaultWebLeadRecruiterID
protected java.lang.String description
protected java.lang.Integer enabled
protected java.lang.String footerHTML
protected java.lang.String headerHTML
protected java.lang.String keyWords
protected java.lang.String name
protected java.lang.Integer noLookAndFeel
protected java.lang.String onLoadScript
protected java.lang.Integer parentPrivateLabelID
protected java.lang.Integer privateLabelID
protected java.lang.String splashPage
protected java.lang.String styleHTML
protected java.lang.String title
protected java.lang.String type
protected java.lang.String url
protected java.lang.Integer userTypeID
public java.lang.Integer getApplicationID()
Integerpublic void setApplicationID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getAttributeList()
Stringpublic void setAttributeList(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCoBrandedTitle()
Stringpublic void setCoBrandedTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCoBrandedURL()
Stringpublic void setCoBrandedURL(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Integer getDefaultWebLeadRecruiterID()
Integerpublic void setDefaultWebLeadRecruiterID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getEnabled()
Integerpublic void setEnabled(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getFooterHTML()
Stringpublic void setFooterHTML(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHeaderHTML()
Stringpublic void setHeaderHTML(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getKeyWords()
Stringpublic void setKeyWords(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getNoLookAndFeel()
Integerpublic void setNoLookAndFeel(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getOnLoadScript()
Stringpublic void setOnLoadScript(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getParentPrivateLabelID()
Integerpublic void setParentPrivateLabelID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getPrivateLabelID()
Integerpublic void setPrivateLabelID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getSplashPage()
Stringpublic void setSplashPage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStyleHTML()
Stringpublic void setStyleHTML(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getUserTypeID()
Integerpublic void setUserTypeID(java.lang.Integer value)
value - allowed object is
Integer