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
String
public Integer getCostUnit()
String
public void setCostUnit(Integer value)
value
- allowed object is
String
public Double getCost()
String
public void setCost(Double value)
value
- allowed object is
String
public Double getCostPer()
String
public void setCostPer(Double value)
value
- allowed object is
String
public Integer getType()
String
public void setType(Integer value)
value
- allowed object is
String
public Integer getOvertimeUnit()
String
public void setOvertimeUnit(Integer value)
value
- allowed object is
String
public String getNotes()
String
public void setNotes(String value)
value
- allowed object is
String
public Integer getUnit()
String
public void setUnit(Integer value)
value
- allowed object is
String
public String getEmail()
String
public void setEmail(String value)
value
- allowed object is
String
public Double getOvertimeCost()
String
public void setOvertimeCost(Double value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getGroup()
String
Copyright © 2000–2025 MPXJ. All rights reserved.