public abstract class Pattern extends AbstractPersistable
Modifier and Type | Field and Description |
---|---|
protected String |
code |
protected int |
weight |
id
Constructor and Description |
---|
Pattern() |
protected 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 AbstractPersistable
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.