Class BCardResponse

java.lang.Object
com.maplander.backend.model.manage.complex.BCardResponse

public class BCardResponse extends Object
  • Constructor Details

    • BCardResponse

      public BCardResponse()
  • Method Details

    • getCode

      public int getCode()
    • setCode

      public void setCode(int code)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getbCard

      public BCard getbCard()
    • setbCard

      public void setbCard(BCard bCard)
    • getIndustry

      public String getIndustry()
    • setIndustry

      public void setIndustry(String industry)
    • toString

      public String toString()
      Overrides:
      toString in class Object