| 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, org.apache.xpath.CachedXPathAPI cxpa, 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 getId(
)
| Accessor for ID |
| public boolean getMatchQueryString(
)
| Accessor for MATCH_QUERY_STRING |
| public int getMenuId(
)
| Accessor for MENU_ID |
| public String getPattern(
)
| Accessor for PATTERN |
| public String getPatternLanguage(
)
| Accessor for PATTERN_LANGUAGE |
| 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 biz.hammurapi.web.menu.sql.ResourcePatternImpl |
| 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 biz.hammurapi.web.menu.sql.ResourcePatternImpl and returns it |
| public void setDescription(
String Description
)
| Mutator for DESCRIPTION |
| public void setId(
int Id
)
| Mutator for ID |
| public void setMatchQueryString(
boolean MatchQueryString
)
| Mutator for MATCH_QUERY_STRING |
| public void setMenuId(
int MenuId
)
| Mutator for MENU_ID |
| public void setPattern(
String Pattern
)
| Mutator for PATTERN |
| public void setPatternLanguage(
String PatternLanguage
)
| Mutator for PATTERN_LANGUAGE |
| Name | Type | Modifiers | Attributes |
| _projector | biz.hammurapi.sql.Projector |
| |
| class$Description | java.lang.Class |
| |
| class$Pattern | java.lang.Class |
| |
| class$PatternLanguage | java.lang.Class |
| |
| Description | biz.hammurapi.sql.columns.ObjectColumn |
|
| Name | Value |
| column | yes |
| database-name | DESCRIPTION |
| java-type | java.lang.String |
| label | Description |
| nullable | yes |
|
| Id | biz.hammurapi.sql.columns.IntColumn |
|
| Name | Value |
| column | yes |
| database-name | ID |
| java-type | int |
| label | Id |
| primary-key | yes |
|
| MatchQueryString | biz.hammurapi.sql.columns.BooleanColumn |
|
| Name | Value |
| column | yes |
| database-name | MATCH_QUERY_STRING |
| java-type | boolean |
| label | Match query string |
|
| MenuId | biz.hammurapi.sql.columns.IntColumn |
|
| Name | Value |
| column | yes |
| database-name | MENU_ID |
| java-type | int |
| label | Menu id |
|
| Pattern | biz.hammurapi.sql.columns.ObjectColumn |
|
| Name | Value |
| column | yes |
| database-name | PATTERN |
| java-type | java.lang.String |
| label | Pattern |
| nullable | yes |
|
| PatternLanguage | biz.hammurapi.sql.columns.ObjectColumn |
|
| Name | Value |
| column | yes |
| database-name | PATTERN_LANGUAGE |
| java-type | java.lang.String |
| label | Pattern language |
|