|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.torque.map.InheritanceMap
public class InheritanceMap
InheritanceMap is used to model OM inheritance classes.
Constructor Summary | |
---|---|
InheritanceMap(ColumnMap column,
String key,
String className,
String ancestor)
Create an inheritance map object. |
Method Summary | |
---|---|
String |
getClassName()
Returns the class name for this InheritanceMap. |
ColumnMap |
getColumn()
Returns the column this inheritance map belongs to. |
String |
getExtends()
Returns the ancestor class for the class described by this InheritanceMap. |
String |
getKey()
Returns the key by which this inheritanceMap is activated. |
void |
setClassName(String className)
Sets the class name for this InheritanceMap. |
void |
setColumn(ColumnMap column)
Sets the column this inheritance map belongs to. |
void |
setExtends(String ancestor)
Sets the ancestor class for the class described by this InheritanceMap. |
void |
setKey(String key)
Sets the key by which this inheritanceMap is activated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InheritanceMap(ColumnMap column, String key, String className, String ancestor)
column
- The column this inheritance map belongs to.key
- Key to determine which subclass appliesclassName
- package.Name of sub class to use for record.ancestor
- package.Name of class that className extends.Method Detail |
---|
public String getExtends()
public void setExtends(String ancestor)
ancestor
- The ancestor for the class described by this
InheritanceMap.public String getClassName()
public void setClassName(String className)
className
- The className for this InheritanceMap.public ColumnMap getColumn()
public void setColumn(ColumnMap column)
column
- the column this inheritance map belongs to.public String getKey()
public void setKey(String key)
key
- The key by which this inheritanceMap is activated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |