Klasse IdMethodParameter

java.lang.Object
org.apache.torque.templates.model.IdMethodParameter

public class IdMethodParameter extends Object
The model of the id-method-parameter tag in a Torque schema file.
Version:
$Id: $
  • Felddetails

    • parent

      public Table parent
      The table where the id method parameter belongs to.
    • name

      public String name
      The name of the parameter.
    • value

      public String value
      The value of the parameter.
  • Konstruktordetails

    • IdMethodParameter

      public IdMethodParameter()