Class _PortalProperty

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

    public abstract class _PortalProperty
    extends BaseEntity

    Provides the _PortalProperty 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<String> DESCRIPTION
      Provides the 'DESCRIPTION' property.
      static String DESCRIPTION_PROPERTY
      Provides the 'description' property name.
      static org.apache.cayenne.exp.Property<String> LIST_VALUES
      Provides the 'LIST_VALUES' property.
      static String LIST_VALUES_PROPERTY
      Provides the 'listValues' property name.
      static org.apache.cayenne.exp.Property<String> NAME
      Provides the 'NAME' property.
      static String NAME_PROPERTY
      Provides the 'name' property name.
      static org.apache.cayenne.exp.Property<Portal> PORTAL
      Provides the 'PORTAL' property.
      static String PORTAL_PROPERTY
      Provides the 'portal' relationship name.
      static String PORTAL_PROPERTY_OID_PK_COLUMN
      Provides the 'portal_property_oid' primary key database column name.
      static org.apache.cayenne.exp.Property<Boolean> REQUIRED_FLAG
      Provides the 'REQUIRED_FLAG' property.
      static String REQUIRED_FLAG_PROPERTY
      Provides the 'requiredFlag' property name.
      static org.apache.cayenne.exp.Property<String> TYPE
      Provides the 'TYPE' property.
      static String TYPE_PROPERTY
      Provides the 'type' property 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
      _PortalProperty()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getDescription()
      Return the description value.
      String getListValues()
      Return the listValues value.
      String getName()
      Return the name value.
      Portal getPortal()
      Return the Portal.
      String getType()
      Return the type value.
      String getValue()
      Return the value value.
      boolean isRequiredFlag()
      Return the requiredFlag value.
      void setDescription​(String description)
      Set the description value.
      void setListValues​(String listValues)
      Set the listValues value.
      void setName​(String name)
      Set the name value.
      void setPortal​(Portal portal)
      Set the Portal.
      void setRequiredFlag​(boolean requiredFlag)
      Set the requiredFlag value.
      void setType​(String type)
      Set the type value.
      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

      • DESCRIPTION_PROPERTY

        public static final String DESCRIPTION_PROPERTY
        Provides the 'description' property name.
        See Also:
        Constant Field Values
      • LIST_VALUES_PROPERTY

        public static final String LIST_VALUES_PROPERTY
        Provides the 'listValues' property name.
        See Also:
        Constant Field Values
      • REQUIRED_FLAG_PROPERTY

        public static final String REQUIRED_FLAG_PROPERTY
        Provides the 'requiredFlag' property name.
        See Also:
        Constant Field Values
      • PORTAL_PROPERTY_OID_PK_COLUMN

        public static final String PORTAL_PROPERTY_OID_PK_COLUMN
        Provides the 'portal_property_oid' primary key database column name.
        See Also:
        Constant Field Values
      • DESCRIPTION

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

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

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

        public static final org.apache.cayenne.exp.Property<Boolean> REQUIRED_FLAG
        Provides the 'REQUIRED_FLAG' property.
      • TYPE

        public static final org.apache.cayenne.exp.Property<String> TYPE
        Provides the 'TYPE' property.
      • 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.
    • Constructor Detail

      • _PortalProperty

        public _PortalProperty()
    • Method Detail

      • setDescription

        public void setDescription​(String description)
        Set the description value.
        Parameters:
        description - the description value to set
      • getDescription

        public String getDescription()
        Return the description value.
        Returns:
        description the description value
      • setListValues

        public void setListValues​(String listValues)
        Set the listValues value.
        Parameters:
        listValues - the listValues value to set
      • getListValues

        public String getListValues()
        Return the listValues value.
        Returns:
        listValues the listValues value
      • setName

        public void setName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
      • getName

        public String getName()
        Return the name value.
        Returns:
        name the name value
      • setRequiredFlag

        public void setRequiredFlag​(boolean requiredFlag)
        Set the requiredFlag value.
        Parameters:
        requiredFlag - the requiredFlag value to set
      • isRequiredFlag

        public boolean isRequiredFlag()
        Return the requiredFlag value.
        Returns:
        requiredFlag the requiredFlag value
      • setType

        public void setType​(String type)
        Set the type value.
        Parameters:
        type - the type value to set
      • getType

        public String getType()
        Return the type value.
        Returns:
        type the type value
      • 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