Version: 5.1.6

MEDMEM.UNIT Class Reference

#include <MEDMEM_Unit.hxx>

Public Member Functions

 UNIT ()
 UNIT (string Name, string Description)
 ~UNIT ()
UNIToperator= (const UNIT &unit)
void setName (string Name)
void setDescription (string Description)
void setMasse (int Masse)
void setLength (int Length)
void setTime (int Time)
void setTemperature (int Temperature)
void setMatterQuantity (int MatterQuantity)
void setCurrentStrength (int CurrentStrength)
void setLightIntensity (int LightIntensity)
string getName () const
string getDescription () const
int getMasse () const
int getLength () const
int getTime () const
int getTemperature () const
int getMatterQuantity () const
int getCurrentStrength () const
int getLightIntensity () const

Data Fields

string _name
string _description
int _masse
int _length
int _time
int _temperature
int _matterQuantity
int _currentStrength
int _lightIntensity

Constructor & Destructor Documentation

UNIT::UNIT (  ) 

References MESSAGE_MED.

UNIT::UNIT ( string  Name,
string  Description 
)

References MESSAGE_MED.

UNIT::~UNIT (  ) 

References MESSAGE_MED.


Member Function Documentation

UNIT & UNIT::operator= ( const UNIT unit  ) 
void MEDMEM.UNIT::setName ( string  Name  ) 

References MEDMEM.UNIT._name.

void MEDMEM.UNIT::setDescription ( string  Description  ) 
void MEDMEM.UNIT::setMasse ( int  Masse  ) 

References MEDMEM.UNIT._masse.

void MEDMEM.UNIT::setLength ( int  Length  ) 

References MEDMEM.UNIT._length.

void MEDMEM.UNIT::setTime ( int  Time  ) 

References MEDMEM.UNIT._time.

void MEDMEM.UNIT::setTemperature ( int  Temperature  ) 
void MEDMEM.UNIT::setMatterQuantity ( int  MatterQuantity  ) 
void MEDMEM.UNIT::setCurrentStrength ( int  CurrentStrength  ) 
void MEDMEM.UNIT::setLightIntensity ( int  LightIntensity  ) 
string MEDMEM.UNIT::getName (  )  const

References MEDMEM.UNIT._name.

string MEDMEM.UNIT::getDescription (  )  const
int MEDMEM.UNIT::getMasse (  )  const

References MEDMEM.UNIT._masse.

int MEDMEM.UNIT::getLength (  )  const

References MEDMEM.UNIT._length.

int MEDMEM.UNIT::getTime (  )  const

References MEDMEM.UNIT._time.

int MEDMEM.UNIT::getTemperature (  )  const
int MEDMEM.UNIT::getMatterQuantity (  )  const
int MEDMEM.UNIT::getCurrentStrength (  )  const
int MEDMEM.UNIT::getLightIntensity (  )  const

Field Documentation