Class DeployedRequisitionStats
- java.lang.Object
-
- org.opennms.core.config.api.JaxbListWrapper<String>
-
- org.opennms.netmgt.provision.persist.requisition.DeployedRequisitionStats
-
- All Implemented Interfaces:
Serializable
,Iterable<String>
public class DeployedRequisitionStats extends JaxbListWrapper<String>
The Class DeployedRequisitionStats.- Author:
- Alejandro Galue
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeployedRequisitionStats()
Instantiates a new deployed requisition statistics.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getForeignIds()
Gets the foreign IDs.String
getForeignSource()
Gets the foreign source.Date
getLastImported()
Gets the foreign source.void
setForeignIds(List<String> foreignIds)
Sets the foreign IDs.void
setForeignSource(String foreignSource)
Sets the foreign source.void
setLastImported(Date lastImported)
Sets the last imported date.-
Methods inherited from class org.opennms.core.config.api.JaxbListWrapper
add, add, addAll, addAll, clear, contains, containsAll, equals, get, getCount, getObjects, getOffset, getTotalCount, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, setCount, setObjects, setOffset, setTotalCount, size, subList, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getForeignSource
public String getForeignSource()
Gets the foreign source.- Returns:
- the foreign source
-
getLastImported
public Date getLastImported()
Gets the foreign source.- Returns:
- the foreign source
-
setForeignSource
public void setForeignSource(String foreignSource)
Sets the foreign source.- Parameters:
foreignSource
- the new foreign source
-
setLastImported
public void setLastImported(Date lastImported)
Sets the last imported date.- Parameters:
lastImported
- the new last imported date
-
-