This class represents an association between an award and a project director. It's like a reference to the project director from
the award. This way an award can maintain a collection of these references instead of owning project directors directly.
public void setAwardPrimaryProjectDirectorIndicator(boolean awardPrimaryProjectDirectorIndicator)(Code)
Sets the awardPrimaryProjectDirectorIndicator attribute.
Parameters: awardPrimaryProjectDirectorIndicator - The awardPrimaryProjectDirectorIndicator to set.
setAwardProjectDirectorProjectTitle
public void setAwardProjectDirectorProjectTitle(String awardProjectDirectorProjectTitle)(Code)
Sets the awardProjectDirectorProjectTitle attribute.
Parameters: awardProjectDirectorProjectTitle - The awardProjectDirectorProjectTitle to set.
setPersonUniversalIdentifier
public void setPersonUniversalIdentifier(String personUniversalIdentifier)(Code)