org.gcube.data.spd.model
Class CommonName

java.lang.Object
  extended by org.gcube.data.spd.model.CommonName
All Implemented Interfaces:
Serializable

public class CommonName
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
protected CommonName()
           
  CommonName(String language, String name)
           
 
Method Summary
 String getLanguage()
           
 String getLocality()
           
 String getName()
           
 void setLocality(String locality)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommonName

protected CommonName()

CommonName

public CommonName(String language,
                  String name)
Method Detail

getLocality

public String getLocality()

setLocality

public void setLocality(String locality)

getLanguage

public String getLanguage()

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.