Interface ISailors

  • All Superinterfaces:
    IPerson
    All Known Subinterfaces:
    ISailorState
    All Known Implementing Classes:
    SailorsState

    public interface ISailors
    extends IPerson
    Proxy object for any number of sailors.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2013 Created on Jan 20, 2013
    • Method Detail

      • getNumberOfSailors

        int getNumberOfSailors()
        Retrieve the numbers of sailors present
        Returns:
        number of sailors
      • isPresent

        boolean isPresent()
        Indicates if sailors are present
        Returns:
        true if there are sailors.