Uses of Class
fr.etai.xat2v2.obj.PersonLink

Packages that use PersonLink
fr.etai.xat2v2.obj   
 

Uses of PersonLink in fr.etai.xat2v2.obj
 

Methods in fr.etai.xat2v2.obj that return types with arguments of type PersonLink
 List<PersonLink> OwnerShip.getDriverList()
          Gets the value of the driver property.
 List<PersonLink> OwnerShip.getOwnerList()
          Gets the value of the owner property.
 List<PersonLink> SurveyMission.getPersonLinkList()
          Gets the value of the personLinkList property.
 List<PersonLink> Policy.getPersonLinkList()
          Gets the value of the personLinkList property.
 List<PersonLink> File.getPersonLinkList()
          Gets the value of the personLinkList property.
 List<PersonLink> Evaluation.getPersonLinkList()
          Gets the value of the personLinkList property.
 List<PersonLink> Accident.getPersonLinkList()
          Gets the value of the personLinkList property.
 List<PersonLink> Person.getPersonLinkList()
          Gets the value of the personLinkList property.
 

Methods in fr.etai.xat2v2.obj with parameters of type PersonLink
 void OwnerShip.addDriver(PersonLink personLink)
           
 void OwnerShip.addOwner(PersonLink personLink)
           
 void SurveyMission.addPersonLink(PersonLink personLink)
           
 void Policy.addPersonLink(PersonLink personLink)
           
 void File.addPersonLink(PersonLink personLink)
           
 void Evaluation.addPersonLink(PersonLink persLink)
           
 void Accident.addPersonLink(PersonLink personLink)
           
 void Person.addPersonLink(PersonLink personLink)
           
 

Method parameters in fr.etai.xat2v2.obj with type arguments of type PersonLink
 void OwnerShip.setDriverList(List<PersonLink> value)
          Sets the value of the driver property.
 void OwnerShip.setOwnerList(List<PersonLink> value)
          Sets the value of the owner property.
 void SurveyMission.setPersonLinkList(List<PersonLink> value)
          Sets the value of the personLinkList property.
 void Policy.setPersonLinkList(List<PersonLink> value)
          Sets the value of the personLinkList property.
 void File.setPersonLinkList(List<PersonLink> value)
          Sets the value of the personLinkList property.
 void Evaluation.setPersonLinkList(List<PersonLink> value)
          Sets the value of the personLinkList property.
 void Accident.setPersonLinkList(List<PersonLink> value)
          Sets the value of the personLinkList property.
 void Person.setPersonLinkList(List<PersonLink> value)
          Sets the value of the personLinkList property.
 



Copyright © 2012. All Rights Reserved.