junitx.ddtunit.resources
Class FLY_Address

java.lang.Object
  extended by junitx.ddtunit.resources.FLY_Address

public class FLY_Address
extends Object


Constructor Summary
FLY_Address()
           
 
Method Summary
 String getAddress()
           
 String getCountry()
           
 String getProvince()
           
 void setAddress(String address)
           
 void setCountry(String country)
           
 void setProvince(String province)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FLY_Address

public FLY_Address()
Method Detail

getAddress

public String getAddress()

setAddress

public void setAddress(String address)

getCountry

public String getCountry()

setCountry

public void setCountry(String country)

getProvince

public String getProvince()

setProvince

public void setProvince(String province)


Copyright © 2004-2011. All Rights Reserved.