com.agimatec.annomark.example.model
Class CvCountry

java.lang.Object
  extended by com.agimatec.annomark.example.model.CvCountry
All Implemented Interfaces:
Serializable

public class CvCountry
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CvCountry()
           
 
Method Summary
 String getCode()
           
 String getName()
           
 void setCode(String code)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CvCountry

public CvCountry()
Method Detail

getCode

public String getCode()

setCode

public void setCode(String code)

getName

public String getName()

setName

public void setName(String name)


Copyright © 2008-2012. All Rights Reserved.