Class InspectionDescriptionBean


  • public class InspectionDescriptionBean
    extends Object
    User: AG Date: 03-Aug-2006
    • Constructor Detail

      • InspectionDescriptionBean

        public InspectionDescriptionBean​(@NotNull
                                         String groupName,
                                         @NotNull
                                         String id,
                                         @NotNull
                                         String name,
                                         @NotNull
                                         String description)
    • Method Detail

      • getId

        public String getId()
      • getName

        @NotNull
        public String getName()
      • getDescription

        @NotNull
        public String getDescription()
      • getGroupName

        @NotNull
        public String getGroupName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object