public class ActivityCommentType extends Object
Java class for ActivityCommentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityCommentType">
<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="AssignmentObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CommentDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CommentText" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="4000"/>
</restriction>
</simpleType>
</element>
<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="DeleteDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="DeleteUser" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="IsRejected" 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="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PersonalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ReadFlag" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="RejectionComments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TimeDiff" type="{http://www.w3.org/2001/XMLSchema}string" 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 Integer |
assignmentObjectId |
protected LocalDateTime |
commentDate |
protected String |
commentText |
protected LocalDateTime |
createDate |
protected String |
createUser |
protected LocalDateTime |
deleteDate |
protected String |
deleteUser |
protected Boolean |
isRejected |
protected LocalDateTime |
lastUpdateDate |
protected String |
lastUpdateUser |
protected Integer |
objectId |
protected String |
personalName |
protected Integer |
projectObjectId |
protected Boolean |
readFlag |
protected String |
rejectionComments |
protected String |
timeDiff |
protected Integer |
userObjectId |
| Constructor and Description |
|---|
ActivityCommentType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getActivityObjectId()
Gets the value of the activityObjectId property.
|
Integer |
getAssignmentObjectId()
Gets the value of the assignmentObjectId property.
|
LocalDateTime |
getCommentDate()
Gets the value of the commentDate property.
|
String |
getCommentText()
Gets the value of the commentText property.
|
LocalDateTime |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
LocalDateTime |
getDeleteDate()
Gets the value of the deleteDate property.
|
String |
getDeleteUser()
Gets the value of the deleteUser 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.
|
String |
getPersonalName()
Gets the value of the personalName property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
String |
getRejectionComments()
Gets the value of the rejectionComments property.
|
String |
getTimeDiff()
Gets the value of the timeDiff property.
|
Integer |
getUserObjectId()
Gets the value of the userObjectId property.
|
Boolean |
isIsRejected()
Gets the value of the isRejected property.
|
Boolean |
isReadFlag()
Gets the value of the readFlag property.
|
void |
setActivityObjectId(Integer value)
Sets the value of the activityObjectId property.
|
void |
setAssignmentObjectId(Integer value)
Sets the value of the assignmentObjectId property.
|
void |
setCommentDate(LocalDateTime value)
Sets the value of the commentDate property.
|
void |
setCommentText(String value)
Sets the value of the commentText property.
|
void |
setCreateDate(LocalDateTime value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setDeleteDate(LocalDateTime value)
Sets the value of the deleteDate property.
|
void |
setDeleteUser(String value)
Sets the value of the deleteUser property.
|
void |
setIsRejected(Boolean value)
Sets the value of the isRejected 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 |
setPersonalName(String value)
Sets the value of the personalName property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setReadFlag(Boolean value)
Sets the value of the readFlag property.
|
void |
setRejectionComments(String value)
Sets the value of the rejectionComments property.
|
void |
setTimeDiff(String value)
Sets the value of the timeDiff property.
|
void |
setUserObjectId(Integer value)
Sets the value of the userObjectId property.
|
protected Integer activityObjectId
protected Integer assignmentObjectId
protected LocalDateTime commentDate
protected String commentText
protected LocalDateTime createDate
protected String createUser
protected LocalDateTime deleteDate
protected String deleteUser
protected Boolean isRejected
protected LocalDateTime lastUpdateDate
protected String lastUpdateUser
protected Integer objectId
protected String personalName
protected Integer projectObjectId
protected Boolean readFlag
protected String rejectionComments
protected String timeDiff
protected Integer userObjectId
public Integer getActivityObjectId()
Integerpublic void setActivityObjectId(Integer value)
value - allowed object is
Integerpublic Integer getAssignmentObjectId()
Integerpublic void setAssignmentObjectId(Integer value)
value - allowed object is
Integerpublic LocalDateTime getCommentDate()
Stringpublic void setCommentDate(LocalDateTime value)
value - allowed object is
Stringpublic String getCommentText()
Stringpublic void setCommentText(String value)
value - allowed object is
Stringpublic LocalDateTime getCreateDate()
Stringpublic void setCreateDate(LocalDateTime value)
value - allowed object is
Stringpublic String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic LocalDateTime getDeleteDate()
Stringpublic void setDeleteDate(LocalDateTime value)
value - allowed object is
Stringpublic String getDeleteUser()
Stringpublic void setDeleteUser(String value)
value - allowed object is
Stringpublic Boolean isIsRejected()
Stringpublic void setIsRejected(Boolean value)
value - allowed object is
Stringpublic 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 String getPersonalName()
Stringpublic void setPersonalName(String value)
value - allowed object is
Stringpublic Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic Boolean isReadFlag()
Stringpublic void setReadFlag(Boolean value)
value - allowed object is
Stringpublic String getRejectionComments()
Stringpublic void setRejectionComments(String value)
value - allowed object is
Stringpublic String getTimeDiff()
Stringpublic void setTimeDiff(String value)
value - allowed object is
Stringpublic Integer getUserObjectId()
IntegerCopyright © 2000–2025 MPXJ. All rights reserved.