Class RegexModel
java.lang.Object
com.gentics.contentnode.rest.model.RegexModel
- All Implemented Interfaces:
Serializable
Model for Regex definition
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDescriptionExpressiongetId()
Local Regex IDgetName()
Namevoid
setDescription
(String description) Set descriptionvoid
setExpression
(String expression) Set expressionvoid
Set the local IDvoid
Set the name
-
Constructor Details
-
RegexModel
public RegexModel()
-
-
Method Details
-
getId
Local Regex ID- Returns:
- ID
-
setId
Set the local ID- Parameters:
id
- local ID
-
getName
Name- Returns:
- name
-
setName
Set the name- Parameters:
name
- name
-
getDescription
Description- Returns:
- description
-
setDescription
Set description- Parameters:
description
- description
-
getExpression
Expression- Returns:
- expression
-
setExpression
Set expression- Parameters:
expression
- expression
-