Package com.iizigo.vs

Class VSConnection

java.lang.Object
com.iizigo.vs.VSConnection

public class VSConnection extends Object
Class used to create connection to a VS field.
Author:
Christopher Mindus
  • Field Details

    • masterParent

      public final PropCnr masterParent
      The master parent.
    • property

      public final PropCnr property
      The property to connect to a VS field.
    • suggestedName

      public final String suggestedName
      The suggested name.
    • vsBaseReference

      public final String vsBaseReference
      The base reference to the VS (base property container must exist).
  • Constructor Details

    • VSConnection

      public VSConnection(PropCnr masterParent, PropCnr property, String vsBaseReference)
      Creates the connection.
      Parameters:
      masterParent - The "master" parent, i.e. maybe not the direct parent.
      property - The property.
      vsBaseReference - The base reference to the VS (base property container must exist).
    • VSConnection

      public VSConnection(PropCnr masterParent, PropCnr property, String vsBaseReference, String suggestedName)
      Creates the connection.
      Parameters:
      masterParent - The "master" parent, i.e. maybe not the direct parent.
      property - The property.
      vsBaseReference - The base reference to the VS (base property container must exist).
      suggestedName - The suggested name, or null to use the property name.
  • Method Details

    • setName

      public void setName(String name)
      Assigns the relative reference name.
      Parameters:
      name - The VS Field reference.
    • getName

      public String getName()
      Gets the VS field name.
      Returns:
      The VS field name.