Method | Description |
public void <init>(
)
| Default constructor |
public void <init>(
boolean force
)
| Constructor with force parameter |
public void <init>(
org.w3c.dom.Element holder, boolean force
)
throws biz.hammurapi.config.ConfigurationException | Constructor from DOM element |
public void <init>(
org.w3c.dom.Element holder, java.util.Properties pathMap, boolean force
)
throws biz.hammurapi.config.ConfigurationException | Constructor from DOM element |
public void <init>(
java.sql.ResultSet rs
)
throws java.sql.SQLException | Constructor from row |
public Object clone(
)
throws java.lang.CloneNotSupportedException | Deep clone - clones columns. |
public String getDescription(
)
| Accessor for DESCRIPTION |
public int getLevelId(
)
| Accessor for LEVEL_ID |
public int getTokenTypeId(
)
| Accessor for TOKEN_TYPE_ID |
public static java.util.Collection project(
biz.hammurapi.sql.SQLProcessor processor, String sql, biz.hammurapi.sql.Parameterizer parameterizer
)
| Returns database backed collection with elements of type org.mesopotamia.sql.LanguageElementRequiredLevelImpl |
public static java.util.Collection project(
biz.hammurapi.sql.SQLProcessor processor, String sql, biz.hammurapi.sql.Parameterizer parameterizer, java.util.Collection receiver
)
throws java.sql.SQLException | Populates receiver collection with elements of type org.mesopotamia.sql.LanguageElementRequiredLevelImpl and returns it |
public void setDescription(
String Description
)
| Mutator for DESCRIPTION |
public void setLevelId(
int LevelId
)
| Mutator for LEVEL_ID |
public void setTokenTypeId(
int TokenTypeId
)
| Mutator for TOKEN_TYPE_ID |