Class EntryPointDeclarationDescr

    • Constructor Detail

      • EntryPointDeclarationDescr

        public EntryPointDeclarationDescr()
    • Method Detail

      • readExternal

        public void readExternal​(java.io.ObjectInput in)
                          throws java.io.IOException,
                                 java.lang.ClassNotFoundException
        Specified by:
        readExternal in interface java.io.Externalizable
        Overrides:
        readExternal in class AnnotatedBaseDescr
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • writeExternal

        public void writeExternal​(java.io.ObjectOutput out)
                           throws java.io.IOException
        Specified by:
        writeExternal in interface java.io.Externalizable
        Overrides:
        writeExternal in class AnnotatedBaseDescr
        Throws:
        java.io.IOException
      • setEntryPointId

        public void setEntryPointId​(java.lang.String name)
      • getEntryPointId

        public java.lang.String getEntryPointId()
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object