Class DeployedRequisitionStats

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<java.lang.String>

    public class DeployedRequisitionStats
    extends JaxbListWrapper<java.lang.String>
    The Class DeployedRequisitionStats.
    Author:
    Alejandro Galue
    See Also:
    Serialized Form
    • Constructor Detail

      • DeployedRequisitionStats

        public DeployedRequisitionStats()
        Instantiates a new deployed requisition statistics.
    • Method Detail

      • getForeignSource

        public java.lang.String getForeignSource()
        Gets the foreign source.
        Returns:
        the foreign source
      • getLastImported

        public java.util.Date getLastImported()
        Gets the foreign source.
        Returns:
        the foreign source
      • getForeignIds

        public java.util.List<java.lang.String> getForeignIds()
        Gets the foreign IDs.
        Returns:
        the foreign IDs
      • setForeignSource

        public void setForeignSource​(java.lang.String foreignSource)
        Sets the foreign source.
        Parameters:
        foreignSource - the new foreign source
      • setLastImported

        public void setLastImported​(java.util.Date lastImported)
        Sets the last imported date.
        Parameters:
        lastImported - the new last imported date
      • setForeignIds

        public void setForeignIds​(java.util.List<java.lang.String> foreignIds)
        Sets the foreign IDs.
        Parameters:
        foreignIds - the new foreign IDs