Class Notes.Comments
java.lang.Object
com.oracle.communications.brm.cc.model.Notes.Comments
- All Implemented Interfaces:
Serializable
- Enclosing class:
Notes
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="csrLoginId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="csrFirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="csrLastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="csrAccountId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="externalUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="trackingId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="entryDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe comment.protected StringThe CSR's account ID.protected StringThe CSR's first name.protected StringThe CSR's last name.protected StringThe login ID associated with the CSR.protected CalendarThe date and time the comment was entered by the CSR.protected StringThe external user.protected StringThe tracking ID. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe comment.The CSR's account ID.The CSR's first name.The CSR's last name.The login ID associated with the CSR.The date and time the comment was entered by the CSR.The external user.The tracking ID.voidsetComment(String value) Sets the value of the comment property.voidsetCsrAccountId(String value) Sets the value of the csrAccountId property.voidsetCsrFirstName(String value) Sets the value of the csrFirstName property.voidsetCsrLastName(String value) Sets the value of the csrLastName property.voidsetCsrLoginId(String value) Sets the value of the csrLoginId property.voidsetEntryDate(Calendar value) Sets the value of the entryDate property.voidsetExternalUser(String value) Sets the value of the externalUser property.voidsetTrackingId(String value) Sets the value of the trackingId property.
-
Field Details
-
csrLoginId
The login ID associated with the CSR. -
csrFirstName
The CSR's first name. -
csrLastName
The CSR's last name. -
csrAccountId
The CSR's account ID. -
externalUser
The external user. -
comment
The comment. -
trackingId
The tracking ID. -
entryDate
The date and time the comment was entered by the CSR.
-
-
Constructor Details
-
Comments
public Comments()
-
-
Method Details
-
getCsrLoginId
The login ID associated with the CSR.- Returns:
- possible object is
String
-
setCsrLoginId
Sets the value of the csrLoginId property.- Parameters:
value- allowed object isString- See Also:
-
getCsrFirstName
The CSR's first name.- Returns:
- possible object is
String
-
setCsrFirstName
Sets the value of the csrFirstName property.- Parameters:
value- allowed object isString- See Also:
-
getCsrLastName
The CSR's last name.- Returns:
- possible object is
String
-
setCsrLastName
Sets the value of the csrLastName property.- Parameters:
value- allowed object isString- See Also:
-
getCsrAccountId
The CSR's account ID.- Returns:
- possible object is
String
-
setCsrAccountId
Sets the value of the csrAccountId property.- Parameters:
value- allowed object isString- See Also:
-
getExternalUser
The external user.- Returns:
- possible object is
String
-
setExternalUser
Sets the value of the externalUser property.- Parameters:
value- allowed object isString- See Also:
-
getComment
The comment.- Returns:
- possible object is
String
-
setComment
Sets the value of the comment property.- Parameters:
value- allowed object isString- See Also:
-
getTrackingId
The tracking ID.- Returns:
- possible object is
String
-
setTrackingId
Sets the value of the trackingId property.- Parameters:
value- allowed object isString- See Also:
-
getEntryDate
The date and time the comment was entered by the CSR.- Returns:
- possible object is
String
-
setEntryDate
Sets the value of the entryDate property.- Parameters:
value- allowed object isString- See Also:
-