Class Tracker2SoapRow


  • public class Tracker2SoapRow
    extends FolderSoapRow
    A list of trackers is represented by TrackerSoapList class. Each row within a tracker list is represented by the TrackerSoapRow class.
    Change History
    Release: 6.1
    • Added icon field.
    Release: 6.2
    • Added tracker unit.
    Since:
    4.1
    • Constructor Detail

      • Tracker2SoapRow

        public Tracker2SoapRow()
    • Method Detail

      • getLastEditedByUsername

        public String getLastEditedByUsername()
        Returns 'lastEditedByUsername'. The username of the last user to edit the tracker
        Returns:
        Value of 'lastEditedByUsername'.
      • setLastEditedByUsername

        public void setLastEditedByUsername​(String lastEditedByUsername)
        Sets 'lastEditedByUsername'. The username of the last user to edit the tracker
        Parameters:
        lastEditedByUsername - Value of 'lastEditedByUsername'.
      • getLastEditedByFullname

        public String getLastEditedByFullname()
        Returns 'lastEditedByFullname'. The full name of the last user to edit the tracker
        Returns:
        Value of 'lastEditedByFullname'.
      • setLastEditedByFullname

        public void setLastEditedByFullname​(String lastEditedByFullname)
        Sets 'lastEditedByFullname'. The full name of the last user to edit the tracker
        Parameters:
        lastEditedByFullname - Value of 'lastEditedByFullname'.
      • getLastEditedDate

        public Date getLastEditedDate()
        Returns 'lastEditedDate'. When details of the tracker were last changed
        Returns:
        Value of 'lastEditedDate'.
      • setLastEditedDate

        public void setLastEditedDate​(Date lastEditedDate)
        Sets 'lastEditedDate'. When details of the tracker were last changed
        Parameters:
        lastEditedDate - Value of 'lastEditedDate'.
      • getIcon

        public String getIcon()
        Returns 'icon'. The tracker icon
        Returns:
        Value of 'icon'.
      • setIcon

        public void setIcon​(String icon)
        Sets 'icon'. The tracker icon
        Parameters:
        icon - Value of 'icon'.
      • getTrackerUnitId

        public String getTrackerUnitId()
        Returns 'trackerUnitId'. The tracker unit id
        Returns:
        Value of 'trackerUnitId'.
      • setTrackerUnitId

        public void setTrackerUnitId​(String trackerUnitId)
        Sets 'trackerUnitId'. The tracker unit id
        Parameters:
        trackerUnitId - Value of 'trackerUnitId'.
      • registerTypeMappings

        public static void registerTypeMappings​(org.apache.axis.client.Call call)