Class VueComputed

java.lang.Object
io.github.jeemv.springboot.vuejs.parts.VueComputed

public class VueComputed extends Object
VueComputed represents a computed property This class is part of springBoot-VueJS
  • Constructor Details

    • VueComputed

      public VueComputed(String get, String set)
    • VueComputed

      public VueComputed(String get)
  • Method Details

    • getGet

      public String getGet()
    • setGet

      public void setGet(String get)
    • getSet

      public String getSet()
    • setSet

      public void setSet(String set)
    • toString

      public String toString()
      Overrides:
      toString in class Object