Class TemplateContent<F>
- java.lang.Object
-
- org.apache.syncope.client.console.commons.TemplateContent<F>
-
- All Implemented Interfaces:
Serializable
public class TemplateContent<F> extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateContent(String key, F format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
F
getFormat()
String
getKey()
void
setContent(String content)
-