Class FormsMapping

java.lang.Object
it.uniroma2.art.semanticturkey.customform.FormsMapping

public class FormsMapping extends Object
Mapping between a class/property and a FormCollection
Author:
Tiziano
  • Constructor Details

    • FormsMapping

      public FormsMapping(String resourceURI, FormCollection formCollection, boolean replace)
  • Method Details

    • getResource

      public String getResource()
    • setResource

      public void setResource(String resourceURI)
    • getFormCollection

      public FormCollection getFormCollection()
    • setFormCollection

      public void setFormCollection(FormCollection formCollection)
    • getReplace

      public boolean getReplace()
    • setReplace

      public void setReplace(boolean replace)
    • toString

      public String toString()
      Overrides:
      toString in class Object