Package 

Class StructPropertyBean

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class StructPropertyBean
     implements Serializable
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String name
      private Object typeSpec
    • Method Summary

      Modifier and Type Method Description
      String getName()
      void setName(String name)
      Object getTypeSpec()
      void setTypeSpec(Object typeSpec)
      • Methods inherited from class java.lang.Object

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

      • StructPropertyBean

        StructPropertyBean()