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, setSyncToken
protected SalesRepTypeEnum nameOf
protected Boolean active
protected ReferenceType employeeRef
protected ReferenceType vendorRef
protected ReferenceType otherNameRef
protected String initials
protected IntuitAnyType salesRepEx
public SalesRepTypeEnum getNameOf()
SalesRepTypeEnum
public void setNameOf(SalesRepTypeEnum value)
value
- allowed object is
SalesRepTypeEnum
public Boolean isActive()
Boolean
public void setActive(Boolean value)
value
- allowed object is
Boolean
public ReferenceType getEmployeeRef()
ReferenceType
public void setEmployeeRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getVendorRef()
ReferenceType
public void setVendorRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getOtherNameRef()
ReferenceType
public void setOtherNameRef(ReferenceType value)
value
- allowed object is
ReferenceType
public String getInitials()
String
public void setInitials(String value)
value
- allowed object is
String
public IntuitAnyType getSalesRepEx()
IntuitAnyType
public void setSalesRepEx(IntuitAnyType value)
value
- allowed object is
IntuitAnyType
public 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.Equals2
equals
in class IntuitEntity
public boolean equals(Object object)
equals
in class IntuitEntity
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
hashCode
in class IntuitEntity
public int hashCode()
hashCode
in class IntuitEntity
Copyright © 2017. All rights reserved.