public class WebProfileList extends java.util.ArrayList<WebProfile>
| Constructor and Description |
|---|
WebProfileList()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<WebProfile> |
getWebProfiles() |
int |
hashCode() |
WebProfileList |
setWebProfiles(java.util.List<WebProfile> webProfiles) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic java.util.List<WebProfile> getWebProfiles()
public WebProfileList setWebProfiles(java.util.List<WebProfile> webProfiles)
public boolean equals(java.lang.Object o)
equals in interface java.util.Collection<WebProfile>equals in interface java.util.List<WebProfile>equals in class java.util.AbstractList<WebProfile>protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in interface java.util.Collection<WebProfile>hashCode in interface java.util.List<WebProfile>hashCode in class java.util.AbstractList<WebProfile>