Package com.day.cq.dam.scene7.api.model
Interface Scene7PropertySet
public interface Scene7PropertySet
Abstraction of a Scene7 Property Set.
-
Method Summary
Modifier and TypeMethodDescriptionReturns this property set's properties.Returns this property set's set handle.Returns this property set's type handle.
-
Method Details
-
getSetHandle
String getSetHandle()Returns this property set's set handle.- Returns:
- a
Stringwith the set handle
-
getTypeHandle
String getTypeHandle()Returns this property set's type handle.- Returns:
- a
Stringwith the type handle
-
getProperties
Returns this property set's properties.- Returns:
- a
Mapwith the properties; can be empty for property sets without properties
-