Uses of Class
com.foursoft.harness.vec.v113.VecPerson
Packages that use VecPerson
-
Uses of VecPerson in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecPersonModifier and TypeFieldDescriptionprotected VecPersonVecChangeDescription.approverSpecifies the person who has approved the change.protected VecPersonVecCreation.creatorSpecifies the person who has created the Item.protected VecPersonVecPermission.permitterSpecifies the person who was involved in the approval process giving a certain Permission.protected VecPersonVecChangeDescription.responsibleDesignerSpecifies the design engineer who is/was responsible to perform the change.protected VecPersonVecCreation.responsibleDesignerSpecifies the person, which is the responsible designer for the ItemVersion at the point of creation.Methods in com.foursoft.harness.vec.v113 that return VecPersonModifier and TypeMethodDescriptionObjectFactory.createVecPerson()Create an instance ofVecPersonVecChangeDescription.getApprover()Gets the value of the approver property.VecCreation.getCreator()Gets the value of the creator property.VecPermission.getPermitter()Gets the value of the permitter property.VecChangeDescription.getResponsibleDesigner()Gets the value of the responsibleDesigner property.VecCreation.getResponsibleDesigner()Gets the value of the responsibleDesigner property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecPersonModifier and TypeMethodDescriptionvoidVecChangeDescription.setApprover(VecPerson value) Sets the value of the approver property.voidVecCreation.setCreator(VecPerson value) Sets the value of the creator property.voidVecPermission.setPermitter(VecPerson value) Sets the value of the permitter property.voidVecChangeDescription.setResponsibleDesigner(VecPerson value) Sets the value of the responsibleDesigner property.voidVecCreation.setResponsibleDesigner(VecPerson value) Sets the value of the responsibleDesigner property. -
Uses of VecPerson in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecPersonModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecPerson(VecPerson aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecPerson(VecPerson aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecPerson(VecPerson aBean) FunctionVisitor.visitVecPerson(VecPerson aBean) StrictBaseVisitor.visitVecPerson(VecPerson aBean) TraversingVisitor.visitVecPerson(VecPerson aBean) Visitor.visitVecPerson(VecPerson aBean)