com.solidstategroup.cms
Class Country

java.lang.Object
  extended by com.solidstategroup.cms.Country

public class Country
extends java.lang.Object


Constructor Summary
Country()
           
Country(int newCountryId, java.lang.String newName)
           
 
Method Summary
 Country copy()
           
 int getCountryId()
           
 java.lang.String getName()
           
 void setCountryId(int countryId)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Country

public Country()

Country

public Country(int newCountryId,
               java.lang.String newName)
Method Detail

getCountryId

public int getCountryId()

setCountryId

public void setCountryId(int countryId)

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()

copy

public Country copy()