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()
Integer
public void setApplicationID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getAttributeList()
String
public void setAttributeList(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCoBrandedTitle()
String
public void setCoBrandedTitle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCoBrandedURL()
String
public void setCoBrandedURL(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendar
public void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.Integer getDefaultWebLeadRecruiterID()
Integer
public void setDefaultWebLeadRecruiterID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getEnabled()
Integer
public void setEnabled(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getFooterHTML()
String
public void setFooterHTML(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHeaderHTML()
String
public void setHeaderHTML(java.lang.String value)
value
- allowed object is
String
public java.lang.String getKeyWords()
String
public void setKeyWords(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 getNoLookAndFeel()
Integer
public void setNoLookAndFeel(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getOnLoadScript()
String
public void setOnLoadScript(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getParentPrivateLabelID()
Integer
public void setParentPrivateLabelID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getPrivateLabelID()
Integer
public void setPrivateLabelID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getSplashPage()
String
public void setSplashPage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStyleHTML()
String
public void setStyleHTML(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTitle()
String
public void setTitle(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.String getUrl()
String
public void setUrl(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getUserTypeID()
Integer
public void setUserTypeID(java.lang.Integer value)
value
- allowed object is
Integer