public class UpdateServiceOrderDetail extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ServiceOrderDetailID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ResourceID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="PricingMethodID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="UnitPrice" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SpecialInstructions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
notes |
protected String |
password |
protected int |
pricingMethodID |
protected BigDecimal |
quantity |
protected int |
resourceID |
protected int |
serviceOrderDetailID |
protected String |
specialInstructions |
protected BigDecimal |
unitPrice |
protected String |
userName |
| Constructor and Description |
|---|
UpdateServiceOrderDetail() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
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.EqualsStrategy strategy) |
String |
getNotes()
Gets the value of the notes property.
|
String |
getPassword()
Gets the value of the password property.
|
int |
getPricingMethodID()
Gets the value of the pricingMethodID property.
|
BigDecimal |
getQuantity()
Gets the value of the quantity property.
|
int |
getResourceID()
Gets the value of the resourceID property.
|
int |
getServiceOrderDetailID()
Gets the value of the serviceOrderDetailID property.
|
String |
getSpecialInstructions()
Gets the value of the specialInstructions property.
|
BigDecimal |
getUnitPrice()
Gets the value of the unitPrice property.
|
String |
getUserName()
Gets the value of the userName property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setNotes(String value)
Sets the value of the notes property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPricingMethodID(int value)
Sets the value of the pricingMethodID property.
|
void |
setQuantity(BigDecimal value)
Sets the value of the quantity property.
|
void |
setResourceID(int value)
Sets the value of the resourceID property.
|
void |
setServiceOrderDetailID(int value)
Sets the value of the serviceOrderDetailID property.
|
void |
setSpecialInstructions(String value)
Sets the value of the specialInstructions property.
|
void |
setUnitPrice(BigDecimal value)
Sets the value of the unitPrice property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
String |
toString() |
protected String userName
protected String password
protected int serviceOrderDetailID
protected int resourceID
protected BigDecimal quantity
protected int pricingMethodID
protected BigDecimal unitPrice
protected String notes
protected String specialInstructions
public String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic int getServiceOrderDetailID()
public void setServiceOrderDetailID(int value)
public int getResourceID()
public void setResourceID(int value)
public BigDecimal getQuantity()
BigDecimalpublic void setQuantity(BigDecimal value)
value - allowed object is
BigDecimalpublic int getPricingMethodID()
public void setPricingMethodID(int value)
public BigDecimal getUnitPrice()
BigDecimalpublic void setUnitPrice(BigDecimal value)
value - allowed object is
BigDecimalpublic String getNotes()
Stringpublic void setNotes(String value)
value - allowed object is
Stringpublic String getSpecialInstructions()
Stringpublic void setSpecialInstructions(String value)
value - allowed object is
Stringpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2017 University of Wisconsin-Madison, Computer-Aided Engineering Center. All Rights Reserved.