Package com.day.cq.dam.scene7.api.model
Interface Scene7PropertySet
-
public interface Scene7PropertySetAbstraction of a Scene7 Property Set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getProperties()Returns this property set's properties.java.lang.StringgetSetHandle()Returns this property set's set handle.java.lang.StringgetTypeHandle()Returns this property set's type handle.
-
-
-
Method Detail
-
getSetHandle
java.lang.String getSetHandle()
Returns this property set's set handle.- Returns:
- a
Stringwith the set handle
-
getTypeHandle
java.lang.String getTypeHandle()
Returns this property set's type handle.- Returns:
- a
Stringwith the type handle
-
getProperties
java.util.Map<java.lang.String,java.lang.String> getProperties()
Returns this property set's properties.- Returns:
- a
Mapwith the properties; can be empty for property sets without properties
-
-