3
É4à[	  ã               @   s   d Z ddlZG dd„ dƒZdS )zk
This class contains all the parameters related to the urinary system of men.

@author: Vertigo BioSystems
é    Nc               @   s„   e Zd Zdd„ Zedd„ ƒZejdd„ ƒZedd„ ƒZejdd„ ƒZed	d
„ ƒZejdd
„ ƒZedd„ ƒZ	e	jdd„ ƒZ	dd„ Z
dS )ÚUrinarySystemMenc             C   s   d | _ d | _d | _d | _d S )N)Úfluid_retentionÚdifficulty_urinatingÚstinging_when_urinatingÚget_up_to_urinate)Úself© r   ú[/var/www/vitahealth/hygea.vitahealth/riskmap/src/vbs_riskmap/healthinfo/UrinarySystemMen.pyÚ__init__   s    zUrinarySystemMen.__init__c             C   s   | j S )z
False/True)Ú"_UrinarySystemMen__fluid_retention)r   r   r   r	   r      s    z UrinarySystemMen.fluid_retentionc             C   s
   || _ dS )z
False/TrueN)r   )r   r   r   r   r	   r      s    c             C   s   | j S )z
False/True)Ú'_UrinarySystemMen__difficulty_urinating)r   r   r   r	   r      s    z%UrinarySystemMen.difficulty_urinatingc             C   s
   || _ dS )z
False/TrueN)r   )r   r   r   r   r	   r   "   s    c             C   s   | j S )z
False/True)Ú*_UrinarySystemMen__stinging_when_urinating)r   r   r   r	   r   '   s    z(UrinarySystemMen.stinging_when_urinatingc             C   s
   || _ dS )z
False/TrueN)r   )r   r   r   r   r	   r   ,   s    c             C   s   | j S )z
False/True)Ú$_UrinarySystemMen__get_up_to_urinate)r   r   r   r	   r   1   s    z"UrinarySystemMen.get_up_to_urinatec             C   s
   || _ dS )z
False/TrueN)r   )r   r   r   r   r	   r   6   s    c             C   s>   |j dƒ| _|j dƒ| _|j dƒ| _|j dƒ| _tjdƒ dS )z?
        Sets the input parameters in the attributes.

        r   r   r   r   z$URINARY SYSTEM MEN parameters ended.N)Úgetr   r   r   r   ÚloggingÚinfo)r   Úparamsr   r   r	   Ú
set_params;   s
    zUrinarySystemMen.set_paramsN)Ú__name__Ú
__module__Ú__qualname__r
   Úpropertyr   Úsetterr   r   r   r   r   r   r   r	   r      s   r   )Ú__doc__r   r   r   r   r   r	   Ú<module>   s   