Class WeuCat

All Implemented Interfaces:
Serializable, Cloneable

public class WeuCat extends DataBaseObject
ECMWF Product Data Store (OpenECPDS) Project.
Since:
2024-07-01
Version:
6.7.7
Author:
Laurent Gougeon - syi@ecmwf.int, ECMWF.
See Also:
  • Field Details

    • CAT_ID

      protected long CAT_ID
      The cat id.
    • WEU_ID

      protected String WEU_ID
      The weu id.
    • category

      protected Category category
      The category.
    • webUser

      protected WebUser webUser
      The web user.
  • Constructor Details

    • WeuCat

      public WeuCat()
      Instantiates a new weu cat.
    • WeuCat

      public WeuCat(long categoryId, String webuserId)
      Instantiates a new weu cat.
      Parameters:
      categoryId - the category id
      webuserId - the webuser id
  • Method Details

    • getCategoryId

      public long getCategoryId()
      Gets the category id.
      Returns:
      the category id
    • setCategoryId

      public void setCategoryId(long param)
      Sets the category id.
      Parameters:
      param - the new category id
    • setCategoryId

      public void setCategoryId(String param)
      Sets the category id.
      Parameters:
      param - the new category id
    • getWebUserId

      public String getWebUserId()
      Gets the web user id.
      Returns:
      the web user id
    • setWebUserId

      public void setWebUserId(String param)
      Sets the web user id.
      Parameters:
      param - the new web user id
    • getCategory

      public Category getCategory()
      Gets the category.
      Returns:
      the category
    • setCategory

      public void setCategory(Category param)
      Sets the category.
      Parameters:
      param - the new category
    • getWebUser

      public WebUser getWebUser()
      Gets the web user.
      Returns:
      the web user
    • setWebUser

      public void setWebUser(WebUser param)
      Sets the web user.
      Parameters:
      param - the new web user
    • hashCode

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Equals.
      Overrides:
      equals in class Object