Class Application

    • Constructor Detail

      • Application

        public Application()
    • Method Detail

      • getName

        public java.lang.String getName()
        The name of the application.
      • getObject

        public java.lang.String getObject()
        String representing the object's type. Objects of the same type share the same value.

        Equal to application.

      • setId

        public void setId​(java.lang.String id)
        Unique identifier for the object.
      • setName

        public void setName​(java.lang.String name)
        The name of the application.
      • setObject

        public void setObject​(java.lang.String object)
        String representing the object's type. Objects of the same type share the same value.

        Equal to application.

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

        public java.lang.String getId()
        Unique identifier for the object.
        Specified by:
        getId in interface HasId