public class JobInfo extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for JobInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JobInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Status" type="{http://schema.intuit.com/finance/v3}JobStatusEnum" minOccurs="0"/> <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="ProjectedEndDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="JobTypeRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected Date |
endDate |
protected ReferenceType |
jobTypeRef |
protected Date |
projectedEndDate |
protected Date |
startDate |
protected JobStatusEnum |
status |
Constructor and Description |
---|
JobInfo() |
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) |
String |
getDescription()
Gets the value of the description property.
|
Date |
getEndDate()
Gets the value of the endDate property.
|
ReferenceType |
getJobTypeRef()
Gets the value of the jobTypeRef property.
|
Date |
getProjectedEndDate()
Gets the value of the projectedEndDate property.
|
Date |
getStartDate()
Gets the value of the startDate property.
|
JobStatusEnum |
getStatus()
Gets the value of the status property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEndDate(Date value)
Sets the value of the endDate property.
|
void |
setJobTypeRef(ReferenceType value)
Sets the value of the jobTypeRef property.
|
void |
setProjectedEndDate(Date value)
Sets the value of the projectedEndDate property.
|
void |
setStartDate(Date value)
Sets the value of the startDate property.
|
void |
setStatus(JobStatusEnum value)
Sets the value of the status property.
|
protected JobStatusEnum status
protected Date startDate
protected Date projectedEndDate
protected Date endDate
protected String description
protected ReferenceType jobTypeRef
public JobStatusEnum getStatus()
JobStatusEnum
public void setStatus(JobStatusEnum value)
value
- allowed object is
JobStatusEnum
public Date getStartDate()
String
public void setStartDate(Date value)
value
- allowed object is
String
public Date getProjectedEndDate()
String
public void setProjectedEndDate(Date value)
value
- allowed object is
String
public Date getEndDate()
String
public void setEndDate(Date value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public ReferenceType getJobTypeRef()
ReferenceType
public void setJobTypeRef(ReferenceType value)
value
- allowed object is
ReferenceType
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
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
Copyright © 2017. All rights reserved.