Class PropertyGroup
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.beans.BaseResourceBean
-
- edu.cornell.mannlib.vitro.webapp.beans.PropertyGroup
-
- All Implemented Interfaces:
ResourceBean,Comparable<PropertyGroup>
public class PropertyGroup extends BaseResourceBean implements Comparable<PropertyGroup>
-
-
Field Summary
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.beans.BaseResourceBean
localName, localNameWithPrefix, namespace, pickListName, URI
-
-
Constructor Summary
Constructors Constructor Description PropertyGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(PropertyGroup o2)Sorts PropertyGroup objects by group rank, then alphanumeric.intgetDisplayRank()StringgetName()List<Property>getPropertyList()StringgetPublicDescription()intgetStatementCount()voidsetDisplayRank(int in)voidsetName(String in)voidsetPropertyList(List<Property> in)voidsetPublicDescription(String s)voidsetStatementCount(int count)-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.beans.BaseResourceBean
equals, getLabel, getLocalName, getLocalNameWithPrefix, getNamespace, getPickListName, getURI, hashCode, isAnonymous, setLocalName, setLocalNameWithPrefix, setNamespace, setPickListName, setURI
-
-
-
-
Method Detail
-
getDisplayRank
public int getDisplayRank()
-
setDisplayRank
public void setDisplayRank(int in)
-
getName
public String getName()
-
setName
public void setName(String in)
-
getStatementCount
public int getStatementCount()
-
setStatementCount
public void setStatementCount(int count)
-
getPublicDescription
public String getPublicDescription()
-
setPublicDescription
public void setPublicDescription(String s)
-
compareTo
public int compareTo(PropertyGroup o2)
Sorts PropertyGroup objects by group rank, then alphanumeric.- Specified by:
compareToin interfaceComparable<PropertyGroup>
-
-