Class CountryWsDTO

  • All Implemented Interfaces:
    java.io.Serializable

    public class CountryWsDTO
    extends java.lang.Object
    implements java.io.Serializable
    Response body fields which will be returned while fetching the list of countries. The DTO is in XML or .json format
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CountryWsDTO()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIsocode()  
      java.lang.String getName()  
      void setIsocode​(java.lang.String isocode)  
      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

      • CountryWsDTO

        public CountryWsDTO()
    • Method Detail

      • setIsocode

        public void setIsocode​(java.lang.String isocode)
      • getIsocode

        public java.lang.String getIsocode()
      • setName

        public void setName​(java.lang.String name)
      • getName

        public java.lang.String getName()