public static class Document.ResourceInfo.Column extends Object
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">
<attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="CostUnit" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Cost" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="CostPer" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="OvertimeUnit" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Unit" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Email" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="OvertimeCost" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Group" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
cost |
protected Double |
costPer |
protected Integer |
costUnit |
protected String |
email |
protected String |
group |
protected Integer |
id |
protected String |
name |
protected String |
notes |
protected Double |
overtimeCost |
protected Integer |
overtimeUnit |
protected Integer |
type |
protected Integer |
unit |
| Constructor and Description |
|---|
Column() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getCost()
Gets the value of the cost property.
|
Double |
getCostPer()
Gets the value of the costPer property.
|
Integer |
getCostUnit()
Gets the value of the costUnit property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getGroup()
Gets the value of the group property.
|
Integer |
getID()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNotes()
Gets the value of the notes property.
|
Double |
getOvertimeCost()
Gets the value of the overtimeCost property.
|
Integer |
getOvertimeUnit()
Gets the value of the overtimeUnit property.
|
Integer |
getType()
Gets the value of the type property.
|
Integer |
getUnit()
Gets the value of the unit property.
|
void |
setCost(Double value)
Sets the value of the cost property.
|
void |
setCostPer(Double value)
Sets the value of the costPer property.
|
void |
setCostUnit(Integer value)
Sets the value of the costUnit property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setGroup(String value)
Sets the value of the group property.
|
void |
setID(Integer value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
void |
setOvertimeCost(Double value)
Sets the value of the overtimeCost property.
|
void |
setOvertimeUnit(Integer value)
Sets the value of the overtimeUnit property.
|
void |
setType(Integer value)
Sets the value of the type property.
|
void |
setUnit(Integer value)
Sets the value of the unit property.
|
protected Integer id
protected Integer costUnit
protected Double cost
protected Double costPer
protected Integer type
protected Integer overtimeUnit
protected String notes
protected Integer unit
protected String email
protected Double overtimeCost
protected String name
protected String group
public void setID(Integer value)
value - allowed object is
Stringpublic Integer getCostUnit()
Stringpublic void setCostUnit(Integer value)
value - allowed object is
Stringpublic Double getCost()
Stringpublic void setCost(Double value)
value - allowed object is
Stringpublic Double getCostPer()
Stringpublic void setCostPer(Double value)
value - allowed object is
Stringpublic Integer getType()
Stringpublic void setType(Integer value)
value - allowed object is
Stringpublic Integer getOvertimeUnit()
Stringpublic void setOvertimeUnit(Integer value)
value - allowed object is
Stringpublic String getNotes()
Stringpublic void setNotes(String value)
value - allowed object is
Stringpublic Integer getUnit()
Stringpublic void setUnit(Integer value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic Double getOvertimeCost()
Stringpublic void setOvertimeCost(Double value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getGroup()
StringCopyright © 2000–2025 MPXJ. All rights reserved.