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 int getDependentLevelId(
)
| Accessor for DEPENDENT_LEVEL_ID |
public int getDependsOnLevelId(
)
| Accessor for DEPENDS_ON_LEVEL_ID |
public String getDescription(
)
| Accessor for DESCRIPTION |
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.LoaderDependencyImpl |
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.LoaderDependencyImpl and returns it |
public void setDependentLevelId(
int DependentLevelId
)
| Mutator for DEPENDENT_LEVEL_ID |
public void setDependsOnLevelId(
int DependsOnLevelId
)
| Mutator for DEPENDS_ON_LEVEL_ID |
public void setDescription(
String Description
)
| Mutator for DESCRIPTION |