Class UserMappingRow

  • Direct Known Subclasses:
    StyleMappingRow

    public class UserMappingRow
    extends UserCustomRow
    User Mapping Row containing the values from a single result set row
    Since:
    3.0.1
    Author:
    osbornb
    • Constructor Detail

      • UserMappingRow

        protected UserMappingRow​(UserMappingTable table)
        Constructor to create an empty row
        Parameters:
        table - user mapping table
      • UserMappingRow

        public UserMappingRow​(UserCustomRow userCustomRow)
        Constructor
        Parameters:
        userCustomRow - user custom row
      • UserMappingRow

        public UserMappingRow​(UserMappingRow userMappingRow)
        Copy Constructor
        Parameters:
        userMappingRow - user mapping row to copy
    • Method Detail

      • getBaseIdColumnIndex

        public int getBaseIdColumnIndex()
        Get the base ID column index
        Returns:
        base ID column index
      • getBaseIdColumn

        public UserCustomColumn getBaseIdColumn()
        Get the base ID column
        Returns:
        base ID column
      • getBaseId

        public long getBaseId()
        Get the base ID
        Returns:
        base ID
      • setBaseId

        public void setBaseId​(long baseId)
        Set the base ID
        Parameters:
        baseId - base ID
      • getRelatedIdColumnIndex

        public int getRelatedIdColumnIndex()
        Get the related ID column index
        Returns:
        related ID column index
      • getRelatedIdColumn

        public UserCustomColumn getRelatedIdColumn()
        Get the related ID column
        Returns:
        related ID column
      • getRelatedId

        public long getRelatedId()
        Get the related ID
        Returns:
        related ID
      • setRelatedId

        public void setRelatedId​(long relatedId)
        Set the related ID
        Parameters:
        relatedId - related ID