Class _Notification

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

    public abstract class _Notification
    extends BaseEntity

    Provides the _Notification 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<Date> END_DATE
      Provides the 'END_DATE' property.
      static String END_DATE_PROPERTY
      Provides the 'endDate' property name.
      static org.apache.cayenne.exp.Property<String> MESSAGE
      Provides the 'MESSAGE' property.
      static String MESSAGE_PROPERTY
      Provides the 'message' property name.
      static String NOTIFY_OID_PK_COLUMN
      Provides the 'notify_oid' primary key database column name.
      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<Date> START_DATE
      Provides the 'START_DATE' property.
      static String START_DATE_PROPERTY
      Provides the 'startDate' 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
      _Notification()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Date getEndDate()
      Return the endDate value.
      String getMessage()
      Return the message value.
      Portal getPortal()
      Return the Portal.
      Date getStartDate()
      Return the startDate value.
      void setEndDate​(Date endDate)
      Set the endDate value.
      void setMessage​(String message)
      Set the message value.
      void setPortal​(Portal portal)
      Set the Portal.
      void setStartDate​(Date startDate)
      Set the startDate 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

      • END_DATE_PROPERTY

        public static final String END_DATE_PROPERTY
        Provides the 'endDate' property name.
        See Also:
        Constant Field Values
      • START_DATE_PROPERTY

        public static final String START_DATE_PROPERTY
        Provides the 'startDate' property name.
        See Also:
        Constant Field Values
      • NOTIFY_OID_PK_COLUMN

        public static final String NOTIFY_OID_PK_COLUMN
        Provides the 'notify_oid' primary key database column name.
        See Also:
        Constant Field Values
      • END_DATE

        public static final org.apache.cayenne.exp.Property<Date> END_DATE
        Provides the 'END_DATE' property.
      • MESSAGE

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

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

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

      • _Notification

        public _Notification()
    • Method Detail

      • setEndDate

        public void setEndDate​(Date endDate)
        Set the endDate value.
        Parameters:
        endDate - the endDate value to set
      • getEndDate

        public Date getEndDate()
        Return the endDate value.
        Returns:
        endDate the endDate value
      • setMessage

        public void setMessage​(String message)
        Set the message value.
        Parameters:
        message - the message value to set
      • getMessage

        public String getMessage()
        Return the message value.
        Returns:
        message the message value
      • setStartDate

        public void setStartDate​(Date startDate)
        Set the startDate value.
        Parameters:
        startDate - the startDate value to set
      • getStartDate

        public Date getStartDate()
        Return the startDate value.
        Returns:
        startDate the startDate 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