public abstract class PlacementCommissionDtoBase extends AbstractDto
Java class for placementCommissionDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="placementCommissionDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="commissionID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="commissionPercentage" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="externalRecipient" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="flatPayout" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="grossMarginPercentage" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="hourlyPayout" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="migrateGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="placementID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="role" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
comments |
protected java.lang.Integer |
commissionID |
protected java.lang.Double |
commissionPercentage |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected java.lang.String |
externalRecipient |
protected java.lang.Double |
flatPayout |
protected java.lang.Double |
grossMarginPercentage |
protected java.lang.Double |
hourlyPayout |
protected java.lang.String |
migrateGUID |
protected java.lang.Integer |
placementID |
protected java.lang.String |
role |
protected java.lang.String |
status |
protected java.lang.Integer |
userID |
| Constructor and Description |
|---|
PlacementCommissionDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComments()
Gets the value of the comments property.
|
java.lang.Integer |
getCommissionID()
Gets the value of the commissionID property.
|
java.lang.Double |
getCommissionPercentage()
Gets the value of the commissionPercentage property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
java.lang.String |
getExternalRecipient()
Gets the value of the externalRecipient property.
|
java.lang.Double |
getFlatPayout()
Gets the value of the flatPayout property.
|
java.lang.Double |
getGrossMarginPercentage()
Gets the value of the grossMarginPercentage property.
|
java.lang.Double |
getHourlyPayout()
Gets the value of the hourlyPayout property.
|
java.lang.String |
getMigrateGUID()
Gets the value of the migrateGUID property.
|
java.lang.Integer |
getPlacementID()
Gets the value of the placementID property.
|
java.lang.String |
getRole()
Gets the value of the role property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
java.lang.Integer |
getUserID()
Gets the value of the userID property.
|
void |
setComments(java.lang.String value)
Sets the value of the comments property.
|
void |
setCommissionID(java.lang.Integer value)
Sets the value of the commissionID property.
|
void |
setCommissionPercentage(java.lang.Double value)
Sets the value of the commissionPercentage property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setExternalRecipient(java.lang.String value)
Sets the value of the externalRecipient property.
|
void |
setFlatPayout(java.lang.Double value)
Sets the value of the flatPayout property.
|
void |
setGrossMarginPercentage(java.lang.Double value)
Sets the value of the grossMarginPercentage property.
|
void |
setHourlyPayout(java.lang.Double value)
Sets the value of the hourlyPayout property.
|
void |
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property.
|
void |
setPlacementID(java.lang.Integer value)
Sets the value of the placementID property.
|
void |
setRole(java.lang.String value)
Sets the value of the role property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
void |
setUserID(java.lang.Integer value)
Sets the value of the userID property.
|
protected java.lang.String comments
protected java.lang.Integer commissionID
protected java.lang.Double commissionPercentage
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected java.lang.String externalRecipient
protected java.lang.Double flatPayout
protected java.lang.Double grossMarginPercentage
protected java.lang.Double hourlyPayout
protected java.lang.String migrateGUID
protected java.lang.Integer placementID
protected java.lang.String role
protected java.lang.String status
protected java.lang.Integer userID
public java.lang.String getComments()
Stringpublic void setComments(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getCommissionID()
Integerpublic void setCommissionID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Double getCommissionPercentage()
Doublepublic void setCommissionPercentage(java.lang.Double value)
value - allowed object is
Doublepublic javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getExternalRecipient()
Stringpublic void setExternalRecipient(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getFlatPayout()
Doublepublic void setFlatPayout(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getGrossMarginPercentage()
Doublepublic void setGrossMarginPercentage(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getHourlyPayout()
Doublepublic void setHourlyPayout(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getMigrateGUID()
Stringpublic void setMigrateGUID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPlacementID()
Integerpublic void setPlacementID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getRole()
Stringpublic void setRole(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getUserID()
Integerpublic void setUserID(java.lang.Integer value)
value - allowed object is
Integer