Package com.day.cq.dam.scene7.api.model
Interface Scene7PropertySet
-
public interface Scene7PropertySet
Abstraction 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.String
getSetHandle()
Returns this property set's set handle.java.lang.String
getTypeHandle()
Returns this property set's type handle.
-
-
-
Method Detail
-
getSetHandle
java.lang.String getSetHandle()
Returns this property set's set handle.- Returns:
- a
String
with the set handle
-
getTypeHandle
java.lang.String getTypeHandle()
Returns this property set's type handle.- Returns:
- a
String
with the type handle
-
getProperties
java.util.Map<java.lang.String,java.lang.String> getProperties()
Returns this property set's properties.- Returns:
- a
Map
with the properties; can be empty for property sets without properties
-
-