Scenario JavaScript is disabled on your browser. model

Class Scenario

    All Implemented Interfaces:
    java.io.Serializable


    public class Scenario
    extends java.lang.Object
    implements java.io.Serializable
    Author:
    caglar
    See Also:
    Serialized Form

      Field Summary

      Fields 
      Modifier and Type Field and Description
      private java.lang.Integer difficultyId Attribute difficultyId.
      private java.lang.Integer mapId Attribute mapId.
      private java.lang.Integer scenarioId Attribute scenarioId.
      private java.lang.Integer weatherId Attribute weatherId.

      Constructor Summary

      Constructors 
      Constructor and Description
      Scenario() 

      Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.Integer getDifficultyId() 
      java.lang.Integer getId() 
      java.lang.Integer getMapId() 
      java.lang.Integer getweatherId() 
      void setDifficultyId(java.lang.Integer difficultyId) 
      void setId(java.lang.Integer id) 
      void setMapId(java.lang.Integer mapId) 
      void setweatherId(java.lang.Integer weatherId) 

        Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

      Field Detail

        scenarioId

        private java.lang.Integer scenarioId
        Attribute scenarioId.

        mapId

        private java.lang.Integer mapId
        Attribute mapId.

        weatherId

        private java.lang.Integer weatherId
        Attribute weatherId.

        difficultyId

        private java.lang.Integer difficultyId
        Attribute difficultyId.

      Constructor Detail

        Scenario

        public Scenario()

      Method Detail

        getId

        public java.lang.Integer getId()
        Returns:
        id

        setId

        public void setId(java.lang.Integer id)
        Parameters:
        id - new value for id

        getMapId

        public java.lang.Integer getMapId()
        Returns:
        mapId

        setMapId

        public void setMapId(java.lang.Integer mapId)
        Parameters:
        mapId -

        getweatherId

        public java.lang.Integer getweatherId()
        Returns:
        weatherID

        setweatherId

        public void setweatherId(java.lang.Integer weatherId)
        Parameters:
        weatherId -

        getDifficultyId

        public java.lang.Integer getDifficultyId()

        setDifficultyId

        public void setDifficultyId(java.lang.Integer difficultyId)
        Parameters:
        difficultyId -