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="CommentDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CommentText" type="{http://www.w3.org/2001/XMLSchema}string" 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="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="ReadFlag" type="{http://www.w3.org/2001/XMLSchema}boolean" 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 Date |
commentDate |
protected String |
commentText |
protected Date |
createDate |
protected String |
createUser |
protected Date |
lastUpdateDate |
protected String |
lastUpdateUser |
protected Integer |
objectId |
protected String |
personalName |
protected Boolean |
readFlag |
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.
|
Date |
getCommentDate()
Gets the value of the commentDate property.
|
String |
getCommentText()
Gets the value of the commentText 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 |
getObjectId()
Gets the value of the objectId property.
|
String |
getPersonalName()
Gets the value of the personalName property.
|
String |
getTimeDiff()
Gets the value of the timeDiff property.
|
Integer |
getUserObjectId()
Gets the value of the userObjectId property.
|
Boolean |
isReadFlag()
Gets the value of the readFlag property.
|
void |
setActivityObjectId(Integer value)
Sets the value of the activityObjectId property.
|
void |
setCommentDate(Date value)
Sets the value of the commentDate property.
|
void |
setCommentText(String value)
Sets the value of the commentText property.
|
void |
setCreateDate(Date value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setLastUpdateDate(Date 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 |
setReadFlag(Boolean value)
Sets the value of the readFlag 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 Date commentDate
protected String commentText
protected Date createDate
protected String createUser
protected Date lastUpdateDate
protected String lastUpdateUser
protected Integer objectId
protected String personalName
protected Boolean readFlag
protected String timeDiff
protected Integer userObjectId
public Integer getActivityObjectId()
Integerpublic void setActivityObjectId(Integer value)
value - allowed object is
Integerpublic Date getCommentDate()
Stringpublic void setCommentDate(Date value)
value - allowed object is
Stringpublic String getCommentText()
Stringpublic void setCommentText(String value)
value - allowed object is
Stringpublic Date getCreateDate()
Stringpublic void setCreateDate(Date value)
value - allowed object is
Stringpublic String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic 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 getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic String getPersonalName()
Stringpublic void setPersonalName(String value)
value - allowed object is
Stringpublic Boolean isReadFlag()
Booleanpublic void setReadFlag(Boolean value)
value - allowed object is
Booleanpublic String getTimeDiff()
Stringpublic void setTimeDiff(String value)
value - allowed object is
Stringpublic Integer getUserObjectId()
IntegerCopyright © 2013. All Rights Reserved.