com.engiweb.profilemanager.common.bean

Class PersonProfileServiceBean

  • java.lang.Object
    • com.engiweb.pm.web.bean.AbstractBean
      • com.engiweb.profilemanager.common.bean.PersonProfileServiceBean
  • All Implemented Interfaces:
    com.engiweb.toolkit.common.IBean, java.io.Serializable


    public class PersonProfileServiceBean
    extends com.engiweb.pm.web.bean.AbstractBean
    See Also:
    Serialized Form
    • Constructor Detail

      • PersonProfileServiceBean

        public PersonProfileServiceBean()
      • PersonProfileServiceBean

        public PersonProfileServiceBean(java.lang.Long id)
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName(java.lang.String name)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue(java.lang.String value)
      • getApplication_name

        public java.lang.String getApplication_name()
      • setApplication_name

        public void setApplication_name(java.lang.String application_name)
      • getId

        public java.lang.Long getId()
      • setId

        public void setId(java.lang.Long id)
      • getAttr1

        public java.lang.String getAttr1()
      • setAttr1

        public void setAttr1(java.lang.String attr1)
      • getAttr2

        public java.lang.String getAttr2()
      • setAttr2

        public void setAttr2(java.lang.String attr2)
      • getAttr3

        public java.lang.String getAttr3()
      • setAttr3

        public void setAttr3(java.lang.String attr3)
      • getAttr4

        public java.lang.String getAttr4()
      • setAttr4

        public void setAttr4(java.lang.String attr4)
      • getAttr5

        public java.lang.String getAttr5()
      • setAttr5

        public void setAttr5(java.lang.String attr5)
      • getState

        public java.lang.Long getState()
      • setState

        public void setState(java.lang.Long state)
      • getVerifiedBy

        public java.lang.String getVerifiedBy()
      • setVerifiedBy

        public void setVerifiedBy(java.lang.String verifiedBy)
      • getVerifiedDate

        public java.util.Date getVerifiedDate()
      • setVerifiedDate

        public void setVerifiedDate(java.util.Date verifiedDate)
      • getTarget

        public java.lang.String getTarget()
      • setTarget

        public void setTarget(java.lang.String target)
      • getPersonProfile_id

        public java.lang.Long getPersonProfile_id()
      • setPersonprofile_id

        public void setPersonprofile_id(java.lang.Long personProfile_id)
      • getPersonProfile_accountCode

        public java.lang.String getPersonProfile_accountCode()
      • setPersonProfile_accountCode

        public void setPersonProfile_accountCode(java.lang.String personProfile_accountCode)
      • getPersonProfile_permissionCode

        public java.lang.String getPersonProfile_permissionCode()
      • setPersonProfile_permissionCode

        public void setPersonProfile_permissionCode(java.lang.String personProfile_permissionCode)
      • getPersonProfile_permissionType

        public java.lang.String getPersonProfile_permissionType()
      • setPersonProfile_permissionType

        public void setPersonProfile_permissionType(java.lang.String personProfile_permissionType)
      • setPersonProfile_id

        public void setPersonProfile_id(java.lang.Long personProfile_id)
      • getServiceAttribute_name

        public java.lang.String getServiceAttribute_name()
      • setServiceAttribute_name

        public void setServiceAttribute_name(java.lang.String serviceAttribute_name)
      • getServiceAttribute_id

        public java.lang.Long getServiceAttribute_id()
      • setServiceAttribute_id

        public void setServiceAttribute_id(java.lang.Long serviceAttribute_id)
      • getPerson_id

        public java.lang.Long getPerson_id()
      • setPerson_id

        public void setPerson_id(java.lang.Long person_id)
      • getPerson_name

        public java.lang.String getPerson_name()
      • setPerson_name

        public void setPerson_name(java.lang.String person_name)
      • getPerson_surname

        public java.lang.String getPerson_surname()
      • setPerson_surname

        public void setPerson_surname(java.lang.String person_surname)
      • getPerson_code

        public java.lang.String getPerson_code()
      • setPerson_code

        public void setPerson_code(java.lang.String person_code)
      • getPerson_userErc

        public java.lang.Long getPerson_userErc()
      • setPerson_userErc

        public void setPerson_userErc(java.lang.Long person_userErc)
      • getPwdmanagement_disabled

        public java.lang.Long getPwdmanagement_disabled()
      • setPwdmanagement_disabled

        public void setPwdmanagement_disabled(java.lang.Long pwdmanagement_disabled)
      • getEntitlement_id

        public java.lang.Long getEntitlement_id()
      • setEntitlement_id

        public void setEntitlement_id(java.lang.Long entitlement_id)
      • getEntitlement_name

        public java.lang.String getEntitlement_name()
      • setEntitlement_name

        public void setEntitlement_name(java.lang.String entitlement_name)
      • getEntitlement_code

        public java.lang.String getEntitlement_code()
      • setEntitlement_code

        public void setEntitlement_code(java.lang.String entitlement_code)
      • getEntitlement_type

        public java.lang.Long getEntitlement_type()
      • setEntitlement_type

        public void setEntitlement_type(java.lang.Long entitlement_type)
      • getServiceAttribute_value

        public java.lang.String getServiceAttribute_value()
      • setServiceAttribute_value

        public void setServiceAttribute_value(java.lang.String serviceAttribute_value)
      • getPersonProfile_pwdCfgSync

        public java.lang.Long getPersonProfile_pwdCfgSync()
      • setPersonProfile_pwdCfgSync

        public void setPersonProfile_pwdCfgSync(java.lang.Long personProfile_pwdCfgSync)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object