com.engiweb.profilemanager.common.bean

Class HRPlaceholderValuesBean

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


    public class HRPlaceholderValuesBean
    extends com.engiweb.pm.web.bean.AbstractBean
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright
      • Fields inherited from class com.engiweb.pm.web.bean.AbstractBean

        ASC, DESC, EQUALS, EQUALSGREATER, EQUALSMINOR, GREATER, LIKE, MINOR
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Long getId() 
      UserBean getPerson() 
      java.util.List<UserExtInfoBean> getUserExtInfoBeanList() 
      void setId(java.lang.Long id) 
      void setPerson(UserBean user) 
      void setUserExtInfoBeanList(java.util.List<UserExtInfoBean> userExtInfoBeanList) 
      • Methods inherited from class com.engiweb.pm.web.bean.AbstractBean

        addOrderByClause, clearOrderBy, getAttribute, getClassName, getFields, getFindAttribute, getGenericFilter, getOrderByClause, getTreeNodeName, isEmpty, isModified, isNull, setAttribute, setAttribute, setClassName, setGenericFilter, setIsNull, setModified, setNotModified, setOrderByClause, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HRPlaceholderValuesBean

        public HRPlaceholderValuesBean()
      • HRPlaceholderValuesBean

        public HRPlaceholderValuesBean(UserBean person,
                                       java.util.List<UserExtInfoBean> userExtInfoBeanList)
    • Method Detail

      • getId

        public java.lang.Long getId()
      • setId

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

        public UserBean getPerson()
      • setPerson

        public void setPerson(UserBean user)
      • getUserExtInfoBeanList

        public java.util.List<UserExtInfoBean> getUserExtInfoBeanList()
      • setUserExtInfoBeanList

        public void setUserExtInfoBeanList(java.util.List<UserExtInfoBean> userExtInfoBeanList)