Package com.iizigo.vs
Class VSConnection
java.lang.Object
com.iizigo.vs.VSConnection
Class used to create connection to a VS field.
- Author:
- Christopher Mindus
Field Summary
Constructor Summary
ConstructorDescriptionVSConnection
(PropCnr masterParent, PropCnr property, String vsBaseReference) Creates the connection.VSConnection
(PropCnr masterParent, PropCnr property, String vsBaseReference, String suggestedName) Creates the connection.Method Summary
Field Details
masterParent
The master parent.property
The property to connect to a VS field.suggestedName
The suggested name.vsBaseReference
The base reference to the VS (base property container must exist).
Constructor Details
VSConnection
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
Assigns the relative reference name.- Parameters:
name
- The VS Field reference.
getName
Gets the VS field name.- Returns:
- The VS field name.