Interface ISpouseData

  • All Superinterfaces:
    IPersonalData
    All Known Implementing Classes:
    SpouseData

    public interface ISpouseData
    extends IPersonalData
    Interface defining the personal data of the spouse
    Author:
    Andi Hotz, (c) Sahits GmbH, 2012 Created on Jul 25, 2012
    • Method Detail

      • getPortraitResourceName

        java.lang.String getPortraitResourceName()
        Retrieve an portrait resource name
        Returns:
        resource name of the portrait
      • getPopularityInHerHomeTown

        int getPopularityInHerHomeTown()
        Retrieve her popularity in her home town
        Returns:
        popularity in the spouse hometown
      • getPopularityInYourHomeTown

        int getPopularityInYourHomeTown()
        Retrieve her popularity in your home town
        Returns:
        populatity of hte spouse in your hometown.
      • getConnectionsInHerHomeTown

        int getConnectionsInHerHomeTown()
        Retrieve the number of connections to councilmen in her hometown.
        Returns:
        level of connection in the spouse home town.
      • getConnectionsInYourHomeTown

        int getConnectionsInYourHomeTown()
        Retrieve the number of connections to councilmen in your home town
        Returns:
        level of connection in your home town.