com.ctreber.acearth
Class ConfigurationACearth

java.lang.Object
  extended by com.ctreber.acearth.Configuration
      extended by com.ctreber.acearth.ConfigurationACearth

public class ConfigurationACearth
extends Configuration

How to avoid writing all the accessors? Code generator that creates derived class from template class? Configuration items in data structure?

© 2002 Christian Treber, [email protected] (06.10.2002)

Author:
Christian Treber, [email protected]

Constructor Summary
ConfigurationACearth()
           
 
Method Summary
 Coordinate getSunPos()
           
 Coordinate getSunPosRel()
           
 Coordinate getViewPos()
           
 void setSunPos(Coordinate pSunPos)
           
 void setSunPosRel(Coordinate pSunPosRel)
           
 void setViewPos(Coordinate pViewPos)
           
 
Methods inherited from class com.ctreber.acearth.Configuration
add, getBoolean, getDouble, getInt, getMO, getMOBoolean, getMODouble, getMOEnum, getMOInteger, getMOString, getString, is, setBoolean, setDouble, setEnum, setInt, setString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationACearth

public ConfigurationACearth()
Method Detail

getViewPos

public Coordinate getViewPos()

setViewPos

public void setViewPos(Coordinate pViewPos)

getSunPos

public Coordinate getSunPos()

setSunPos

public void setSunPos(Coordinate pSunPos)

getSunPosRel

public Coordinate getSunPosRel()

setSunPosRel

public void setSunPosRel(Coordinate pSunPosRel)


Copyright © 2014. All Rights Reserved.