Class _ClientProperty

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

    public abstract class _ClientProperty
    extends BaseEntity

    Provides the _ClientProperty 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 Detail

      • SEQUENCE_PROPERTY

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

        public static final String APPLICATION_CLIENT_PROPERTIES_PROPERTY
        Provides the 'applicationClientProperties' 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
      • CLIENT_PROPERTY_OID_PK_COLUMN

        public static final String CLIENT_PROPERTY_OID_PK_COLUMN
        Provides the 'client_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.
      • APPLICATION_CLIENT_PROPERTIES

        public static final org.apache.cayenne.exp.Property<List<ApplicationClientProperty>> APPLICATION_CLIENT_PROPERTIES
        Provides the 'APPLICATION_CLIENT_PROPERTIES' property.
      • CLIENT

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

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

      • _ClientProperty

        public _ClientProperty()
    • 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
      • addToApplicationClientProperties

        public void addToApplicationClientProperties​(ApplicationClientProperty obj)
        Add the ApplicationClientProperties object.
        Parameters:
        obj - the applicationClientProperties value to add
      • removeFromApplicationClientProperties

        public void removeFromApplicationClientProperties​(ApplicationClientProperty obj)
        Remove the ApplicationClientProperties object.
        Parameters:
        obj - the applicationClientProperties value to remove
      • getApplicationClientProperties

        public List<ApplicationClientProperty> getApplicationClientProperties()
        Return the ApplicationClientProperties.
        Returns:
        applicationClientProperties value
      • 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
      • 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