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()
Integer
public void setActivityObjectId(Integer value)
value
- allowed object is
Integer
public Integer getAssignmentObjectId()
Integer
public void setAssignmentObjectId(Integer value)
value
- allowed object is
Integer
public LocalDateTime getCommentDate()
String
public void setCommentDate(LocalDateTime value)
value
- allowed object is
String
public String getCommentText()
String
public void setCommentText(String value)
value
- allowed object is
String
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 getDeleteDate()
String
public void setDeleteDate(LocalDateTime value)
value
- allowed object is
String
public String getDeleteUser()
String
public void setDeleteUser(String value)
value
- allowed object is
String
public Boolean isIsRejected()
String
public void setIsRejected(Boolean 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 getObjectId()
Integer
public void setObjectId(Integer value)
value
- allowed object is
Integer
public String getPersonalName()
String
public void setPersonalName(String value)
value
- allowed object is
String
public Integer getProjectObjectId()
Integer
public void setProjectObjectId(Integer value)
value
- allowed object is
Integer
public Boolean isReadFlag()
String
public void setReadFlag(Boolean value)
value
- allowed object is
String
public String getRejectionComments()
String
public void setRejectionComments(String value)
value
- allowed object is
String
public String getTimeDiff()
String
public void setTimeDiff(String value)
value
- allowed object is
String
public Integer getUserObjectId()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.