Class DeployedRequisitionStats
- java.lang.Object
-
- org.opennms.core.config.api.JaxbListWrapper<java.lang.String>
-
- org.opennms.netmgt.provision.persist.requisition.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 Summary
Constructors Constructor Description DeployedRequisitionStats()
Instantiates a new deployed requisition statistics.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getForeignIds()
Gets the foreign IDs.java.lang.String
getForeignSource()
Gets the foreign source.java.util.Date
getLastImported()
Gets the foreign source.void
setForeignIds(java.util.List<java.lang.String> foreignIds)
Sets the foreign IDs.void
setForeignSource(java.lang.String foreignSource)
Sets the foreign source.void
setLastImported(java.util.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
-
-
-
-
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
-
-