public class ResourceAssignmentCodeAssignmentType extends Object
Java class for ResourceAssignmentCodeAssignmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceAssignmentCodeAssignmentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="CreateUser" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="LastUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="LastUpdateUser" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ResourceAssignmentCodeDescription" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="100"/> </restriction> </simpleType> </element> <element name="ResourceAssignmentCodeObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ResourceAssignmentCodeTypeName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="60"/> </restriction> </simpleType> </element> <element name="ResourceAssignmentCodeTypeObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ResourceAssignmentCodeValue" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="60"/> </restriction> </simpleType> </element> <element name="ResourceAssignmentObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected LocalDateTime |
createDate |
protected String |
createUser |
protected LocalDateTime |
lastUpdateDate |
protected String |
lastUpdateUser |
protected Integer |
projectObjectId |
protected String |
resourceAssignmentCodeDescription |
protected Integer |
resourceAssignmentCodeObjectId |
protected String |
resourceAssignmentCodeTypeName |
protected Integer |
resourceAssignmentCodeTypeObjectId |
protected String |
resourceAssignmentCodeValue |
protected Integer |
resourceAssignmentObjectId |
Constructor and Description |
---|
ResourceAssignmentCodeAssignmentType() |
Modifier and Type | Method and Description |
---|---|
LocalDateTime |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
LocalDateTime |
getLastUpdateDate()
Gets the value of the lastUpdateDate property.
|
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
String |
getResourceAssignmentCodeDescription()
Gets the value of the resourceAssignmentCodeDescription property.
|
Integer |
getResourceAssignmentCodeObjectId()
Gets the value of the resourceAssignmentCodeObjectId property.
|
String |
getResourceAssignmentCodeTypeName()
Gets the value of the resourceAssignmentCodeTypeName property.
|
Integer |
getResourceAssignmentCodeTypeObjectId()
Gets the value of the resourceAssignmentCodeTypeObjectId property.
|
String |
getResourceAssignmentCodeValue()
Gets the value of the resourceAssignmentCodeValue property.
|
Integer |
getResourceAssignmentObjectId()
Gets the value of the resourceAssignmentObjectId property.
|
void |
setCreateDate(LocalDateTime value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setLastUpdateDate(LocalDateTime value)
Sets the value of the lastUpdateDate property.
|
void |
setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setResourceAssignmentCodeDescription(String value)
Sets the value of the resourceAssignmentCodeDescription property.
|
void |
setResourceAssignmentCodeObjectId(Integer value)
Sets the value of the resourceAssignmentCodeObjectId property.
|
void |
setResourceAssignmentCodeTypeName(String value)
Sets the value of the resourceAssignmentCodeTypeName property.
|
void |
setResourceAssignmentCodeTypeObjectId(Integer value)
Sets the value of the resourceAssignmentCodeTypeObjectId property.
|
void |
setResourceAssignmentCodeValue(String value)
Sets the value of the resourceAssignmentCodeValue property.
|
void |
setResourceAssignmentObjectId(Integer value)
Sets the value of the resourceAssignmentObjectId property.
|
protected LocalDateTime createDate
protected String createUser
protected LocalDateTime lastUpdateDate
protected String lastUpdateUser
protected Integer projectObjectId
protected String resourceAssignmentCodeDescription
protected Integer resourceAssignmentCodeObjectId
protected String resourceAssignmentCodeTypeName
protected Integer resourceAssignmentCodeTypeObjectId
protected String resourceAssignmentCodeValue
protected Integer resourceAssignmentObjectId
public ResourceAssignmentCodeAssignmentType()
public LocalDateTime getCreateDate()
String
public void setCreateDate(LocalDateTime value)
value
- allowed object is
String
public String getCreateUser()
String
public void setCreateUser(String value)
value
- allowed object is
String
public LocalDateTime getLastUpdateDate()
String
public void setLastUpdateDate(LocalDateTime value)
value
- allowed object is
String
public String getLastUpdateUser()
String
public void setLastUpdateUser(String value)
value
- allowed object is
String
public Integer getProjectObjectId()
Integer
public void setProjectObjectId(Integer value)
value
- allowed object is
Integer
public String getResourceAssignmentCodeDescription()
String
public void setResourceAssignmentCodeDescription(String value)
value
- allowed object is
String
public Integer getResourceAssignmentCodeObjectId()
Integer
public void setResourceAssignmentCodeObjectId(Integer value)
value
- allowed object is
Integer
public String getResourceAssignmentCodeTypeName()
String
public void setResourceAssignmentCodeTypeName(String value)
value
- allowed object is
String
public Integer getResourceAssignmentCodeTypeObjectId()
Integer
public void setResourceAssignmentCodeTypeObjectId(Integer value)
value
- allowed object is
Integer
public String getResourceAssignmentCodeValue()
String
public void setResourceAssignmentCodeValue(String value)
value
- allowed object is
String
public Integer getResourceAssignmentObjectId()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.