public class TimesheetDelegateType extends Object
Java class for TimesheetDelegateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimesheetDelegateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ActiveFlag" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ApproverUserName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="32"/>
</restriction>
</simpleType>
</element>
<element name="ApproverUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<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="DelegateUserEmailAddress" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="120"/>
</restriction>
</simpleType>
</element>
<element name="DelegateUserName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="DelegateUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="LastUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LastUpdateUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
activeFlag |
protected String |
approverUserName |
protected Integer |
approverUserObjectId |
protected LocalDateTime |
createDate |
protected String |
createUser |
protected String |
delegateUserEmailAddress |
protected String |
delegateUserName |
protected Integer |
delegateUserObjectId |
protected LocalDateTime |
lastUpdateDate |
protected String |
lastUpdateUser |
protected Integer |
objectId |
protected Integer |
projectObjectId |
| Constructor and Description |
|---|
TimesheetDelegateType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApproverUserName()
Gets the value of the approverUserName property.
|
Integer |
getApproverUserObjectId()
Gets the value of the approverUserObjectId property.
|
LocalDateTime |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
String |
getDelegateUserEmailAddress()
Gets the value of the delegateUserEmailAddress property.
|
String |
getDelegateUserName()
Gets the value of the delegateUserName property.
|
Integer |
getDelegateUserObjectId()
Gets the value of the delegateUserObjectId property.
|
LocalDateTime |
getLastUpdateDate()
Gets the value of the lastUpdateDate property.
|
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property.
|
Integer |
getObjectId()
Gets the value of the objectId property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
Boolean |
isActiveFlag()
Gets the value of the activeFlag property.
|
void |
setActiveFlag(Boolean value)
Sets the value of the activeFlag property.
|
void |
setApproverUserName(String value)
Sets the value of the approverUserName property.
|
void |
setApproverUserObjectId(Integer value)
Sets the value of the approverUserObjectId property.
|
void |
setCreateDate(LocalDateTime value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setDelegateUserEmailAddress(String value)
Sets the value of the delegateUserEmailAddress property.
|
void |
setDelegateUserName(String value)
Sets the value of the delegateUserName property.
|
void |
setDelegateUserObjectId(Integer value)
Sets the value of the delegateUserObjectId property.
|
void |
setLastUpdateDate(LocalDateTime value)
Sets the value of the lastUpdateDate property.
|
void |
setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property.
|
void |
setObjectId(Integer value)
Sets the value of the objectId property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
protected Boolean activeFlag
protected String approverUserName
protected Integer approverUserObjectId
protected LocalDateTime createDate
protected String createUser
protected String delegateUserEmailAddress
protected String delegateUserName
protected Integer delegateUserObjectId
protected LocalDateTime lastUpdateDate
protected String lastUpdateUser
protected Integer objectId
protected Integer projectObjectId
public Boolean isActiveFlag()
Stringpublic void setActiveFlag(Boolean value)
value - allowed object is
Stringpublic String getApproverUserName()
Stringpublic void setApproverUserName(String value)
value - allowed object is
Stringpublic Integer getApproverUserObjectId()
Integerpublic void setApproverUserObjectId(Integer value)
value - allowed object is
Integerpublic LocalDateTime getCreateDate()
Stringpublic void setCreateDate(LocalDateTime value)
value - allowed object is
Stringpublic String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic String getDelegateUserEmailAddress()
Stringpublic void setDelegateUserEmailAddress(String value)
value - allowed object is
Stringpublic String getDelegateUserName()
Stringpublic void setDelegateUserName(String value)
value - allowed object is
Stringpublic Integer getDelegateUserObjectId()
Integerpublic void setDelegateUserObjectId(Integer value)
value - allowed object is
Integerpublic LocalDateTime getLastUpdateDate()
Stringpublic void setLastUpdateDate(LocalDateTime value)
value - allowed object is
Stringpublic String getLastUpdateUser()
Stringpublic void setLastUpdateUser(String value)
value - allowed object is
Stringpublic Integer getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic Integer getProjectObjectId()
IntegerCopyright © 2000–2025 MPXJ. All rights reserved.