Class FacetablePropertyFTL.StandardFacetablePropertyFTL
- java.lang.Object
-
- org.alfresco.repo.web.scripts.facet.FacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
-
- org.alfresco.repo.web.scripts.facet.FacetablePropertyFTL.StandardFacetablePropertyFTL
-
- All Implemented Interfaces:
Comparable<FacetablePropertyFTL.StandardFacetablePropertyFTL>
- Enclosing class:
- FacetablePropertyFTL<T>
public static class FacetablePropertyFTL.StandardFacetablePropertyFTL extends FacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
This class represents a normal Alfresco property which is facetable.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.alfresco.repo.web.scripts.facet.FacetablePropertyFTL
FacetablePropertyFTL.FacetablePropertyFTLComparator, FacetablePropertyFTL.SpecialFacetablePropertyFTL, FacetablePropertyFTL.StandardFacetablePropertyFTL, FacetablePropertyFTL.SyntheticFacetablePropertyFTL
-
-
Field Summary
Fields Modifier and Type Field Description protected String
displayName
A display name for this property.protected org.alfresco.service.cmr.dictionary.PropertyDefinition
propDef
The Alfresco property definition which declares this facetable property.-
Fields inherited from class org.alfresco.repo.web.scripts.facet.FacetablePropertyFTL
localisedTitle
-
-
Constructor Summary
Constructors Constructor Description StandardFacetablePropertyFTL(org.alfresco.service.cmr.dictionary.PropertyDefinition propDef, String localisedTitle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(FacetablePropertyFTL.StandardFacetablePropertyFTL that)
boolean
equals(Object obj)
org.alfresco.service.namespace.QName
getContainerClassType()
org.alfresco.service.namespace.QName
getDataType()
String
getDisplayName()
org.alfresco.service.namespace.QName
getModelQname()
org.alfresco.service.namespace.QName
getQname()
String
getShortQname()
int
hashCode()
-
Methods inherited from class org.alfresco.repo.web.scripts.facet.FacetablePropertyFTL
getTitle
-
-
-
-
Field Detail
-
propDef
protected final org.alfresco.service.cmr.dictionary.PropertyDefinition propDef
The Alfresco property definition which declares this facetable property.
-
displayName
protected final String displayName
A display name for this property.
-
-
Constructor Detail
-
StandardFacetablePropertyFTL
public StandardFacetablePropertyFTL(org.alfresco.service.cmr.dictionary.PropertyDefinition propDef, String localisedTitle)
- Parameters:
propDef
- ThePropertyDefinition
.localisedTitle
- The localised title for this property e.g. "Titre".
-
-
Method Detail
-
getShortQname
public String getShortQname()
- Specified by:
getShortQname
in classFacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
-
getQname
public org.alfresco.service.namespace.QName getQname()
- Specified by:
getQname
in classFacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in classFacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
-
getContainerClassType
public org.alfresco.service.namespace.QName getContainerClassType()
- Specified by:
getContainerClassType
in classFacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
-
getDataType
public org.alfresco.service.namespace.QName getDataType()
- Specified by:
getDataType
in classFacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
-
getModelQname
public org.alfresco.service.namespace.QName getModelQname()
- Specified by:
getModelQname
in classFacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
-
compareTo
public int compareTo(FacetablePropertyFTL.StandardFacetablePropertyFTL that)
-
-