com.agimatec.annomark.example.model
Class CvCurrency

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

public class CvCurrency
extends Object
implements Serializable

Contains currency available for selection

See Also:
Serialized Form

Constructor Summary
CvCurrency()
          default constructor
 
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

CvCurrency

public CvCurrency()
default constructor

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.