public class GroupSet extends Object implements Serializable
Constructor and Description |
---|
GroupSet() |
Modifier and Type | Method and Description |
---|---|
void |
addNbisinglenode(int index,
Nbisinglenode vNbisinglenode) |
void |
addNbisinglenode(Nbisinglenode vNbisinglenode) |
void |
deleteNodesMatching() |
void |
deleteNodesWithoutinventoryAtAll() |
void |
deleteNodesWithoutinventoryAtReportDate() |
void |
deleteTotalNodes() |
Enumeration<Nbisinglenode> |
enumerateNbisinglenode()
Method enumerateNbisinglenode.
|
boolean |
equals(Object other) |
String |
getGroupSetName()
Returns the value of field 'groupSetName'.
|
Nbisinglenode[] |
getNbisinglenode()
Method getNbisinglenode.Returns the contents of the collection in an Array.
|
Nbisinglenode |
getNbisinglenode(int index)
Method getNbisinglenode.
|
List<Nbisinglenode> |
getNbisinglenodeCollection()
Method getNbisinglenodeCollection.Returns a reference to
'nbisinglenodeList'.
|
int |
getNbisinglenodeCount()
Method getNbisinglenodeCount.
|
Integer |
getNodesMatching()
Returns the value of field 'nodesMatching'.
|
Integer |
getNodesWithoutinventoryAtAll()
Returns the value of field 'nodesWithoutinventoryAtAll'.
|
Integer |
getNodesWithoutinventoryAtReportDate()
Returns the value of field 'nodesWithoutinventoryAtReportDate'.
|
Integer |
getTotalNodes()
Returns the value of field 'totalNodes'.
|
int |
hashCode() |
boolean |
hasNodesMatching()
Method hasNodesMatching.
|
boolean |
hasNodesWithoutinventoryAtAll()
Method hasNodesWithoutinventoryAtAll.
|
boolean |
hasNodesWithoutinventoryAtReportDate()
Method hasNodesWithoutinventoryAtReportDate.
|
boolean |
hasTotalNodes()
Method hasTotalNodes.
|
Iterator<Nbisinglenode> |
iterateNbisinglenode()
Method iterateNbisinglenode.
|
void |
removeAllNbisinglenode() |
boolean |
removeNbisinglenode(Nbisinglenode vNbisinglenode)
Method removeNbisinglenode.
|
Nbisinglenode |
removeNbisinglenodeAt(int index)
Method removeNbisinglenodeAt.
|
void |
setGroupSetName(String groupSetName)
Sets the value of field 'groupSetName'.
|
void |
setNbisinglenode(int index,
Nbisinglenode vNbisinglenode) |
void |
setNbisinglenode(List<Nbisinglenode> vNbisinglenodeList)
Sets the value of 'nbisinglenodeList' by copying the given Vector.
|
void |
setNbisinglenode(Nbisinglenode[] vNbisinglenodeArray) |
void |
setNbisinglenodeCollection(List<Nbisinglenode> nbisinglenodeList)
Deprecated.
|
void |
setNodesMatching(Integer nodesMatching)
Sets the value of field 'nodesMatching'.
|
void |
setNodesWithoutinventoryAtAll(Integer nodesWithoutinventoryAtAll)
Sets the value of field 'nodesWithoutinventoryAtAll'.
|
void |
setNodesWithoutinventoryAtReportDate(Integer nodesWithoutinventoryAtReportDate)
Sets the value of field 'nodesWithoutinventoryAtReportDate'.
|
void |
setTotalNodes(Integer totalNodes)
Sets the value of field 'totalNodes'.
|
public void addNbisinglenode(Nbisinglenode vNbisinglenode) throws IndexOutOfBoundsException
vNbisinglenode
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void addNbisinglenode(int index, Nbisinglenode vNbisinglenode) throws IndexOutOfBoundsException
index
- vNbisinglenode
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void deleteNodesMatching()
public void deleteNodesWithoutinventoryAtAll()
public void deleteNodesWithoutinventoryAtReportDate()
public void deleteTotalNodes()
public Enumeration<Nbisinglenode> enumerateNbisinglenode()
public String getGroupSetName()
public Nbisinglenode getNbisinglenode(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic Nbisinglenode[] getNbisinglenode()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<Nbisinglenode> getNbisinglenodeCollection()
public int getNbisinglenodeCount()
public Integer getNodesMatching()
public Integer getNodesWithoutinventoryAtAll()
public Integer getNodesWithoutinventoryAtReportDate()
public Integer getTotalNodes()
public boolean hasNodesMatching()
public boolean hasNodesWithoutinventoryAtAll()
public boolean hasNodesWithoutinventoryAtReportDate()
public boolean hasTotalNodes()
public Iterator<Nbisinglenode> iterateNbisinglenode()
public void removeAllNbisinglenode()
public boolean removeNbisinglenode(Nbisinglenode vNbisinglenode)
vNbisinglenode
- public Nbisinglenode removeNbisinglenodeAt(int index)
index
- public void setGroupSetName(String groupSetName)
groupSetName
- the value of field 'groupSetName'.public void setNbisinglenode(int index, Nbisinglenode vNbisinglenode) throws IndexOutOfBoundsException
index
- vNbisinglenode
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void setNbisinglenode(Nbisinglenode[] vNbisinglenodeArray)
vNbisinglenodeArray
- public void setNbisinglenode(List<Nbisinglenode> vNbisinglenodeList)
vNbisinglenodeList
- the Vector to copy.public void setNbisinglenodeCollection(List<Nbisinglenode> nbisinglenodeList)
nbisinglenodeList
- the Vector to set.public void setNodesMatching(Integer nodesMatching)
nodesMatching
- the value of field 'nodesMatching'.public void setNodesWithoutinventoryAtAll(Integer nodesWithoutinventoryAtAll)
nodesWithoutinventoryAtAll
- the value of field
'nodesWithoutinventoryAtAll'.public void setNodesWithoutinventoryAtReportDate(Integer nodesWithoutinventoryAtReportDate)
nodesWithoutinventoryAtReportDate
- the value of field
'nodesWithoutinventoryAtReportDate'.public void setTotalNodes(Integer totalNodes)
totalNodes
- the value of field 'totalNodes'.Copyright © 2021. All rights reserved.