Class _UserPortalPref

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating
    Direct Known Subclasses:
    UserPortalPref

    public abstract class _UserPortalPref
    extends BaseEntity

    Provides the _UserPortalPref database entity.

    Please note this class was generated by Cayenne. You should avoid making changes to this class as it may be regenerated. Please make customizations to the entity subclass.

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.cayenne.exp.Property<Portal> PORTAL
      Provides the 'PORTAL' property.
      static String PORTAL_PROPERTY
      Provides the 'portal' relationship name.
      static org.apache.cayenne.exp.Property<UserAccount> USER
      Provides the 'USER' property.
      static String USER_PORTAL_PERF_OID_PK_COLUMN
      Provides the 'user_portal_perf_oid' primary key database column name.
      static String USER_PROPERTY
      Provides the 'user' relationship name.
      static org.apache.cayenne.exp.Property<String> VALUE
      Provides the 'VALUE' property.
      static String VALUE_PROPERTY
      Provides the 'value' property name.
      • Fields inherited from class org.apache.cayenne.CayenneDataObject

        values
      • Fields inherited from class org.apache.cayenne.BaseDataObject

        snapshotVersion
      • Fields inherited from class org.apache.cayenne.PersistentObject

        objectContext, objectId, persistenceState
      • Fields inherited from interface org.apache.cayenne.DataObject

        DEFAULT_VERSION
    • Constructor Summary

      Constructors 
      Constructor Description
      _UserPortalPref()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Portal getPortal()
      Return the Portal.
      UserAccount getUser()
      Return the User.
      String getValue()
      Return the value value.
      void setPortal​(Portal portal)
      Set the Portal.
      void setUser​(UserAccount user)
      Set the User.
      void setValue​(String value)
      Set the value value.
      • Methods inherited from class org.apache.cayenne.CayenneDataObject

        makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeState
      • Methods inherited from class org.apache.cayenne.BaseDataObject

        addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerialized
      • Methods inherited from class org.apache.cayenne.PersistentObject

        getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectId
      • Methods inherited from interface org.apache.cayenne.Persistent

        getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
    • Field Detail

      • USER_PORTAL_PERF_OID_PK_COLUMN

        public static final String USER_PORTAL_PERF_OID_PK_COLUMN
        Provides the 'user_portal_perf_oid' primary key database column name.
        See Also:
        Constant Field Values
      • VALUE

        public static final org.apache.cayenne.exp.Property<String> VALUE
        Provides the 'VALUE' property.
      • PORTAL

        public static final org.apache.cayenne.exp.Property<Portal> PORTAL
        Provides the 'PORTAL' property.
      • USER

        public static final org.apache.cayenne.exp.Property<UserAccount> USER
        Provides the 'USER' property.
    • Constructor Detail

      • _UserPortalPref

        public _UserPortalPref()
    • Method Detail

      • setValue

        public void setValue​(String value)
        Set the value value.
        Parameters:
        value - the value value to set
      • getValue

        public String getValue()
        Return the value value.
        Returns:
        value the value value
      • setPortal

        public void setPortal​(Portal portal)
        Set the Portal.
        Parameters:
        portal - the portal value to set
      • getPortal

        public Portal getPortal()
        Return the Portal.
        Returns:
        the portal value
      • setUser

        public void setUser​(UserAccount user)
        Set the User.
        Parameters:
        user - the user value to set
      • getUser

        public UserAccount getUser()
        Return the User.
        Returns:
        the user value