public class ActivityNoteUpdateType extends Object
Java class for ActivityNoteUpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityNoteUpdateType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ActivityNoteObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ActivityObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ChangeSetObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="RequestUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
activityNoteObjectId |
protected Integer |
activityObjectId |
protected Integer |
changeSetObjectId |
protected LocalDateTime |
date |
protected String |
note |
protected Integer |
requestUserObjectId |
Constructor and Description |
---|
ActivityNoteUpdateType() |
Modifier and Type | Method and Description |
---|---|
Integer |
getActivityNoteObjectId()
Gets the value of the activityNoteObjectId property.
|
Integer |
getActivityObjectId()
Gets the value of the activityObjectId property.
|
Integer |
getChangeSetObjectId()
Gets the value of the changeSetObjectId property.
|
LocalDateTime |
getDate()
Gets the value of the date property.
|
String |
getNote()
Gets the value of the note property.
|
Integer |
getRequestUserObjectId()
Gets the value of the requestUserObjectId property.
|
void |
setActivityNoteObjectId(Integer value)
Sets the value of the activityNoteObjectId property.
|
void |
setActivityObjectId(Integer value)
Sets the value of the activityObjectId property.
|
void |
setChangeSetObjectId(Integer value)
Sets the value of the changeSetObjectId property.
|
void |
setDate(LocalDateTime value)
Sets the value of the date property.
|
void |
setNote(String value)
Sets the value of the note property.
|
void |
setRequestUserObjectId(Integer value)
Sets the value of the requestUserObjectId property.
|
protected Integer activityNoteObjectId
protected Integer activityObjectId
protected Integer changeSetObjectId
protected LocalDateTime date
protected String note
protected Integer requestUserObjectId
public Integer getActivityNoteObjectId()
Integer
public void setActivityNoteObjectId(Integer value)
value
- allowed object is
Integer
public Integer getActivityObjectId()
Integer
public void setActivityObjectId(Integer value)
value
- allowed object is
Integer
public Integer getChangeSetObjectId()
Integer
public void setChangeSetObjectId(Integer value)
value
- allowed object is
Integer
public LocalDateTime getDate()
String
public void setDate(LocalDateTime value)
value
- allowed object is
String
public String getNote()
String
public void setNote(String value)
value
- allowed object is
String
public Integer getRequestUserObjectId()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.