Class ImportId

  • All Implemented Interfaces:
    java.io.Serializable

    @Embeddable
    public class ImportId
    extends java.lang.Object
    implements java.io.Serializable
    ImportId generated by hbm2java
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ImportId()
      default constructor
      ImportId​(java.lang.String value, java.lang.String type, java.lang.String id, java.lang.String description)
      full constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.lang.String getDescription()  
      java.lang.String getId()  
      java.lang.String getType()  
      java.lang.String getValue()  
      int hashCode()  
      void setDescription​(java.lang.String description)  
      void setId​(java.lang.String id)  
      void setType​(java.lang.String type)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • ImportId

        public ImportId()
        default constructor
      • ImportId

        public ImportId​(java.lang.String value,
                        java.lang.String type,
                        java.lang.String id,
                        java.lang.String description)
        full constructor
    • Method Detail

      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • getId

        public java.lang.String getId()
      • setId

        public void setId​(java.lang.String id)
      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String description)
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object