Class HostAdminEntity

    • Constructor Detail

      • HostAdminEntity

        public HostAdminEntity()
    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getExpirationDate

        public Date getExpirationDate()
        Gets value for attribute expirationDate
      • setExpirationDate

        public void setExpirationDate​(Date expirationDate)
        Sets value for attribute expirationDate
      • getUser

        public UserEntity getUser()
        Gets value for attribute user
      • setUser

        public void setUser​(UserEntity user)
        Sets value for attribute user
      • getHost

        public HostEntity getHost()
        Gets value for attribute host
      • setHost

        public void setHost​(HostEntity host)
        Sets value for attribute host
      • getProcessWFID

        public Long getProcessWFID()
        Gets value for attribute processWFID
      • setProcessWFID

        public void setProcessWFID​(Long processWFID)
        Sets value for attribute processWFID
      • getRequestDate

        public Date getRequestDate()
        Gets value for attribute requestDate
      • setRequestDate

        public void setRequestDate​(Date requestDate)
        Sets value for attribute requestDate
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an HostAdminEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object