Class VClassJena
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.beans.BaseResourceBean
-
- edu.cornell.mannlib.vitro.webapp.beans.VClass
-
- edu.cornell.mannlib.vitro.webapp.dao.jena.VClassJena
-
- All Implemented Interfaces:
ResourceBean,Comparable<VClass>
public class VClassJena extends VClass
A Java class representing a lazy loading ontology ("VIVO") class
-
-
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 VClassJena(org.apache.jena.ontology.OntClass cls, WebappDaoFactoryJena wadf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VClassJenacopy()Constructs the VClassJena as a deep copy of an existing VClassJena.StringgetCustomDisplayView()StringgetCustomEntryForm()StringgetCustomSearchView()StringgetCustomShortView()StringgetDescription()Information about the type of information expected of a member of this VClassintgetDisplayLimit()intgetDisplayRank()StringgetExample()An example member of this VClassStringgetGroupURI()BaseResourceBean.RoleLevelgetHiddenFromDisplayBelowRoleLevel()BaseResourceBean.RoleLevelgetHiddenFromPublishBelowRoleLevel()StringgetLabel()StringgetLocalNameWithPrefix()StringgetName()What this VClass is calledStringgetPickListName()BaseResourceBean.RoleLevelgetProhibitedFromUpdateBelowRoleLevel()FloatgetSearchBoost()StringgetShortDef()List<VClass>getUnionComponents()booleanisUnion()-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.beans.VClass
compareTo, copyFields, getEntityCount, getGroup, getQuickEditJsp, 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, getLocalName, getNamespace, getURI, hashCode, isAnonymous, setHiddenFromDisplayBelowRoleLevel, setHiddenFromDisplayBelowRoleLevelUsingRoleUri, setHiddenFromPublishBelowRoleLevel, setHiddenFromPublishBelowRoleLevelUsingRoleUri, setLocalName, setLocalNameWithPrefix, setNamespace, setPickListName, setProhibitedFromUpdateBelowRoleLevel, setProhibitedFromUpdateBelowRoleLevelUsingRoleUri, setURI
-
-
-
-
Constructor Detail
-
VClassJena
public VClassJena(org.apache.jena.ontology.OntClass cls, WebappDaoFactoryJena wadf)
-
-
Method Detail
-
copy
public VClassJena copy()
Constructs the VClassJena as a deep copy of an existing VClassJena.
-
getLabel
public String getLabel()
- Specified by:
getLabelin interfaceResourceBean- Overrides:
getLabelin classBaseResourceBean
-
getLocalNameWithPrefix
public String getLocalNameWithPrefix()
- Overrides:
getLocalNameWithPrefixin classBaseResourceBean
-
getPickListName
public String getPickListName()
- Specified by:
getPickListNamein interfaceResourceBean- Overrides:
getPickListNamein classBaseResourceBean
-
getExample
public String getExample()
An example member of this VClass- Overrides:
getExamplein classVClass
-
getDescription
public String getDescription()
Information about the type of information expected of a member of this VClass- Overrides:
getDescriptionin classVClass
-
getShortDef
public String getShortDef()
- Overrides:
getShortDefin classVClass
-
getDisplayLimit
public int getDisplayLimit()
- Overrides:
getDisplayLimitin classVClass
-
getDisplayRank
public int getDisplayRank()
- Overrides:
getDisplayRankin classVClass
-
getGroupURI
public String getGroupURI()
- Overrides:
getGroupURIin classVClass
-
getCustomEntryForm
public String getCustomEntryForm()
- Overrides:
getCustomEntryFormin classVClass
-
getCustomDisplayView
public String getCustomDisplayView()
- Overrides:
getCustomDisplayViewin classVClass
-
getCustomShortView
public String getCustomShortView()
- Overrides:
getCustomShortViewin classVClass
-
getCustomSearchView
public String getCustomSearchView()
- Overrides:
getCustomSearchViewin classVClass
-
getSearchBoost
public Float getSearchBoost()
- Overrides:
getSearchBoostin classVClass
-
getHiddenFromDisplayBelowRoleLevel
public BaseResourceBean.RoleLevel getHiddenFromDisplayBelowRoleLevel()
- Specified by:
getHiddenFromDisplayBelowRoleLevelin interfaceResourceBean- Overrides:
getHiddenFromDisplayBelowRoleLevelin classBaseResourceBean
-
getProhibitedFromUpdateBelowRoleLevel
public BaseResourceBean.RoleLevel getProhibitedFromUpdateBelowRoleLevel()
- Specified by:
getProhibitedFromUpdateBelowRoleLevelin interfaceResourceBean- Overrides:
getProhibitedFromUpdateBelowRoleLevelin classBaseResourceBean
-
getHiddenFromPublishBelowRoleLevel
public BaseResourceBean.RoleLevel getHiddenFromPublishBelowRoleLevel()
- Specified by:
getHiddenFromPublishBelowRoleLevelin interfaceResourceBean- Overrides:
getHiddenFromPublishBelowRoleLevelin classBaseResourceBean
-
getUnionComponents
public List<VClass> getUnionComponents()
- Overrides:
getUnionComponentsin classVClass
-
-