java.lang.Object
org.sourceid.saml20.adapter.conf.FieldList
org.sourceid.saml20.adapter.conf.Row
All Implemented Interfaces:
Serializable

public class Row extends FieldList implements Serializable
This class holds the Fields from a row in a table.
See Also:
  • Constructor Details

    • Row

      public Row(List<Field> fields)
    • Row

      public Row(List<Field> fields, boolean isDefaultRow)
  • Method Details

    • isDefaultRow

      public boolean isDefaultRow()