StateMasterVO

public final class StateMasterVO

Parameters

countryCode

This includes the Country code(e.g. : "CN", etc.)

stateCode

This includes the State code of particular country(e.g. : "ON", "OC", etc.)

stateName

This includes the state name(e.g. : "Ontario", "Quebec", etc.)

Constructors

Link copied to clipboard
public StateMasterVO StateMasterVO(String countryCode, String stateCode, String stateName)

Properties

Link copied to clipboard
private final String countryCode
Link copied to clipboard
private final String stateCode
Link copied to clipboard
private final String stateName

Functions

Link copied to clipboard
public final String getCountryCode()
Link copied to clipboard
public final String getStateCode()
Link copied to clipboard
public final String getStateName()
Link copied to clipboard
public String toString()