Package 

Class ProductVerBean

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class ProductVerBean
     implements Serializable
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String pid
      private String ver
    • Method Summary

      Modifier and Type Method Description
      String getPid()
      void setPid(String pid)
      String getVer()
      void setVer(String ver)
      boolean equals(Object o)
      int hashCode()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProductVerBean

        ProductVerBean(String pid)
      • ProductVerBean

        ProductVerBean(String pid, String ver)