Class VRECategory

java.lang.Object
org.gcube.portlets.user.joinvre.model.VRECategory
All Implemented Interfaces:
Serializable

public class VRECategory extends Object implements Serializable
VRECategory Model - Migrated from 6.2 to 7.4
Author:
Massimiliano Assante, ISTI-CNR (original), netfarm-m2 (migration to 7.4)
See Also:
  • Constructor Details

    • VRECategory

      public VRECategory()
    • VRECategory

      public VRECategory(String name, String description, List<VRE> vres)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getVres

      public List<VRE> getVres()
    • setVres

      public void setVres(List<VRE> vres)
    • getVreCount

      public int getVreCount()
    • setVreCount

      public void setVreCount(int vreCount)
    • toString

      public String toString()
      Overrides:
      toString in class Object