Class IdentityManagementPersonDocumentForm

java.lang.Object
org.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase
org.kuali.rice.kns.web.struts.form.KualiTransactionalDocumentFormBase
org.kuali.rice.kim.web.struts.form.IdentityManagementDocumentFormBase
org.kuali.rice.kim.web.struts.form.IdentityManagementPersonDocumentForm
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.form.pojo.PojoForm

public class IdentityManagementPersonDocumentForm extends IdentityManagementDocumentFormBase
See Also:
  • Field Details

  • Constructor Details

    • IdentityManagementPersonDocumentForm

      public IdentityManagementPersonDocumentForm()
  • Method Details

    • isCanModifyEntity

      public boolean isCanModifyEntity()
      Returns:
      the canModifyEntity
    • setCanModifyEntity

      public void setCanModifyEntity(boolean canModifyEntity)
      Parameters:
      canModifyEntity - the canModifyEntity to set
    • getDefaultDocumentTypeName

      public String getDefaultDocumentTypeName()
      Overrides:
      getDefaultDocumentTypeName in class org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase
    • getPersonDocument

      public IdentityManagementPersonDocument getPersonDocument()
    • getNewAffln

      public PersonDocumentAffiliation getNewAffln()
    • setNewAffln

      public void setNewAffln(PersonDocumentAffiliation newAffln)
    • getNewEmpInfo

      public PersonDocumentEmploymentInfo getNewEmpInfo()
    • setNewEmpInfo

      public void setNewEmpInfo(PersonDocumentEmploymentInfo newEmpInfo)
    • getNewCitizenship

      public PersonDocumentCitizenship getNewCitizenship()
    • setNewCitizenship

      public void setNewCitizenship(PersonDocumentCitizenship newCitizenship)
    • getNewName

      public PersonDocumentName getNewName()
    • setNewName

      public void setNewName(PersonDocumentName newName)
    • getNewAddress

      public PersonDocumentAddress getNewAddress()
    • setNewAddress

      public void setNewAddress(PersonDocumentAddress newAddress)
    • getNewPhone

      public PersonDocumentPhone getNewPhone()
    • setNewPhone

      public void setNewPhone(PersonDocumentPhone newPhone)
    • getNewEmail

      public PersonDocumentEmail getNewEmail()
    • setNewEmail

      public void setNewEmail(PersonDocumentEmail newEmail)
    • getNewGroup

      public PersonDocumentGroup getNewGroup()
    • setNewGroup

      public void setNewGroup(PersonDocumentGroup newGroup)
    • getNewRole

      public PersonDocumentRole getNewRole()
    • setNewRole

      public void setNewRole(PersonDocumentRole newRole)
    • getPrincipalId

      public String getPrincipalId()
    • setPrincipalId

      public void setPrincipalId(String principalId)
    • getNewDelegationMember

      public RoleDocumentDelegationMember getNewDelegationMember()
      Returns:
      the newDelegationMember
    • setNewDelegationMember

      public void setNewDelegationMember(RoleDocumentDelegationMember newDelegationMember)
      Parameters:
      newDelegationMember - the newDelegationMember to set
    • isDelegationMemberLookup

      public boolean isDelegationMemberLookup()
      Returns:
      the delegationMemberLookup
    • setDelegationMemberLookup

      public void setDelegationMemberLookup(boolean delegationMemberLookup)
      Parameters:
      delegationMemberLookup - the delegationMemberLookup to set
    • getNewDelegationMemberRoleId

      public String getNewDelegationMemberRoleId()
      Returns:
      the newDelegationMemberRoleId
    • setNewDelegationMemberRoleId

      public void setNewDelegationMemberRoleId(String newDelegationMemberRoleId)
      Parameters:
      newDelegationMemberRoleId - the newDelegationMemberRoleId to set
    • isCanOverrideEntityPrivacyPreferences

      public boolean isCanOverrideEntityPrivacyPreferences()
      Returns:
      the canOverrideEntityPrivacyPreferences
    • setCanOverrideEntityPrivacyPreferences

      public void setCanOverrideEntityPrivacyPreferences(boolean canOverrideEntityPrivacyPreferences)
      Parameters:
      canOverrideEntityPrivacyPreferences - the canOverrideEntityPrivacyPreferences to set
    • isUserSameAsPersonEdited

      public boolean isUserSameAsPersonEdited()
      Returns:
      the userSameAsPersonEdited
    • setUserSameAsPersonEdited

      public void setUserSameAsPersonEdited(boolean userSameAsPersonEdited)
      Parameters:
      userSameAsPersonEdited - the userSameAsPersonEdited to set
    • isPrincipalIdEditable

      public boolean isPrincipalIdEditable()
      Check whether principal id is editable. Verify auto generated parameter. Principal Id is not editable while editing existing document