public class SalesRep extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for SalesRep complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SalesRep">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}IntuitEntity">
<sequence>
<element name="NameOf" type="{http://schema.intuit.com/finance/v3}SalesRepTypeEnum" minOccurs="0"/>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<choice minOccurs="0">
<element name="EmployeeRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="VendorRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="OtherNameRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
</choice>
<element name="Initials" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SalesRepEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected ReferenceType |
employeeRef |
protected String |
initials |
protected SalesRepTypeEnum |
nameOf |
protected ReferenceType |
otherNameRef |
protected IntuitAnyType |
salesRepEx |
protected ReferenceType |
vendorRef |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
SalesRep() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
ReferenceType |
getEmployeeRef()
Gets the value of the employeeRef property.
|
String |
getInitials()
Gets the value of the initials property.
|
SalesRepTypeEnum |
getNameOf()
Gets the value of the nameOf property.
|
ReferenceType |
getOtherNameRef()
Gets the value of the otherNameRef property.
|
IntuitAnyType |
getSalesRepEx()
Gets the value of the salesRepEx property.
|
ReferenceType |
getVendorRef()
Gets the value of the vendorRef property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isActive()
Gets the value of the active property.
|
void |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setEmployeeRef(ReferenceType value)
Sets the value of the employeeRef property.
|
void |
setInitials(String value)
Sets the value of the initials property.
|
void |
setNameOf(SalesRepTypeEnum value)
Sets the value of the nameOf property.
|
void |
setOtherNameRef(ReferenceType value)
Sets the value of the otherNameRef property.
|
void |
setSalesRepEx(IntuitAnyType value)
Sets the value of the salesRepEx property.
|
void |
setVendorRef(ReferenceType value)
Sets the value of the vendorRef property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected SalesRepTypeEnum nameOf
protected Boolean active
protected ReferenceType employeeRef
protected ReferenceType vendorRef
protected ReferenceType otherNameRef
protected String initials
protected IntuitAnyType salesRepEx
public SalesRepTypeEnum getNameOf()
SalesRepTypeEnumpublic void setNameOf(SalesRepTypeEnum value)
value - allowed object is
SalesRepTypeEnumpublic Boolean isActive()
Booleanpublic void setActive(Boolean value)
value - allowed object is
Booleanpublic ReferenceType getEmployeeRef()
ReferenceTypepublic void setEmployeeRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getVendorRef()
ReferenceTypepublic void setVendorRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getOtherNameRef()
ReferenceTypepublic void setOtherNameRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic String getInitials()
Stringpublic void setInitials(String value)
value - allowed object is
Stringpublic IntuitAnyType getSalesRepEx()
IntuitAnyTypepublic void setSalesRepEx(IntuitAnyType value)
value - allowed object is
IntuitAnyTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class IntuitEntitypublic boolean equals(Object object)
equals in class IntuitEntitypublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class IntuitEntitypublic int hashCode()
hashCode in class IntuitEntityCopyright © 2017. All rights reserved.