Class Property

  • All Implemented Interfaces:
    Comparable<org.hippoecm.hst.content.beans.standard.HippoBean>, org.hippoecm.hst.content.beans.manager.ObjectConverterAware, org.hippoecm.hst.content.beans.NodeAware, org.hippoecm.hst.content.beans.standard.ContentBean, org.hippoecm.hst.content.beans.standard.HippoBean, org.hippoecm.hst.content.beans.standard.IdentifiableContentBean

    public class Property
    extends org.hippoecm.hst.content.beans.standard.HippoItem
    [properties:property] - properties:name (string) - properties:value (string)
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.hippoecm.hst.content.beans.standard.HippoItem

        org.hippoecm.hst.content.beans.standard.HippoItem.ComparatorMap
    • Field Summary

      • Fields inherited from class org.hippoecm.hst.content.beans.standard.HippoItem

        comparePath, detached, displayName, localizedName, name, node, objectConverter, path, valueProvider
    • Constructor Summary

      Constructors 
      Constructor Description
      Property()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getName()  
      String getValue()  
      • Methods inherited from class org.hippoecm.hst.content.beans.standard.HippoItem

        attach, compareTo, detach, equalCompare, equals, getAvailableTranslations, getBean, getBean, getBeanByUUID, getCanonicalBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getComparePath, getDisplayName, getEqualComparator, getIdentifier, getLinkedBean, getLinkedBeans, getMultipleProperty, getMultipleProperty, getNode, getObjectConverter, getParentBean, getPath, getProperties, getProperty, getSingleProperty, getSingleProperty, getValueProvider, hashCode, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf, isVersionedNode, setComparePath, setDisplayName, setIdentifier, setName, setNode, setObjectConverter, setPath
      • Methods inherited from interface org.hippoecm.hst.content.beans.standard.HippoBean

        getContentType
      • Methods inherited from interface org.hippoecm.hst.content.beans.standard.IdentifiableContentBean

        getRepresentationId
    • Constructor Detail

      • Property

        public Property()
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.hippoecm.hst.content.beans.standard.HippoBean
        Overrides:
        getName in class org.hippoecm.hst.content.beans.standard.HippoItem
      • getValue

        public String getValue()