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()
String
public void setComments(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getCommissionID()
Integer
public void setCommissionID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Double getCommissionPercentage()
Double
public void setCommissionPercentage(java.lang.Double value)
value
- allowed object is
Double
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendar
public void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getExternalRecipient()
String
public void setExternalRecipient(java.lang.String value)
value
- allowed object is
String
public java.lang.Double getFlatPayout()
Double
public void setFlatPayout(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getGrossMarginPercentage()
Double
public void setGrossMarginPercentage(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getHourlyPayout()
Double
public void setHourlyPayout(java.lang.Double value)
value
- allowed object is
Double
public java.lang.String getMigrateGUID()
String
public void setMigrateGUID(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getPlacementID()
Integer
public void setPlacementID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getRole()
String
public void setRole(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStatus()
String
public void setStatus(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getUserID()
Integer
public void setUserID(java.lang.Integer value)
value
- allowed object is
Integer