Class ServerEntity

  • Direct Known Subclasses:
    ServerEntityImpl

    public abstract class ServerEntity
    extends Object
    Entity ServerEntity
    • Constructor Detail

      • ServerEntity

        public ServerEntity()
    • Method Detail

      • getId

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

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

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

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

        public byte[] getPk()
        Gets value for attribute pk
      • setPk

        public void setPk​(byte[] pk)
        Sets value for attribute pk
      • getAuth

        public String getAuth()
        Gets value for attribute auth
      • setAuth

        public void setAuth​(String auth)
        Sets value for attribute auth
      • getType

        public es.caib.seycon.ng.comu.ServerType getType()
        Gets value for attribute type
      • setType

        public void setType​(es.caib.seycon.ng.comu.ServerType type)
        Sets value for attribute type
      • getUseMasterDatabase

        public Boolean getUseMasterDatabase()
        Gets value for attribute useMasterDatabase
      • setUseMasterDatabase

        public void setUseMasterDatabase​(Boolean useMasterDatabase)
        Sets value for attribute useMasterDatabase
      • getUrl

        public String getUrl()
        Gets value for attribute url
      • setUrl

        public void setUrl​(String url)
        Sets value for attribute url
      • getJavaOptions

        public String getJavaOptions()
        Gets value for attribute javaOptions
      • setJavaOptions

        public void setJavaOptions​(String javaOptions)
        Sets value for attribute javaOptions
      • equals

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