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()
String
public void setActiveFlag(Boolean value)
value
- allowed object is
String
public String getApproverUserName()
String
public void setApproverUserName(String value)
value
- allowed object is
String
public Integer getApproverUserObjectId()
Integer
public void setApproverUserObjectId(Integer value)
value
- allowed object is
Integer
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 String getDelegateUserEmailAddress()
String
public void setDelegateUserEmailAddress(String value)
value
- allowed object is
String
public String getDelegateUserName()
String
public void setDelegateUserName(String value)
value
- allowed object is
String
public Integer getDelegateUserObjectId()
Integer
public void setDelegateUserObjectId(Integer value)
value
- allowed object is
Integer
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 getObjectId()
Integer
public void setObjectId(Integer value)
value
- allowed object is
Integer
public Integer getProjectObjectId()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.