Class VClassList
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.beans.BaseResourceBean
-
- edu.cornell.mannlib.vitro.webapp.beans.VClass
-
- edu.cornell.mannlib.vitro.webapp.beans.VClassList
-
- All Implemented Interfaces:
ResourceBean,Comparable<VClass>
public class VClassList extends VClass
simple class that extends vclass to include a list of entites that are members of that class.- Author:
- bdc34
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class edu.cornell.mannlib.vitro.webapp.beans.BaseResourceBean
BaseResourceBean.RoleLevel
-
-
Field Summary
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.beans.VClass
customDisplayView, customEntryForm, customSearchView, customShortView, displayLimit, displayRank, group, groupURI, myDescription, myEntityCount, myExample, myName, myShortDefinition, quickEditJsp, searchBoost
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.beans.BaseResourceBean
hiddenFromDisplayBelowRoleLevel, hiddenFromPublishBelowRoleLevel, localName, localNameWithPrefix, namespace, pickListName, prohibitedFromUpdateBelowRoleLevel, URI
-
-
Constructor Summary
Constructors Constructor Description VClassList(VClass vc, List<Individual> ents)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Comparator<Individual>getCompare()override this if you want a different sorting.List<Individual>getEntities()intgetSize()voidsetEntities(List<Individual> entities)voidsort()-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.beans.VClass
compareTo, copy, copyFields, getCustomDisplayView, getCustomEntryForm, getCustomSearchView, getCustomShortView, getDescription, getDisplayLimit, getDisplayRank, getEntityCount, getExample, getGroup, getGroupURI, getName, getQuickEditJsp, getSearchBoost, getShortDef, getUnionComponents, isUnion, setCustomDisplayView, setCustomEntryForm, setCustomSearchView, setCustomShortView, setDescription, setDisplayLimit, setDisplayRank, setEntityCount, setExample, setGroup, setGroupURI, setName, setQuickEditJsp, setSearchBoost, setShortDef, toString
-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.beans.BaseResourceBean
equals, getHiddenFromDisplayBelowRoleLevel, getHiddenFromPublishBelowRoleLevel, getLabel, getLocalName, getLocalNameWithPrefix, getNamespace, getPickListName, getProhibitedFromUpdateBelowRoleLevel, getURI, hashCode, isAnonymous, setHiddenFromDisplayBelowRoleLevel, setHiddenFromDisplayBelowRoleLevelUsingRoleUri, setHiddenFromPublishBelowRoleLevel, setHiddenFromPublishBelowRoleLevelUsingRoleUri, setLocalName, setLocalNameWithPrefix, setNamespace, setPickListName, setProhibitedFromUpdateBelowRoleLevel, setProhibitedFromUpdateBelowRoleLevelUsingRoleUri, setURI
-
-
-
-
Constructor Detail
-
VClassList
public VClassList(VClass vc, List<Individual> ents)
-
-
Method Detail
-
getEntities
public List<Individual> getEntities()
-
setEntities
public void setEntities(List<Individual> entities)
-
sort
public void sort()
-
getSize
public int getSize()
-
getCompare
public Comparator<Individual> getCompare()
override this if you want a different sorting.
-
-