public class Rule extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<Pattern> |
getBody() |
String |
getDescription() |
Pattern |
getHead() |
long |
getId() |
String |
getName() |
int |
hashCode() |
void |
setBody(List<Pattern> body) |
void |
setDescription(String description) |
void |
setHead(Pattern head) |
void |
setId(long id) |
void |
setName(String name) |
String |
toString() |
String |
toString(Map<String,String> namespaces) |
public long getId()
public void setId(long id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Pattern getHead()
public void setHead(Pattern head)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.