Class PrinterEntity

  • Direct Known Subclasses:
    PrinterEntityImpl

    public abstract class PrinterEntity
    extends Object
    Entity PrinterEntity
    • Constructor Detail

      • PrinterEntity

        public PrinterEntity()
    • Method Detail

      • getId

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

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

        public String getModel()
        Gets value for attribute model
      • setModel

        public void setModel​(String model)
        Sets value for attribute model
      • getName

        public String getName()
        Gets value for attribute name
      • setName

        public void setName​(String name)
        Sets value for attribute name
      • getDescription

        public String getDescription()
        Gets value for attribute description
      • setDescription

        public void setDescription​(String description)
        Sets value for attribute description
      • getLocal

        public String getLocal()
        Gets value for attribute local
      • setLocal

        public void setLocal​(String local)
        Sets value for attribute local
      • getServer

        public HostEntity getServer()
        Gets value for attribute server
      • setServer

        public void setServer​(HostEntity server)
        Sets value for attribute server
      • getTenant

        public TenantEntity getTenant()
        Gets value for attribute tenant
      • setTenant

        public void setTenant​(TenantEntity tenant)
        Sets value for attribute tenant
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an PrinterEntity 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