public class ActivityOwnerType extends Object
Java class for ActivityOwnerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityOwnerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ActivityObjectId" 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="IsActivityFlagged" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsBaseline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsTemplate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<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="UserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
activityObjectId |
protected Date |
createDate |
protected String |
createUser |
protected Boolean |
isActivityFlagged |
protected Boolean |
isBaseline |
protected Boolean |
isTemplate |
protected Date |
lastUpdateDate |
protected String |
lastUpdateUser |
protected Integer |
projectObjectId |
protected Integer |
userObjectId |
| Constructor and Description |
|---|
ActivityOwnerType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getActivityObjectId()
Gets the value of the activityObjectId property.
|
Date |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
Date |
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.
|
Integer |
getUserObjectId()
Gets the value of the userObjectId property.
|
Boolean |
isIsActivityFlagged()
Gets the value of the isActivityFlagged property.
|
Boolean |
isIsBaseline()
Gets the value of the isBaseline property.
|
Boolean |
isIsTemplate()
Gets the value of the isTemplate property.
|
void |
setActivityObjectId(Integer value)
Sets the value of the activityObjectId property.
|
void |
setCreateDate(Date value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setIsActivityFlagged(Boolean value)
Sets the value of the isActivityFlagged property.
|
void |
setIsBaseline(Boolean value)
Sets the value of the isBaseline property.
|
void |
setIsTemplate(Boolean value)
Sets the value of the isTemplate property.
|
void |
setLastUpdateDate(Date 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 |
setUserObjectId(Integer value)
Sets the value of the userObjectId property.
|
protected Integer activityObjectId
protected Date createDate
protected String createUser
protected Boolean isActivityFlagged
protected Boolean isBaseline
protected Boolean isTemplate
protected Date lastUpdateDate
protected String lastUpdateUser
protected Integer projectObjectId
protected Integer userObjectId
public Integer getActivityObjectId()
Integerpublic void setActivityObjectId(Integer value)
value - allowed object is
Integerpublic Date getCreateDate()
Stringpublic void setCreateDate(Date value)
value - allowed object is
Stringpublic String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic Boolean isIsActivityFlagged()
Booleanpublic void setIsActivityFlagged(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsBaseline()
Booleanpublic void setIsBaseline(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsTemplate()
Booleanpublic void setIsTemplate(Boolean value)
value - allowed object is
Booleanpublic Date getLastUpdateDate()
Stringpublic void setLastUpdateDate(Date value)
value - allowed object is
Stringpublic String getLastUpdateUser()
Stringpublic void setLastUpdateUser(String value)
value - allowed object is
Stringpublic Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic Integer getUserObjectId()
IntegerCopyright © 2013. All Rights Reserved.