public abstract class Pattern extends AbstractPersistable
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected int |
weight |
id| Constructor and Description |
|---|
Pattern() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
int |
getWeight() |
void |
setCode(String code) |
void |
setWeight(int weight) |
String |
toString() |
getId, setIdprotected String code
protected int weight
public String getCode()
public void setCode(String code)
public int getWeight()
public void setWeight(int weight)
public String toString()
toString in class AbstractPersistableCopyright © 2006–2020 JBoss by Red Hat. All rights reserved.