de.iai.ilcd.model.process
Class Geography

java.lang.Object
  extended by de.iai.ilcd.model.process.Geography
All Implemented Interfaces:
java.io.Serializable

@Embeddable
public class Geography
extends java.lang.Object
implements java.io.Serializable

Author:
clemens.duepmeier
See Also:
Serialized Form

Field Summary
protected  MultiLanguageText description
           
protected  java.lang.String location
           
 
Constructor Summary
Geography()
           
 
Method Summary
 MultiLanguageText getDescription()
           
 java.lang.String getLocation()
           
 void setDescription(MultiLanguageText description)
           
 void setLocation(java.lang.String location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

protected java.lang.String location

description

protected MultiLanguageText description
Constructor Detail

Geography

public Geography()
Method Detail

getDescription

public MultiLanguageText getDescription()

setDescription

public void setDescription(MultiLanguageText description)

getLocation

public java.lang.String getLocation()

setLocation

public void setLocation(java.lang.String location)