Class _UserProperty

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

    public abstract class _UserProperty
    extends BaseEntity

    Provides the _UserProperty 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> LABEL
      Provides the 'LABEL' property.
      static String LABEL_PROPERTY
      Provides the 'label' property name.
      static org.apache.cayenne.exp.Property<UserProfile> PROFILE
      Provides the 'PROFILE' property.
      static String PROFILE_PROPERTY
      Provides the 'profile' relationship name.
      static org.apache.cayenne.exp.Property<PropertyType> PROPERTY_TYPE
      Provides the 'PROPERTY_TYPE' property.
      static String PROPERTY_TYPE_PROPERTY
      Provides the 'propertyType' relationship name.
      static org.apache.cayenne.exp.Property<Integer> SEQUENCE
      Provides the 'SEQUENCE' property.
      static String SEQUENCE_PROPERTY
      Provides the 'sequence' property name.
      static String USER_PROPERTY_OID_PK_COLUMN
      Provides the 'user_property_oid' primary key database column 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
      _UserProperty()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getLabel()
      Return the label value.
      UserProfile getProfile()
      Return the Profile.
      PropertyType getPropertyType()
      Return the PropertyType.
      Integer getSequence()
      Return the sequence value.
      String getValue()
      Return the value value.
      void setLabel​(String label)
      Set the label value.
      void setProfile​(UserProfile profile)
      Set the Profile.
      void setPropertyType​(PropertyType propertyType)
      Set the PropertyType.
      void setSequence​(Integer sequence)
      Set the sequence 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

      • SEQUENCE_PROPERTY

        public static final String SEQUENCE_PROPERTY
        Provides the 'sequence' property name.
        See Also:
        Constant Field Values
      • PROFILE_PROPERTY

        public static final String PROFILE_PROPERTY
        Provides the 'profile' relationship name.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE_PROPERTY

        public static final String PROPERTY_TYPE_PROPERTY
        Provides the 'propertyType' relationship name.
        See Also:
        Constant Field Values
      • USER_PROPERTY_OID_PK_COLUMN

        public static final String USER_PROPERTY_OID_PK_COLUMN
        Provides the 'user_property_oid' primary key database column name.
        See Also:
        Constant Field Values
      • LABEL

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

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

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

        public static final org.apache.cayenne.exp.Property<UserProfile> PROFILE
        Provides the 'PROFILE' property.
      • PROPERTY_TYPE

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

      • _UserProperty

        public _UserProperty()
    • Method Detail

      • setLabel

        public void setLabel​(String label)
        Set the label value.
        Parameters:
        label - the label value to set
      • getLabel

        public String getLabel()
        Return the label value.
        Returns:
        label the label value
      • setSequence

        public void setSequence​(Integer sequence)
        Set the sequence value.
        Parameters:
        sequence - the sequence value to set
      • getSequence

        public Integer getSequence()
        Return the sequence value.
        Returns:
        sequence the sequence 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
      • setProfile

        public void setProfile​(UserProfile profile)
        Set the Profile.
        Parameters:
        profile - the profile value to set
      • getProfile

        public UserProfile getProfile()
        Return the Profile.
        Returns:
        the profile value
      • setPropertyType

        public void setPropertyType​(PropertyType propertyType)
        Set the PropertyType.
        Parameters:
        propertyType - the propertyType value to set
      • getPropertyType

        public PropertyType getPropertyType()
        Return the PropertyType.
        Returns:
        the propertyType value