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 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(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)
QName
getContainerClassType()
QName
getDataType()
String
getDisplayName()
QName
getModelQname()
QName
getQname()
String
getShortQname()
int
hashCode()
-
Methods inherited from class org.alfresco.repo.web.scripts.facet.FacetablePropertyFTL
getTitle
-
-
-
-
Field Detail
-
propDef
protected final 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(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 QName getQname()
- Specified by:
getQname
in classFacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in classFacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
-
getContainerClassType
public QName getContainerClassType()
- Specified by:
getContainerClassType
in classFacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
-
getDataType
public QName getDataType()
- Specified by:
getDataType
in classFacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
-
getModelQname
public QName getModelQname()
- Specified by:
getModelQname
in classFacetablePropertyFTL<FacetablePropertyFTL.StandardFacetablePropertyFTL>
-
compareTo
public int compareTo(FacetablePropertyFTL.StandardFacetablePropertyFTL that)
-
-