public class Department extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Department complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Department">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}IntuitEntity">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SubDepartment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ParentRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="FullyQualifiedName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DepartmentEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected IntuitAnyType |
departmentEx |
protected String |
fullyQualifiedName |
protected String |
name |
protected ReferenceType |
parentRef |
protected Boolean |
subDepartment |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
Department() |
| 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) |
IntuitAnyType |
getDepartmentEx()
Gets the value of the departmentEx property.
|
String |
getFullyQualifiedName()
Gets the value of the fullyQualifiedName property.
|
String |
getName()
Gets the value of the name property.
|
ReferenceType |
getParentRef()
Gets the value of the parentRef 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.
|
Boolean |
isSubDepartment()
Gets the value of the subDepartment property.
|
void |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setDepartmentEx(IntuitAnyType value)
Sets the value of the departmentEx property.
|
void |
setFullyQualifiedName(String value)
Sets the value of the fullyQualifiedName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParentRef(ReferenceType value)
Sets the value of the parentRef property.
|
void |
setSubDepartment(Boolean value)
Sets the value of the subDepartment property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected String name
protected Boolean subDepartment
protected ReferenceType parentRef
protected String fullyQualifiedName
protected Boolean active
protected IntuitAnyType departmentEx
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean isSubDepartment()
Booleanpublic void setSubDepartment(Boolean value)
value - allowed object is
Booleanpublic ReferenceType getParentRef()
ReferenceTypepublic void setParentRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic String getFullyQualifiedName()
Stringpublic void setFullyQualifiedName(String value)
value - allowed object is
Stringpublic Boolean isActive()
Booleanpublic void setActive(Boolean value)
value - allowed object is
Booleanpublic IntuitAnyType getDepartmentEx()
IntuitAnyTypepublic void setDepartmentEx(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.