com.engiweb.profilemanager.common.bean

Class ExternalInfo

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


    public class ExternalInfo
    extends com.engiweb.pm.web.bean.AbstractBean
    Classe necessario al motore di regole per la gestione dei dati esterni
    Version:
    1.0
    Author:
    Angelo Paolicelli
    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
    • Constructor Summary

      Constructors 
      Constructor and Description
      ExternalInfo()
      Costruttore di default.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addUserExtInfo(UserExtInfoBean ueI) 
      java.lang.Object getAttribute(java.lang.String name)
      Metodo per ottenere un oggetto di tipo java.util.Set contenente gli attributi caricati.
      java.util.ArrayList<UserExtInfoBean> getUserExtInfoList() 
      void setAttribute(java.lang.String name, java.lang.Object value) 
      void setUserExtInfoList(java.util.List<?> listUEI) 
      java.lang.String toString()
      Ovveride del metodo toString() di java.lang.Object.
      • Methods inherited from class com.engiweb.pm.web.bean.AbstractBean

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

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

      • ExternalInfo

        public ExternalInfo()
        Costruttore di default.
    • Method Detail

      • setUserExtInfoList

        public void setUserExtInfoList(java.util.List<?> listUEI)
      • getUserExtInfoList

        public java.util.ArrayList<UserExtInfoBean> getUserExtInfoList()
      • getAttribute

        public java.lang.Object getAttribute(java.lang.String name)
        Metodo per ottenere un oggetto di tipo java.util.Set contenente gli attributi caricati.
        Specified by:
        getAttribute in interface com.engiweb.toolkit.common.IBean
        Overrides:
        getAttribute in class com.engiweb.pm.web.bean.AbstractBean
        Returns:
        Set - L'elenco degli attributi caricati
      • setAttribute

        public void setAttribute(java.lang.String name,
                                 java.lang.Object value)
        Specified by:
        setAttribute in interface com.engiweb.toolkit.common.IBean
        Overrides:
        setAttribute in class com.engiweb.pm.web.bean.AbstractBean
      • toString

        public java.lang.String toString()
        Ovveride del metodo toString() di java.lang.Object.
        Overrides:
        toString in class com.engiweb.pm.web.bean.AbstractBean
        Returns:
        String - Ritorna una string con lo stato dell'oggetto.