Class _ClientPortal

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

    public abstract class _ClientPortal
    extends BaseEntity

    Provides the _ClientPortal 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<Client> CLIENT
      Provides the 'CLIENT' property.
      static String CLIENT_PORTAL_OID_PK_COLUMN
      Provides the 'client_portal_oid' primary key database column name.
      static String CLIENT_PROPERTY
      Provides the 'client' relationship name.
      static org.apache.cayenne.exp.Property<List<FormPortal>> FORM_PORTALS
      Provides the 'FORM_PORTALS' property.
      static String FORM_PORTALS_PROPERTY
      Provides the 'formPortals' relationship name.
      static org.apache.cayenne.exp.Property<Portal> PORTAL
      Provides the 'PORTAL' property.
      static String PORTAL_PROPERTY
      Provides the 'portal' relationship 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
      _ClientPortal()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addToFormPortals​(FormPortal obj)
      Add the FormPortals object.
      Client getClient()
      Return the Client.
      List<FormPortal> getFormPortals()
      Return the FormPortals.
      Portal getPortal()
      Return the Portal.
      void removeFromFormPortals​(FormPortal obj)
      Remove the FormPortals object.
      void setClient​(Client client)
      Set the Client.
      void setPortal​(Portal portal)
      Set the Portal.
      • 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

      • FORM_PORTALS_PROPERTY

        public static final String FORM_PORTALS_PROPERTY
        Provides the 'formPortals' relationship name.
        See Also:
        Constant Field Values
      • CLIENT_PORTAL_OID_PK_COLUMN

        public static final String CLIENT_PORTAL_OID_PK_COLUMN
        Provides the 'client_portal_oid' primary key database column name.
        See Also:
        Constant Field Values
      • CLIENT

        public static final org.apache.cayenne.exp.Property<Client> CLIENT
        Provides the 'CLIENT' property.
      • FORM_PORTALS

        public static final org.apache.cayenne.exp.Property<List<FormPortal>> FORM_PORTALS
        Provides the 'FORM_PORTALS' property.
      • PORTAL

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

      • _ClientPortal

        public _ClientPortal()
    • Method Detail

      • setClient

        public void setClient​(Client client)
        Set the Client.
        Parameters:
        client - the client value to set
      • getClient

        public Client getClient()
        Return the Client.
        Returns:
        the client value
      • addToFormPortals

        public void addToFormPortals​(FormPortal obj)
        Add the FormPortals object.
        Parameters:
        obj - the formPortals value to add
      • removeFromFormPortals

        public void removeFromFormPortals​(FormPortal obj)
        Remove the FormPortals object.
        Parameters:
        obj - the formPortals value to remove
      • getFormPortals

        public List<FormPortal> getFormPortals()
        Return the FormPortals.
        Returns:
        formPortals 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