Class Notes.Comments

java.lang.Object
com.oracle.communications.brm.cc.model.Notes.Comments
All Implemented Interfaces:
Serializable
Enclosing class:
Notes

public static class Notes.Comments extends Object implements Serializable

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 Details

    • csrLoginId

      protected String csrLoginId
      The login ID associated with the CSR.
    • csrFirstName

      protected String csrFirstName
      The CSR's first name.
    • csrLastName

      protected String csrLastName
      The CSR's last name.
    • csrAccountId

      protected String csrAccountId
      The CSR's account ID.
    • externalUser

      protected String externalUser
      The external user.
    • comment

      protected String comment
      The comment.
    • trackingId

      protected String trackingId
      The tracking ID.
    • entryDate

      protected Calendar entryDate
      The date and time the comment was entered by the CSR.
  • Constructor Details

    • Comments

      public Comments()
  • Method Details

    • getCsrLoginId

      public String getCsrLoginId()
      The login ID associated with the CSR.
      Returns:
      possible object is String
    • setCsrLoginId

      public void setCsrLoginId(String value)
      Sets the value of the csrLoginId property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCsrFirstName

      public String getCsrFirstName()
      The CSR's first name.
      Returns:
      possible object is String
    • setCsrFirstName

      public void setCsrFirstName(String value)
      Sets the value of the csrFirstName property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCsrLastName

      public String getCsrLastName()
      The CSR's last name.
      Returns:
      possible object is String
    • setCsrLastName

      public void setCsrLastName(String value)
      Sets the value of the csrLastName property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCsrAccountId

      public String getCsrAccountId()
      The CSR's account ID.
      Returns:
      possible object is String
    • setCsrAccountId

      public void setCsrAccountId(String value)
      Sets the value of the csrAccountId property.
      Parameters:
      value - allowed object is String
      See Also:
    • getExternalUser

      public String getExternalUser()
      The external user.
      Returns:
      possible object is String
    • setExternalUser

      public void setExternalUser(String value)
      Sets the value of the externalUser property.
      Parameters:
      value - allowed object is String
      See Also:
    • getComment

      public String getComment()
      The comment.
      Returns:
      possible object is String
    • setComment

      public void setComment(String value)
      Sets the value of the comment property.
      Parameters:
      value - allowed object is String
      See Also:
    • getTrackingId

      public String getTrackingId()
      The tracking ID.
      Returns:
      possible object is String
    • setTrackingId

      public void setTrackingId(String value)
      Sets the value of the trackingId property.
      Parameters:
      value - allowed object is String
      See Also:
    • getEntryDate

      public Calendar getEntryDate()
      The date and time the comment was entered by the CSR.
      Returns:
      possible object is String
    • setEntryDate

      public void setEntryDate(Calendar value)
      Sets the value of the entryDate property.
      Parameters:
      value - allowed object is String
      See Also: